Skip to main content

Interface: IWorkflowExecutionTimeSkippingTransitionedEventAttributes

history.v1.IWorkflowExecutionTimeSkippingTransitionedEventAttributes

Properties of a WorkflowExecutionTimeSkippingTransitionedEventAttributes.

Hierarchy

  • $Properties

    IWorkflowExecutionTimeSkippingTransitionedEventAttributes

Properties

disabledAfterFastForward

Optional disabledAfterFastForward: null | boolean

When true, time skipping has been stopped automatically due to a call to fast_forward completing. (-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: "after" is used to indicate temporal ordering. --)

Inherited from

$Properties.disabledAfterFastForward


targetTime

Optional targetTime: null | $Properties

The virtual time point that time skipping advanced to.

Inherited from

$Properties.targetTime


wallClockTime

Optional wallClockTime: null | $Properties

The wall-clock time when the time-skipping state changed event was generated.

Inherited from

$Properties.wallClockTime