| id |
Long |
The ID of the subtask instance. |
| name |
String |
The name of the subtask. |
| seriesId |
Long |
The serial number of the subtask. |
| description |
String |
The description of the subtask. |
| className |
String |
The class name corresponding to the subtask. |
| timeout |
Integer |
The timeout period of the subtask, in seconds. |
| status |
String |
The status of the subtask. Valid values: PENDINGREADY RUNNINGCANCELING FAILEDSUCCESSFUL |
| operation |
String |
The operation performed by the subtask. Valid values: EXECUTERETRY ROLLBACKSKIP CANCEL |
| executor |
String |
The node that executed the subtask. |
| runTime |
Integer |
The number of executions of the subtask. |
| context |
String |
The execution context of the subtask. |
| createTime |
String |
The time when the subtask was created. |
| startTime |
String |
The start time of the subtask. |
| finishTime |
String |
The end time of the subtask. |
| nodeType |
String |
The node type, for example, JAVA_TASK. |
| paralleIdx |
Integer |
The index of a parallel subtask. -1 indicates that the subtask is not a parallel subtask. |
| upstreams |
LongArray |
The IDs of upstream subtasks. |
| downstream |
LongArray |
The IDs of downstream subtasks. |
| prohibitRollback |
Boolean |
Indicates whether rollback was supported by the subtask. |