Skip to main content

Interface: IWorkflowExecutionTimeSkippingTransitionedEventAttributes

history.v1.IWorkflowExecutionTimeSkippingTransitionedEventAttributes

Properties of a WorkflowExecutionTimeSkippingTransitionedEventAttributes.

Implemented by

Properties

disabledAfterFastForward

Optional disabledAfterFastForward: null | boolean

When true, time skipping has been disabled 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. --)


targetTime

Optional targetTime: null | ITimestamp

The virtual time point that time skipping advanced to.


wallClockTime

Optional wallClockTime: null | ITimestamp

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