Like ascii art but with bpmn models.
This is a little fun project of my kids and me: creating coloring pictures with BPMN models together. First result: angrybirds
A png
representation of the workflow model:
Next level: Running the workflow model - the easiest way to do this is Camunda Cloud. Once the account is there, create a client, export relevant information as environment variables, install zbctl
and execute the following commands:
Deploy the workflow:
zbctl deploy bpmn/angrybirds.bpmn
Start a workflow instance:
zbctl create instance angrybird
Navigate to operate and watch your instance :)