class documentation

class WorkflowExecutionStatus(IntEnum): (source)

View In Hierarchy

Status of a workflow execution.

See temporalio.api.enums.v1.WorkflowExecutionStatus.

Constant CANCELED Undocumented
Constant COMPLETED Undocumented
Constant CONTINUED_AS_NEW Undocumented
Constant FAILED Undocumented
Constant RUNNING Undocumented
Constant TERMINATED Undocumented
Constant TIMED_OUT Undocumented
CANCELED = (source)

Undocumented

Value
int(temporalio.api.enums.v1.WorkflowExecutionStatus.WORKFLOW_EXECUTION_STATUS_CANCELED
)
COMPLETED = (source)

Undocumented

Value
int(temporalio.api.enums.v1.WorkflowExecutionStatus.WORKFLOW_EXECUTION_STATUS_COMPLETED
)
CONTINUED_AS_NEW = (source)

Undocumented

Value
int(temporalio.api.enums.v1.WorkflowExecutionStatus.WORKFLOW_EXECUTION_STATUS_CONTINUED_AS_NEW
)

Undocumented

Value
int(temporalio.api.enums.v1.WorkflowExecutionStatus.WORKFLOW_EXECUTION_STATUS_FAILED
)

Undocumented

Value
int(temporalio.api.enums.v1.WorkflowExecutionStatus.WORKFLOW_EXECUTION_STATUS_RUNNING
)
TERMINATED = (source)

Undocumented

Value
int(temporalio.api.enums.v1.WorkflowExecutionStatus.WORKFLOW_EXECUTION_STATUS_TERMINATED
)
TIMED_OUT = (source)

Undocumented

Value
int(temporalio.api.enums.v1.WorkflowExecutionStatus.WORKFLOW_EXECUTION_STATUS_TIMED_OUT
)