Skip to main content

Enumeration: UpdateWorkflowExecutionLifecycleStage

enums.v1.UpdateWorkflowExecutionLifecycleStage

UpdateWorkflowExecutionLifecycleStage is specified by clients invoking workflow execution updates and used to indicate to the server how long the client wishes to wait for a return value from the RPC. If any value other than UPDATE_WORKFLOW_EXECUTION_LIFECYCLE_STAGE_COMPLETED is sent by the client then the RPC 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.

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