Skip to main content

Interface: IUpdateWorkflowExecutionResponse

workflowservice.v1.IUpdateWorkflowExecutionResponse

Properties of an UpdateWorkflowExecutionResponse.

Hierarchy

Properties

Optional link: null | $Properties

Link to the update event. May be null if the update has not yet been accepted.

Inherited from

$Properties.link


outcome

Optional outcome: null | $Properties

The outcome of the Update if and only if the Workflow Update has completed. If this response is being returned before the Update has completed then this field will not be set.

Inherited from

$Properties.outcome


stage

Optional stage: null | UpdateWorkflowExecutionLifecycleStage

The most advanced lifecycle stage that the Update is known to have reached, where lifecycle stages are ordered UPDATE_WORKFLOW_EXECUTION_LIFECYCLE_STAGE_UNSPECIFIED < UPDATE_WORKFLOW_EXECUTION_LIFECYCLE_STAGE_ADMITTED < UPDATE_WORKFLOW_EXECUTION_LIFECYCLE_STAGE_ACCEPTED < UPDATE_WORKFLOW_EXECUTION_LIFECYCLE_STAGE_COMPLETED. UNSPECIFIED will be returned if and only if the server's maximum wait time was reached before the Update reached the stage specified in the request WaitPolicy, and before the context deadline expired; clients may may then retry the call as needed.

Inherited from

$Properties.stage


updateRef

Optional updateRef: null | $Properties

Enough information for subsequent poll calls if needed. Never null.

Inherited from

$Properties.updateRef