cylc / cylc-doc

Documentation (User Guide, Cheat Sheets, etc.) for the Cylc Workflow Engine.
https://cylc.github.io/cylc-doc/
GNU General Public License v3.0
8 stars 18 forks source link

interventions: document holding all tasks, triggering and releasing #739

Closed oliver-sanders closed 2 weeks ago

oliver-sanders commented 2 weeks ago

Document a common use case:

Currently the solution is to use the "hold after cycle point" feature.

Note, when https://github.com/cylc/cylc-flow/issues/5827 is done, we will be able to simplify this to:

$ cylc hold 'workflow//*'
$ cylc trigger ...
$ cylc release 'workflow//*'

Requirements check-list

oliver-sanders commented 2 weeks ago

(merging with two approvals)