Magidoc

NetworkSentJob
Object

A NetworkSentJob represents a Job that is sent by this NetworkNode, this should be assessed for routing by the Network, and if acceptable, sent to a Receiver for processing.

Fields

#

id

ID !
Non-null

The ID of this Job within the Network

nodeId

ID !
Non-null

The ID of the NetworkNode that sent this Job

node

Non-null

The NetworkNode that sent this Job

jobId

ID !
Non-null

The ID of the Job that was sent

job

Non-null

The Job that was sent

spec

Non-null

The specification of the Job

status

Non-null

The status of this Job within the Network, this is the remote value and will update when changed by the receiver

mode

Non-null

The creation mode of this Job, quote or produce

notes

Any notes that are attached for the receiver

routeId

The requested member Node to route to, if set

route

The requested member Node

allocatedRouteId

The allocated member Node routed to, if available

allocatedRoute

The allocated member Node routed to

createdAt

Non-null

The timestamp this Job was sent

updatedAt

Non-null

The timestamp this Job was last updated

Usages

#

References

#

  • Field networkSentJob from Query