Skip to main content

SignalStatusResponse

Public API contract.

applied_count(integer | null)<int32>nullable

Public API contract.

captures_summarystring[]

Public API contract.

matched_workflows(integer | null)<int32>nullable

Public API contract.

namestring | nullnullable

Public API contract.

signal_codestringrequired
signal_idstring<uuid>required
statusstringrequired
workflow_id(string | null)<uuid>nullable
workflow_instance_codestring | nullnullable
workflow_instance_id(string | null)<uuid>nullable
SignalStatusResponse
{
"applied_count": 0,
"captures_summary": [
"string"
],
"matched_workflows": 0,
"name": "string",
"signal_code": "string",
"signal_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"status": "string",
"workflow_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"workflow_instance_code": "string",
"workflow_instance_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}