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
Describes when this poll request should return a response. Omit to request a non-blocking poll.