Skip to main content
Feedback

Flow deactivated

This event type indicates that a Flow version was deactivated.

Deactivating a Flow version means that version of the Flow cannot be run or executed by users, as if it had not been published.

Example: A specific version of a Flow was deactivated by applying the setting "isActive": false, to the Flow metadata.

Event Entry and metadata

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

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

Example metadata:

{
"data": null,
"flow": {
"developerName": "Flow name",
"id": "a1a7d78d-603d-4c27-bc6f-850687049f37d",
"version": "da59697f-54f9-4ab7-a5b0-652fe748676ed"
},
"id": "bdc87343-4c48-4c20-bd25-00b52c00ea4ed",
"occurredAt": "2021-05-11T08:32:44.194115Z",
"state": null,
"tenant": "141b7b7c-7556-4660-b907-da055c5f600ad",
"type": "flow.deactivated",
"user": {
"email": "user@example.com",
"firstName": "Example",
"id": "326e2216-23d5-42d7-9844-1ceccd390da69",
"lastName": "User"
}
}
On this Page