Interface: IPollWorkflowExecutionUpdateRequest
workflowservice.v1.IPollWorkflowExecutionUpdateRequest
Properties of a PollWorkflowExecutionUpdateRequest.
Hierarchy
-
↳
IPollWorkflowExecutionUpdateRequest
Properties
identity
• Optional identity: null | string
The identity of the worker/client who is polling this Update outcome.
Inherited from
namespace
• Optional namespace: null | string
The namespace of the Workflow Execution to which the Update was originally issued.
Inherited from
updateRef
• Optional updateRef: null | $Properties
The Update reference returned in the initial UpdateWorkflowExecutionResponse.
Inherited from
waitPolicy
• Optional waitPolicy: null | $Properties
Specifies client's intent to wait for Update results. Omit to request a non-blocking poll.