Skip to main content

Enumeration: UpdateWorkflowExecutionLifecycleStage

enums.v1.UpdateWorkflowExecutionLifecycleStage

UpdateWorkflowExecutionLifecycleStage is specified by clients invoking Workflow Updates and used to indicate to the server how long the client wishes to wait for a return value from the API. If any value other than UPDATE_WORKFLOW_EXECUTION_LIFECYCLE_STAGE_COMPLETED is sent by the client then the API will complete before the Update is finished and will return a handle to the running Update so that it can later be polled for completion. If specified stage wasn't reached before server timeout, server returns actual stage reached.

Enumeration Members

UPDATE_WORKFLOW_EXECUTION_LIFECYCLE_STAGE_ACCEPTED

UPDATE_WORKFLOW_EXECUTION_LIFECYCLE_STAGE_ACCEPTED = 2


UPDATE_WORKFLOW_EXECUTION_LIFECYCLE_STAGE_ADMITTED

UPDATE_WORKFLOW_EXECUTION_LIFECYCLE_STAGE_ADMITTED = 1


UPDATE_WORKFLOW_EXECUTION_LIFECYCLE_STAGE_COMPLETED

UPDATE_WORKFLOW_EXECUTION_LIFECYCLE_STAGE_COMPLETED = 3


UPDATE_WORKFLOW_EXECUTION_LIFECYCLE_STAGE_UNSPECIFIED

UPDATE_WORKFLOW_EXECUTION_LIFECYCLE_STAGE_UNSPECIFIED = 0