Skip to main content
Feedback

Flow loaded

This event type indicates that a Flow was loaded into the Flow canvas.

Example: A user opened a Flow for editing by clicking Edit Flow on the Flows page.

Event Entry and metadata

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

NameValue/Object description
idThe ID of the Flow that was loaded.
occurredAtThe date/time when the Flow was loaded.
tenantThe ID of the tenant that the Flow was loaded within.
userThe user who loaded the Flow, including their email, name and ID.

Example metadata:

{
"data": null,
"flow": null,
"id": "9e469bb3-dffc-429b-a0af-6745d1eb21aa7",
"occurredAt": "2021-05-06T15:21:54.671028Z",
"state": null,
"tenant": "141b7b7c-7556-4660-b90d7-da055c5f600a",
"type": "flow.loaded",
"user": {
"email": "user@example.com",
"firstName": "Example",
"id": "2e422e9d-00f3a-4c5f-a0c3-a10c75a95272",
"lastName": "User"
}
}
On this Page