Skip to main content

ActivityEffectResponse

authoritative_evidence_count(integer | null)<int64>nullable
edge_id(string | null)<uuid>nullable
kindActivityEffectKindrequired

Possible values: [Trigger, GateOutcome, Cancel, ReplayTrigger, ReplayResume]

observed_atstringrequired
server_event_codestring | nullnullable
server_event_id(string | null)<uuid>nullable
server_event_occurred_atstring | nullnullable
targetstring | nullnullable
target_id(string | null)<uuid>nullable
target_kind object
oneOf
null
workflow_id(string | null)<uuid>nullable
workflow_instance_codestring | nullnullable
workflow_instance_id(string | null)<uuid>nullable
ActivityEffectResponse
{
"authoritative_evidence_count": 0,
"edge_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"kind": "Trigger",
"observed_at": "string",
"server_event_code": "string",
"server_event_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"server_event_occurred_at": "string",
"target": "string",
"target_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"target_kind": "null",
"workflow_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"workflow_instance_code": "string",
"workflow_instance_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}