Skip to main content

Interface: ITimeSkippingConfig

workflow.v1.ITimeSkippingConfig

Properties of a TimeSkippingConfig.

Implemented by

Properties

enabled

Optional enabled: null | boolean

Enables or disables time skipping for this workflow execution.


maxElapsedDuration

Optional maxElapsedDuration: null | IDuration

Maximum elapsed time since time skipping was enabled. This includes both skipped time and real time elapsing. (-- api-linter: core::0142::time-field-names=disabled --)


maxSkippedDuration

Optional maxSkippedDuration: null | IDuration

Maximum total virtual time that can be skipped.