Skip to main content

Interface: IPollWorkflowExecutionTimeSkippingResponse

workflowservice.v1.IPollWorkflowExecutionTimeSkippingResponse

Properties of a PollWorkflowExecutionTimeSkippingResponse.

Hierarchy

  • $Properties

    IPollWorkflowExecutionTimeSkippingResponse

Properties

failedReason

Optional failedReason: null | string

Set only when the result is FAST_FORWARD_POLLING_RESULT_FAST_FORWARD_FAILED; explains why the fast-forward can no longer complete.

Inherited from

$Properties.failedReason


fastForwardInfo

Optional fastForwardInfo: null | $Properties

The execution's current fast-forward, if any.

Inherited from

$Properties.fastForwardInfo


fastForwardPollingResult

Optional fastForwardPollingResult: null | FastForwardPollingResult

The outcome of the poll for the fast-forward identified by the request's fast_forward_id.

Inherited from

$Properties.fastForwardPollingResult