NovatecConsulting / camunda-platform-7-cinema

BPMN process to book seats for a movie in a cinema. If the booking goes through, a QR Code with the process id is generated. This showcase is used to show different techniques in BPMN.
Apache License 2.0
8 stars 3 forks source link

Setup external DB in flowable-process-modeler #4

Open jenshb opened 3 years ago

jenshb commented 3 years ago

The process definitions from modeler are stored in ACT_DE_MODEL. The runtime definitions are in ACT_RE_PROCDEF. In ACT_DE_MODEL the BPMN is stored as JSON. On "Publish" the model is stored in ACT_RE_PROCDEF as XML.