CDATA in Sequence Flow Condition [message #1757975] |
Wed, 22 March 2017 09:13  |
Eclipse User |
|
|
|
Hello,
i want to add a conditional expression to a sequence flow. This condition consists of an CDATA element. Unfortunatly the plugin replaces the special chars while generating the source:
<![CDATA[${returnsBooleanValueExpression}]]>
<bpmn2:sequenceFlow id="SequenceFlow_9" name="JA" sourceRef="ExclusiveGateway_2" targetRef="UserTask_3">
<bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" id="FormalExpression_2" evaluatesToTypeRef="ItemDefinition_1842"><![CDATA[${returnsBooleanValueExpression}]]></bpmn2:conditionExpression>
</bpmn2:sequenceFlow>
Is there any way to avoid that?
Im using
- Eclipse Neon.2
- BPMN2 Modeler: Diagram Editor 1.3.1.Final-v20161006-1425-B58
Kind regards,
Imanuel
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04059 seconds