Magidoc

ProcessNode
Object

A ProcessNode is a single position within a process graph, representing an operation

Fields

#

id

ID !
Non-null

The unique identifier of the ProcessNode

externalId

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

createdAt

Non-null

The createdAt timestamp of the ProcessNode

updatedAt

Non-null

The updatedAt timestamp of the ProcessNode

name

The name of the ProcessNode

kind

The kind of the ProcessNode

deviceId

The description of the ProcessNode

device

The device of the ProcessNode

state

Non-null

The state of the ProcessNode

processNetId

ID !
Non-null

The ID of the ProcessNet the ProcessNode belongs to

processNet

Non-null

The ProcessNet the ProcessNode belongs to

operationId

The ID of the Operation that the ProcessNode represents

operation

The Operation that the ProcessNode represents

links

Non-null

All of the links for this ProcessNode

consumes

Non-null

The ConsumedComponents of the ProcessNode

produces

Non-null

The ProducedComponents of the ProcessNode

Usages

#

References

#