Skip to main content

Interface: IPollWorkflowExecutionUpdateRequest

workflowservice.v1.IPollWorkflowExecutionUpdateRequest

Properties of a PollWorkflowExecutionUpdateRequest.

Hierarchy

Properties

identity

Optional identity: null | string

The identity of the worker/client who is polling this Update outcome.

Inherited from

$Properties.identity


namespace

Optional namespace: null | string

The namespace of the Workflow Execution to which the Update was originally issued.

Inherited from

$Properties.namespace


updateRef

Optional updateRef: null | $Properties

The Update reference returned in the initial UpdateWorkflowExecutionResponse.

Inherited from

$Properties.updateRef


waitPolicy

Optional waitPolicy: null | $Properties

Specifies client's intent to wait for Update results. Omit to request a non-blocking poll.

Inherited from

$Properties.waitPolicy