arvo-event-handler
    Preparing search index...

    Variable OrchestrationExecutionStatusConst

    OrchestrationExecutionStatus: {
        DONE: "done";
        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

    • ReadonlyDONE: "done"

      Orchestration is marked as done

    • ReadonlyFAILURE: "failure"

      Orchestration has failed and entered terminal error state

    • ReadonlyNORMAL: "normal"

      Orchestration is executing normally