arvo-event-handler
    Preparing search index...

    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