-
Notifications
You must be signed in to change notification settings - Fork 5
YAML syntax
ossacolsale edited this page Nov 8, 2021
·
2 revisions
The BPMNator YAML file has a really simple structure.
To see a general overview look at the first example listed in the following page:
- https://github.com/ossacolsale/bpmnator/tree/main/examples page (it's inside "examples" repository's folder).
You should look at every example is in there, possibly starting from the 1st onward in order.
Each example contains:
- A README.md file, rendered and readable directly from respective repository folder
- The .yaml file relative at the example
- The .bpmn file, derived from the .yaml after calling BPMNator CLI or library
- The png image of the rendered BPMN diagram (it's a screenshot of the .bpmn file opened with https://demo.bpmn.io/)