We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f156d5 commit b76998fCopy full SHA for b76998f
1 file changed
content/developer/bpmn/bpmn-gateways.mdx
@@ -38,7 +38,7 @@ The condition needs to be single-line JavaScript code (see [Script Tasks](bpmn-s
38
39
<bpmn:sequenceFlow id="Flow_16ilr5i" name="Path 1" sourceRef="Gateway_0sa28ep" targetRef="Gateway_0yeglea">
40
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">
41
- cost > 500
+ cost > 500
42
</bpmn:conditionExpression>
43
</bpmn:sequenceFlow>
44
0 commit comments