File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -17,17 +17,14 @@ The following task properties are defined in the process body:
17
17
18
18
` task.hash `
19
19
: * 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.
24
21
25
22
` task.index `
26
23
: The process-level task index.
27
24
28
25
` task.name `
29
26
: * Available only in ` exec: ` blocks*
30
- : The current task name.
27
+ : The task name.
31
28
32
29
` task.previousException `
33
30
: :::{versionadded} 24.10.0
@@ -45,7 +42,7 @@ The following task properties are defined in the process body:
45
42
: This is useful when retrying a task execution to access the previous task attempt runtime metrics e.g. used memory and CPUs.
46
43
47
44
` task.process `
48
- : The current process name.
45
+ : The process name.
49
46
50
47
` task.workDir `
51
48
: * Available only in ` exec: ` blocks*
You can’t perform that action at this time.
0 commit comments