21.226. Enum TaskDataFields
Namespace: ArmoniK.Core.Common.Storage
Assembly: ArmoniK.Core.Common.dll
Fields available in
public enum TaskDataFields
21.226.1. Fields
AcquisitionDate = 23
Date when the task is acquired by the pollster
CreatedBy = 8
Id of the task that created this task.
CreationDate = 18
Date when the task is created
CreationToEndDuration = 27
Duration between the creation and the end of the task
DataDependencies = 13
Unique identifiers of the results the task depends on
DataDependenciesCount = 14
Count of the results the task depends on
EndDate = 21
Date when the task ends
ExpectedOutputIds = 5
Identifiers of the outputs the task should produce or should transmit the responsibility to produce
ExpectedOutputIdsCount = 6
Count of expected output ids
FetchedDate = 25
Date when task data are fetched
InitialTaskId = 7
Task id before retry
Options = 12
Task options
Output = 30
Output of the task after its successful completion
OwnerPodId = 15
Identifier of the polling agent running the task
OwnerPodName = 16
Name of the polling agent running the task
ParentTaskIds = 3
Unique identifiers of the tasks that submitted the current task up to the session id which represents a submission from the client
ParentTaskIdsCount = 4
Count of parent task ids
PayloadId = 2
Unique identifier of the payload in input of the task
PodTtl = 29
Task Time To Live on the current pod
ProcessedDate = 24
Date when the task execution ends
ProcessingToEndDuration = 26
Duration between the start of processing and the end of the task
ReceivedToEndDuration = 28
Duration between the reception and the end of the task
ReceptionDate = 22
Date when the task is received by the polling agent
RetryOfIds = 9
List of previous tasks ids before the current retry
RetryOfIdsCount = 10
Count of previous tasks ids before the current retry
SessionId = 0
Unique identifier of the session in which the task belongs
StartDate = 20
Date when the task execution begins
Status = 11
Current status of the task
StatusMessage = 17
Message associated to the status
SubmittedDate = 19
Date when the task is submitted
TaskId = 1
Unique identifier of the task