Skip to content

Commit b76998f

Browse files
committed
BPMN Gateway escaped in BPMN XML
1 parent 6f156d5 commit b76998f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/developer/bpmn/bpmn-gateways.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The condition needs to be single-line JavaScript code (see [Script Tasks](bpmn-s
3838
3939
<bpmn:sequenceFlow id="Flow_16ilr5i" name="Path 1" sourceRef="Gateway_0sa28ep" targetRef="Gateway_0yeglea">
4040
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">
41-
cost > 500
41+
cost &gt; 500
4242
</bpmn:conditionExpression>
4343
</bpmn:sequenceFlow>
4444

0 commit comments

Comments
 (0)