universal/workflow-chain-map
Indicate the application being installed
The map is a key/value dictionary of workflow maps.
The key is the value of universal/application
.
The value map is a map of workflow to next workflow sequences.
Adding to your application:
universal-maintenance: universal-discover
universal-discover: universal-hardware
universal-hardware: universal-burnin
Will enable the running of universal-discover
and universal-hardware
, but returning to universal-local
when
done. This allows for reinventoring and corrective hardware updates, but maintaining the installed system.
Adding to your application:
Will enable the running of a clean rebuild of your system at the current systems. universal-discover
is used as
the basic entry point for the standard usage of this workflow.