sartography / bpmn-js-spiffworkflow

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

display condition panel for conditional events and inclusive gateway #48

Closed essweine closed 11 months ago

essweine commented 1 year ago

This updates the conitions panel to allow it to appear

The spiff library work needed to support the conditional event is in progress, so diagrams with conditional events can't be run yet. However, this might still be worth merging to allow for conditions on inclusive gateways (which spiff does support). We can also wait a day until I finish the library work and merge both at the same time if that's preferable.

essweine commented 11 months ago

This work depends on https://github.com/sartography/SpiffWorkflow/pull/356