Skip to content

Commit

Permalink
Add note to some process implicit variables [ci skip] (#3373)
Browse files Browse the repository at this point in the history
  • Loading branch information
bentsherman authored and pditommaso committed Nov 13, 2022
1 parent 9dec2b6 commit 0374f63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/script.rst
Original file line number Diff line number Diff line change
Expand Up @@ -251,11 +251,11 @@ The following variables are implicitly defined in the ``task`` object of each pr
Name Description
=============== ========================
``attempt`` The current task attempt
``hash`` The task unique hash Id
``hash`` The task unique hash Id. NOTE: This is only available for processes that run native code via ``exec:``.
``index`` The task index (corresponds to ``task_id`` in the execution trace)
``name`` The current task name
``name`` The current task name. NOTE: This is only available for processes that run native code via ``exec:``.
``process`` The current process name
``workDir`` The task unique directory. NOTE: This is only available for processes that run native code via the ``exec:`` statement.
``workDir`` The task unique directory. NOTE: This is only available for processes that run native code via ``exec:``.
=============== ========================

The ``task`` object also contains the values of all process directives for the given task,
Expand Down

0 comments on commit 0374f63

Please sign in to comment.