class documentation

class WorkflowUpdateStage(IntEnum): (source)

View In Hierarchy

Stage to wait for workflow update to reach before returning from start_update.

Constant ACCEPTED Undocumented
Constant ADMITTED Undocumented
Constant COMPLETED Undocumented
ACCEPTED = (source)

Undocumented

Value
int(temporalio.api.enums.v1.UpdateWorkflowExecutionLifecycleStage.UPDATE_WORKFLOW_EXECUTION_LIFECYCLE_STAGE_ACCEPTED↵
)
ADMITTED = (source)

Undocumented

Value
int(temporalio.api.enums.v1.UpdateWorkflowExecutionLifecycleStage.UPDATE_WORKFLOW_EXECUTION_LIFECYCLE_STAGE_ADMITTED↵
)
COMPLETED = (source)

Undocumented

Value
int(temporalio.api.enums.v1.UpdateWorkflowExecutionLifecycleStage.UPDATE_WORKFLOW_EXECUTION_LIFECYCLE_STAGE_COMPLETED↵
)