OrchestrationRuntimeStatus enum

The status of an orchestration instance.

Fields

Canceled

The orchestration was canceled gracefully.

Completed

The orchestration instance has completed normally.

ContinuedAsNew

The orchestration instance has restarted itself with a new history. This is a transient state.

Failed

The orchestration instance failed with an error.

Pending

The orchestration instance has been scheduled but has not yet started running.

Running

The orchestration instance has started running.

Terminated

The orchestration instance was stopped abruptly.