Skip to main content

timeline

The timeline scope controls the generation of the execution timeline.

timeline.directory​
Added in version 26.10

The directory where the timeline file should be saved. The path is resolved against the workflow output directory (outputDir). It must be a relative path within the output directory, and it cannot be used when timeline.file is an absolute path. By default, it is not used and timeline.file is resolved against the launch directory.

timeline.enabled​

Create the execution timeline on workflow completion (default: false).

timeline.file​

Timeline file name (default: 'timeline-<timestamp>.html').

timeline.overwrite​

Overwrite any existing timeline file with the same name (default: false).

On this Page