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