Skip to content

Commit

Permalink
Clarify meaning of task.id versus task.index
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Sherman <bentshermann@gmail.com>
  • Loading branch information
bentsherman committed Nov 14, 2024
1 parent 8041a57 commit 64d26f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/reference/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ The following task properties are defined in the process body:
: *Available only in `exec:` blocks*
: The task unique hash ID.

`task.id`
: The pipeline-level task index (corresponds to `task_id` in the {ref}`execution trace <trace-report>`).

`task.index`
: The task index (corresponds to `task_id` in the {ref}`execution trace <trace-report>`).
: The process-level task index.

`task.name`
: *Available only in `exec:` blocks*
Expand Down

0 comments on commit 64d26f7

Please sign in to comment.