Magidoc

NetworkReceivedJob
Object

A NetworkReceivedJob represents a Job that has been received by a NetworkNode, this should be assessed for acceptance and confirmation by the Node, and if acceptable, turned into a Job.

Fields

#

id

ID !
Non-null

The ID of this Job within the Network

nodeId

ID !
Non-null

The ID of the NetworkNode that received this Job

node

Non-null

The NetworkNode that received this Job

senderId

The Node id of the Member that sent this Job, if available

sender

The Member that sent this Job

spec

Non-null

The Spec of the job that was received

jobId

The ID of the Job that was created, if available

job

The Job that was created, if available

status

Non-null

The status of this Job within the Network, this is our local value and will update the sender when changed

mode

Non-null

The creation mode of this Job, quote or produce

notes

Any notes that are attached from the sender

createdAt

Non-null

The timestamp this Job was received

updatedAt

Non-null

The timestamp this Job was last updated

details

The properties of the Job that was received

Usages

#

References

#

  • Field networkReceivedJob from Query
  • Field updateNetworkReceivedJob from Mutation