-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
User Story (Required on creation):
I want to be informed when an I/O mapping is parsed so I can modify the mapping if necessary.
Functional Requirements (Required before implementation):
- I can hook into I/O mapping parsing with a BpmnParseListener
Technical Requirements (Required before implementation):
- The BpmnParseListener provides a new "parseIoMapping" method
- There is a default implementation for the method in AbstractBpmnParseListener to keep the update effort low
- The new listener method is called when I/O mappings are parsed