Skip to main content

ActivityEventResponse

event_codestringrequired
event_idstring<uuid>required
idempotency_keystring | nullnullable
payload_availabilityActivityPayloadAvailabilityrequired

Possible values: [Available, Unavailable]

received_atstringrequired
rejection_reason object
oneOf
null
result object
oneOf
null
stateActivityEventStaterequired

Possible values: [Received, Translating, Settled]

transportActivityTransportrequired

Possible values: [Http, Nats, Redis]

trigger_namestring | nullnullable
workflow_id(string | null)<uuid>nullable
ActivityEventResponse
{
"event_code": "string",
"event_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"idempotency_key": "string",
"payload_availability": "Available",
"received_at": "string",
"rejection_reason": "null",
"result": "null",
"state": "Received",
"transport": "Http",
"trigger_name": "string",
"workflow_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}