Interface: IPollWorkflowExecutionTimeSkippingResponse
workflowservice.v1.IPollWorkflowExecutionTimeSkippingResponse
Properties of a PollWorkflowExecutionTimeSkippingResponse.
Hierarchy
-
↳
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
fastForwardInfo
• Optional fastForwardInfo: null | $Properties
The execution's current fast-forward, if any.
Inherited from
fastForwardPollingResult
• Optional fastForwardPollingResult: null | FastForwardPollingResult
The outcome of the poll for the fast-forward identified by the request's fast_forward_id.