-
Bug
-
Resolution: Done
-
Critical
-
None
-
2019 Week 47-49 (from Nov 18), 2019 Week 50-52 (from Dec 9)
The MessageIn/Out will not be used any more starting from Kogito (still supported in Business Central version), the implementation of Service Task can red MessageIn/Out will not be written.
For example for attached process testFlight.bpmn2 should be removed next lines (attention on InMessage and OutMessage, the rest part of the ID generates randomly):
<bpmn2:itemDefinition id='_25ADBBE9-1825-4910-99C5-1409422D46AB_InMessageType' structureRef='org.acme.travels.Trip'/> <bpmn2:itemDefinition id='_25ADBBE9-1825-4910-99C5-1409422D46AB_OutMessageType' structureRef='org.acme.travels.Trip'/> <bpmn2:message id='_25ADBBE9-1825-4910-99C5-1409422D46AB_InMessage' itemRef='_25ADBBE9-1825-4910-99C5-1409422D46AB_InMessageType'/> <bpmn2:message id='_25ADBBE9-1825-4910-99C5-1409422D46AB_OutMessage' itemRef='_25ADBBE9-1825-4910-99C5-1409422D46AB_OutMessageType'/> and <bpmn2:inMessageRef>_25ADBBE9-1825-4910-99C5-1409422D46AB_InMessage</bpmn2:inMessageRef> <bpmn2:outMessageRef>_25ADBBE9-1825-4910-99C5-1409422D46AB_OutMessage</bpmn2:outMessageRef>
Acceptance Criteria
- Load attached file in Kogito BPMN editor
- Save/Export file back
- Lines mentioned above with In/OutMessage will be removed all other content will remain unchanged (except possible changed in randomly generated IDs).
- causes
-
RHPAM-4604 BPMN file contaning (Java) ServiceTask created using VSCode BPMN Editor causes parser errors in maven build
- Closed
-
KOGITO-8946 Stunner - Return MessageIn/Out for compatibility with Business Central
- Pull Request Sent
- is related to
-
KOGITO-5624 This epic contains list of issues we need to test with new marshallers
- Open
-
JBPM-8944 Service Task prints errors to the server log
- Reopened