Skip to content

Commit

Permalink
Clarify meaning of task.id versus task.index (nextflow-io#5505) […
Browse files Browse the repository at this point in the history
…ci skip]



Signed-off-by: Ben Sherman <[email protected]>
Co-authored-by: Christopher Hakkaart <[email protected]>
  • Loading branch information
2 people authored and alberto-miranda committed Nov 19, 2024
1 parent d476a6b commit 7f55c91
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 7f55c91

Please sign in to comment.