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

No param sort #50

Closed jbirddog closed 8 months ago

jbirddog commented 8 months ago

Fix for spiff-arena issue #476 - - took out some sorts that were not needed and set the ListGroup component not to sort its list items. This only fixes the issue for newly created service tasks. Existing service tasks already have the sorted order written to the xml. Not sure if it would be worth trying to migrate, but if we do I'd like to look at updating when service task params change, etc as well - so ideally a separate effort.