Table of Contents

Enum OrchestrationStatus

Namespace
DurableTask.Core
Assembly
DurableTask.Core.dll

Enum describing the status of the orchestration

public enum OrchestrationStatus

Fields

Canceled = 4

Orchestration state of gracefully canceled

Completed = 1

Orchestration state of complete

ContinuedAsNew = 2

Orchestration state of continued as new (this instance complete, continued in a new instance)

Failed = 3

Orchestration state of failed

Pending = 6

Orchestration state of pending (not yet running)

Running = 0

Orchestration state of running

Terminated = 5

Orchestration state of abruptly shut down