TaskInformation interface
An interface representing TaskInformation.
Properties
| execution |
Information about the execution of the Task. |
| job |
The ID of the Job to which the Task belongs. |
| subtask |
The ID of the subtask if the Task is a multi-instance Task. |
| task |
The ID of the Task. |
| task |
The current state of the Task. Possible values include: 'active', 'preparing', 'running', 'completed' |
| task |
The URL of the Task. |
Property Details
executionInfo
Information about the execution of the Task.
executionInfo?: TaskExecutionInformation
Property Value
jobId
The ID of the Job to which the Task belongs.
jobId?: string
Property Value
string
subtaskId
The ID of the subtask if the Task is a multi-instance Task.
subtaskId?: number
Property Value
number
taskId
The ID of the Task.
taskId?: string
Property Value
string
taskState
The current state of the Task. Possible values include: 'active', 'preparing', 'running', 'completed'
taskState: TaskState
Property Value
taskUrl
The URL of the Task.
taskUrl?: string
Property Value
string