Variable OrchestrationExecutionStatusConst

OrchestrationExecutionStatus: {
    FAILURE: "failure";
    NORMAL: "normal";
} = ...

Enumeration of possible orchestration execution statuses.

Determines whether an orchestration is executing normally or has encountered a terminal failure requiring error event emission.

Type declaration

  • ReadonlyFAILURE: "failure"

    Orchestration has failed and entered terminal error state

  • ReadonlyNORMAL: "normal"

    Orchestration is executing normally