Skip to main content

Enumeration: WorkflowUpdateStage

client.WorkflowUpdateStage

Enumeration Members

ACCEPTED

ACCEPTED = 2

Accepted stage. This stage is reached when a workflow has received the update and either accepted it (i.e. it has passed validation, or there was no validator configured on the update handler) or rejected it. This is currently the only allowed value when using startUpdate.


ADMITTED

ADMITTED = 1

Admitted stage. This stage is reached when the server accepts the update request. It is not allowed to wait for this stage when using startUpdate, since the update request has not yet been durably persisted at this stage.


COMPLETED

COMPLETED = 3

Completed stage. This stage is reached when a workflow has completed processing the update with either a success or failure.


UNSPECIFIED

UNSPECIFIED = 0

This is not an allowed value.