sartography / cr-connect

0 stars 0 forks source link

Transaction Sub-Processes and Cancel Events #546

Closed calexh-sar closed 2 years ago

calexh-sar commented 2 years ago

When attempting to use a Transaction Sub-Process, the following validation error is thrown:

image.png

The Transaction Sub-Process appear in the Modeler like this:

image.png

and BPMN Spec details on the Transaction Sub-Process can be found here (Transaction section starts at the bottom of the page).

Other potentially useful articles on this subject include:

The Cancel Event should be updated to work with the Transaction Sub-Process and no longer work on a User Task.

essweine commented 2 years ago

This functionality was added in this PR https://github.com/sartography/SpiffWorkflow/pull/149