-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
7.11.0
-
None
It is possible to create bpmn file by Modeler that contains this:
<bpmn:exclusiveGateway id="ExclusiveGateway_0aw668v" name="IDs result" default="SequenceFlow_10nmw69"> <bpmn:extensionElements> <camunda:executionListener class="" event="start" /> </bpmn:extensionElements>
or this:
<bpmn:sequenceFlow id="SequenceFlow_18trlp5" sourceRef="UserTask_verifyIDs" targetRef="ExclusiveGateway_0aw668v"> <bpmn:extensionElements> <camunda:executionListener class="" event="take" /> </bpmn:extensionElements> </bpmn:sequenceFlow>
Notice the empty class attribute. You can deploy this kind of bpmn, error happens at runtime.