Define production models
Define production models
You have multiple ways to update your production models:
- Use the UI to define it for an individual unit or class
- POST a batch over the GraphQL API
- Use BPMN as a filter receive an incoming ERP document and map into the system
The trade offs are usually upfront configuration time, number of items to add, and level of automation. Adding an item over the UI requires no programming skill, but you can only add only one unit at a time. Creating a BPMN process to listen for an event and automatically map new units brings the highest automation, but it requires upfront investment to write and test the BPMN workflow.