Magidoc

CreateProcessNetInput
Input Object

Input for creating a new ProcessNet. Whilst we can create ProcessNodes and Components in the same transaction, we cannot create links between them as the IDs are not available until the objects are created.

However, we provide a way to create links between ProcessNodes and Components by using the "virtualId" attribute, which will be transformed when we insert the records into the database.

This is named as virtual, as it is not a real ID, and will be replaced with the real ID when the objects are returned. Please do not use this ID for anything other than the initial linking of components. We offer the "externalId" for you to provide an ID that you can track in other software systems.

Fields

#

components

Non-null

The components to create

externalId

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

jobId

ID !
Non-null

The ID of the Job that the ProcessNet produces

links

Non-null

The links between components and process nodes

name

The name of the ProcessNet, optional

processes

Non-null

The process nodes to create

Usages

#

References

#

  • Argument input of field createProcessNet from type Mutation