sartography / bpmn-js-spiffworkflow

A BPMN.js extension to improve working with SpiffWorkflow - the python BPMN engine.
MIT License
19 stars 5 forks source link

Feature/events with payloads #36

Closed essweine closed 1 year ago

essweine commented 1 year ago

This adds Signals, Escalations and Errors to the process or collaboration panel and makes it possible to define payloads for throw events and the variable name to store the received payload in for catch events. The UI is the same as for messages, but created with some helpers for generic list creation and selection.