Skip to main content

EventReference

codestring | nullnullable
idstring<uuid>required
kindEventEntityKindrequired

Possible values: [Tenant, Workflow, WorkflowInstance, Task, TaskInstance, Edge, Signal, Executor, Patch, ExternalEvent, Loop]

namestring | nullnullable
workflow_id(string | null)<uuid>nullable
workflow_instance_id(string | null)<uuid>nullable
EventReference
{
"code": "string",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"kind": "Tenant",
"name": "string",
"workflow_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"workflow_instance_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}