Skip to content

Commit 09bbe8e

Browse files
committed
skip mode modifier
1 parent a6c43ed commit 09bbe8e

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

src/glossary.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1759,13 +1759,15 @@ Glossary
17591759
* :ref:`Runahead Limiting`
17601760
* :term:`active cycle`
17611761

1762+
skip mode
1763+
A task run mode that allows setting tasks to run instantly.
1764+
See :ref:`task-run-modes.skip`.
17621765

17631766
dummy task
17641767
A task which runs a trivially simple script such as ``sleep 1``,
17651768
``exit 0`` or ``true``, or which uses :ref:`task-run-modes.skip`
17661769
to avoid running a script at all.
17671770

1768-
17691771
dummy mode
17701772
A workflow run mode that replaces all tasks with :term:`dummy tasks <dummy task>`.
17711773
See :ref:`workflow-run-modes.dummy`.
14 KB
Loading

src/user-guide/running-workflows/tasks-jobs-ui.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ given "modifier" icons which appear to the top-left of the task icon:
8686
running.
8787
* - |task-runahead-large|
8888
- **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`.
8991
* - |task-queued-large|
9092
- **Queued:** Task has been held back by an :term:`internal queue`.
9193
* - |task-retry-large|

0 commit comments

Comments
 (0)