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
#
Usages
#
References
#
- Argument input of field createProcessNet from type Mutation
Previous
CreateOrderLineInput