Magidoc

ProcessNet
Object

A ProcessNet is a collection of ProcessNodes and Components that are connected to represent the production of a Job

Fields

#

id

ID !
Non-null

The unique identifier

externalId

An optional external ID, e.g. from an MIS

createdAt

Non-null

The createdAt timestamp

updatedAt

Non-null

The updatedAt timestamp

name

The name of the ProcessNet, if available

version

Non-null

The version of the ProcessNet

active

Whether this version is active

jobId

ID !
Non-null

The ID of the Job that the ProcessNet represents

job

Non-null

The Job that the ProcessNet represents

processes

Non-null

The ProcessNodes of the ProcessNet

components

Non-null

The Components of the ProcessNet

links

Non-null

All links within this ProcessNet

Usages

#

References

#

  • Field activeJobProcessNet from Query