Share via


TaskInformation interface

An interface representing TaskInformation.

Properties

executionInfo

Information about the execution of the Task.

jobId

The ID of the Job to which the Task belongs.

subtaskId

The ID of the subtask if the Task is a multi-instance Task.

taskId

The ID of the Task.

taskState

The current state of the Task. Possible values include: 'active', 'preparing', 'running', 'completed'

taskUrl

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