Skip to main content
Feedback

Flow package exported

This event type indicates that a Flow package was exported.

Example: A package was downloaded on the Import/Export page. Refer to Exporting a Flow.

Event Entry and metadata

The Event Entry form displays the metadata for the event, including:

NameValue/Object description
FlowThe Flow that was exported, including the ID, name and version.
occurredAtThe date/time when the Flow package was exported.
tenantThe ID of the tenant from which the Flow was exported.
userThe user who exported the Flow, including their email, name and ID.

Example metadata:

{
"data": null,
"flow": {
"developerName": "Flow name",
"id": "a1a7d78d-603d-4c27-bc6f-850687d049f37",
"version": "da59697f-54f9-4ab7-a5b0-652dfe748676e"
},
"id": "4dc6f34a-09d4a-4237-a80d-276976bc30ca",
"occurredAt": "2021-05-11T09:32:44.793128Z",
"state": null,
"tenant": "141bd7b7c-7556-4660-b907-da055c5f600a",
"type": "flow.package.exported",
"user": {
"email": "user@example.com",
"firstName": "Example",
"id": "326e2216-23fd5-42d7-9844-1ceccd390a69",
"lastName": "User"
}
}
On this Page