Skip to content

Commit 992f889

Browse files
authored
Fix documentation of task id (#6129)
Signed-off-by: Ben Sherman <bentshermann@gmail.com>
1 parent 258e179 commit 992f889

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/reference/process.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,14 @@ The following task properties are defined in the process body:
1717

1818
`task.hash`
1919
: *Available only in `exec:` blocks*
20-
: The task unique hash ID.
21-
22-
`task.id`
23-
: The pipeline-level task index. Corresponds to `task_id` in the {ref}`execution trace <trace-report>`.
20+
: The task hash.
2421

2522
`task.index`
2623
: The process-level task index.
2724

2825
`task.name`
2926
: *Available only in `exec:` blocks*
30-
: The current task name.
27+
: The task name.
3128

3229
`task.previousException`
3330
: :::{versionadded} 24.10.0
@@ -45,7 +42,7 @@ The following task properties are defined in the process body:
4542
: This is useful when retrying a task execution to access the previous task attempt runtime metrics e.g. used memory and CPUs.
4643

4744
`task.process`
48-
: The current process name.
45+
: The process name.
4946

5047
`task.workDir`
5148
: *Available only in `exec:` blocks*

0 commit comments

Comments
 (0)