universal/active-phase¶
Tracks which pipeline phase the chain workflow is currently executing
Defaults to "prepare" so a machine that enters the chain workflow without first running universal-pipeline-start still begins at the first phase.
Set and advanced by content/templates/ucw-pipe.{sh,py,ps1}.tmpl as the chain workflow walks the phase map. universal-pipeline-start also resets it to "prepare". This file declares the param schema so .Param resolves to the default on first render rather than erroring with "not in scope", and for validation and discoverability.
Objects that Reference universal/active-phase¶
- tasks universal-phase-context-set in Universal Workflow Content as part of Templates.[0].Contents (used)
- templates ucw-pipe.py.tmpl in Universal Workflow Content as part of Contents (used)
- templates ucw-pipe.ps1.tmpl in Universal Workflow Content as part of Contents (used)
- templates ucw-pipe.sh.tmpl in Universal Workflow Content as part of Contents (used)
Objects used by universal/active-phase¶
Not used in current content packs