Adding a processΒΆ
In order to create a process you must have an app with at least one table. This is because a process always requires a mainTable
, which is the table where the process will store the information it collects.
You can add a process to an app, using the cli command sm add process
from within an app folder. The CLI will ask you a few questions and create a .yml
and a .bpmn20.xml
files that define the process.
You can edit the .bpmn20.xml
file with the Smartmate BPMN Editor.
After making any changes you can run sm validate
to validate the process.
Continue reading to learn how to model a process.