Skip to main content

NormalizedEvent

facts objectrequired
oneOf
kindstringrequired

Possible values: [create_workflow_instance]

replay_seed_presentbooleanrequired
requested_workflow_instance_id(string | null)<uuid>nullable
scheduled_at(string | null)<date-time>nullable
trigger_provenance objectrequired
oneOf
kindstringrequired

Possible values: [cron]

workflow_idstring<uuid>required
references object[]required
  • Array [
  • 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
  • ]
  • subject object
    oneOf
    null
    NormalizedEvent
    {
    "facts": {
    "kind": "create_workflow_instance",
    "replay_seed_present": true,
    "requested_workflow_instance_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "scheduled_at": "2024-07-29T15:51:28.071Z",
    "trigger_provenance": {
    "kind": "cron"
    },
    "workflow_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
    },
    "references": [
    {
    "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"
    }
    ],
    "subject": "null"
    }