Represents the possible statuses for a Workflow in the Workflow Space. Values match the WebSocket message status field from Cognigy: success | error | timeout | onGoing | failed. ON_GOING is the only non-terminal status; all others end the workflow.
success | error | timeout | onGoing | failed
Use SUCCESS. Retained as a compatibility alias so existing consumers compile without changes while they migrate.
SUCCESS
Workflow ended with an error.
Workflow ended in failure.
Workflow is in progress.
Use ON_GOING. Retained as a compatibility alias so existing consumers compile without changes while they migrate.
ON_GOING
Workflow ended successfully.
Workflow ended due to a timeout.
Generated using TypeDoc
Represents the possible statuses for a Workflow in the Workflow Space. Values match the WebSocket message status field from Cognigy:
success | error | timeout | onGoing | failed. ON_GOING is the only non-terminal status; all others end the workflow.