Skip to main content

EventPage

Public API contract.

at_live_headbooleanrequired
items object[]required
  • Array [
  • event_typestringrequired
    idstringrequired
    normalized objectrequired
    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
    payloadrequired
    seqinteger<int64>required
    server_event_codestringrequired
    tsstringrequired
  • ]
  • matching_countinteger<int64>required
    newer_cursorstring | nullnullable
    older_cursorstring | nullnullable
    snapshot_high_waterinteger<int64>required
    EventPage
    {
    "at_live_head": true,
    "items": [
    {
    "event_type": "string",
    "id": "string",
    "normalized": {
    "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"
    },
    "payload": {},
    "seq": 0,
    "server_event_code": "string",
    "ts": "string"
    }
    ],
    "matching_count": 0,
    "newer_cursor": "string",
    "older_cursor": "string",
    "snapshot_high_water": 0
    }