Magidoc

WorkQueuePlacement
Object

Represents a placement of an operation in a work queue.

Fields

#

id

ID !
Non-null

The ID of the work queue placement.

kind

Non-null

The kind of work queue placement.

priority

The priority of the work queue placement.

workQueueId

ID !
Non-null

The ID of the work queue that the placement belongs to.

workQueue

Non-null

The work queue that the placement belongs to.

operationId

ID !
Non-null

The ID of the operation that the placement belongs to.

operation

Non-null

The operation that the placement belongs to.

placementTime

The date and time when the operation was placed in the work queue.

deadlineTime

The date and time when the operation is due to be completed.

createdAt

Non-null

The date and time when the work queue placement was created.

updatedAt

Non-null

The date and time when the work queue placement was last updated.

Usages

#

References

#

  • Field workQueuePlacement from Query
  • Field createWorkQueuePlacement from Mutation
  • Field updateWorkQueuePlacement from Mutation