Edit on GitHub

Configuration Section Schema of a workflow template

A schema that is used to validate a part of Laboperator workflow templates.

The configuration section of a workflow template holds general options for the workflow display.

Step configurations will override workflow configuration.

Configuration Section Schema of a workflow template
navigationDelay
reference or any
contextInfoSettings
reference
Context information panel settings

Configuration of the workflow context information.

reportHeader
string (Header of the workflow report.)

Used to add header information that will be generated in the workflow report. The information can contain reference to information present in the workflow, like workflow template information, using the double curly brackets notation (see examples). Besides field identifiers, the following references are supported: - workflow template keys. You can access values from any key inside the workflow template, as long as you pass the keys in the correct hierarchy. - run: information about the current workflow run

Examples:
"{{run.data.attributes.title}}"
Workflow run {{run.data.attributes.title}} created at
{{run.data.attributes.created_at}}
Experiment ABC123
"{{template.info.title}}"
signature
reference
Signature

A flag indicating whether a workflow run can be signed.

Where is this used?
Other schemas that have a reference ($ref) to this schema.

No references found.