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