File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
user-guide/running-workflows Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -1759,13 +1759,15 @@ Glossary
1759
1759
* :ref: `Runahead Limiting `
1760
1760
* :term: `active cycle `
1761
1761
1762
+ skip mode
1763
+ A task run mode that skips execution but completes outputs as if the task had run.
1764
+ See :ref: `task-run-modes.skip `.
1762
1765
1763
1766
dummy task
1764
1767
A task which runs a trivially simple script such as ``sleep 1 ``,
1765
1768
``exit 0 `` or ``true ``, or which uses :ref: `task-run-modes.skip `
1766
1769
to avoid running a script at all.
1767
1770
1768
-
1769
1771
dummy mode
1770
1772
A workflow run mode that replaces all tasks with :term: `dummy tasks <dummy task> `.
1771
1773
See :ref: `workflow-run-modes.dummy `.
Original file line number Diff line number Diff line change @@ -86,6 +86,8 @@ given "modifier" icons which appear to the top-left of the task icon:
86
86
running.
87
87
* - |task-runahead-large |
88
88
- **Runahead: ** Task is held back by the :term: `runahead limit `.
89
+ * - |task-skip-large |
90
+ - **Skip Mode: ** Task has/will be run in :term: `skip mode `.
89
91
* - |task-queued-large |
90
92
- **Queued: ** Task has been held back by an :term: `internal queue `.
91
93
* - |task-retry-large |
You can’t perform that action at this time.
0 commit comments