Enum TaskSummaryEnumField

Namespace: ArmoniK.Api.gRPC.V1.Tasks
Assembly: ArmoniK.Api.Common.dll

Represents every available field in a task summary.

public enum TaskSummaryEnumField

Fields

AcquiredAt = 15

  • When the task is acquired by the agent.

CreatedAt = 3

  • The task creation date.

CreatedBy = 21

  • The ID of the Result that is used as a payload for this task.

CreationToEndDuration = 6

  • The task duration. Between the creation date and the end date.

EndedAt = 5

  • The task end date.

Error = 8

  • The error message. Only set if task have failed.

FetchedAt = 19

  • When task data are fetched by the agent.

InitialTaskId = 10

  • The initial task ID. Set when a task is submitted independently of retries.

OwnerPodId = 9

  • The owner pod ID.

PayloadId = 20

  • The ID of the Result that is used as a payload for this task.

PodHostname = 13

  • The hostname of the container running the task.

PodTtl = 12

  • The pod TTL (Time To Live).

ProcessedAt = 17

  • When the task is processed by the agent.

ProcessingToEndDuration = 7

  • The task calculated duration. Between the start date and the end date.

ReceivedAt = 14

  • When the task is received by the agent.

ReceivedToEndDuration = 18

  • The task calculated duration. Between the received date and the end date.

SessionId = 1

  • The session ID.

StartedAt = 4

  • The task start date.

Status = 2

  • The task status.

SubmittedAt = 11

  • The task submission date.

TaskId = 16

  • The task ID.

Unspecified = 0

  • Unspecified