Packages
bpe
5.1.2
13.5.22-aleph
11.4.16
11.4.15
11.4.14
11.4.13
9.9.7
9.9.6
8.12.4
8.12.3
8.12.1
8.12.0
retired
8.2.1
8.2.0
8.1.0
7.11.0
7.10.4
7.10.3
7.10.2
7.10.1
7.9.1
7.9.0
7.8.2
7.8.1
7.8.0
7.6.4
7.6.3
7.6.2
7.6.1
7.6.0
7.5.15
7.5.14
7.5.13
7.5.12
7.5.11
7.5.10
7.5.9
7.5.8
7.5.7
7.5.6
7.5.5
7.5.3
7.5.2
7.5.1
7.5.0
7.4.11
7.4.10
7.4.9
7.4.8
7.4.7
7.4.6
7.4.5
7.4.4
7.4.3
7.4.2
7.4.1
7.4.0
7.3.0
7.2.8
7.2.7
7.2.6
7.1.6
7.1.5
7.1.4
7.1.3
7.1.2
6.12.7
6.12.6
6.12.5
6.12.3
6.12.2
6.12.1
6.12.0
6.11.0
6.10.0
6.5.3
6.5.2
6.5.1
6.5.0
6.4.0
6.3.0
5.12.0
5.11.4
5.11.3
5.11.2
5.11.1
5.11.0
5.8.7
5.8.6
5.8.5
5.8.4
5.8.3
5.8.2
5.8.1
5.8.0
5.7.0
5.6.0
5.5.2
5.5.1
5.4.0
5.2.0
5.1.3
5.1.2
5.1.1
4.12.4
4.12.3
4.12.2
4.12.1
4.12.0
4.11.8
4.11.7
4.11.6
4.11.5
4.11.4
4.11.3
4.11.2
4.11.1
4.11.0
4.10.24
4.10.23
4.10.22
4.10.21
4.10.20
4.10.19
4.10.18
4.10.17
4.10.16
4.10.15
4.10.14
4.10.13
4.10.12
4.10.11
4.10.10
4.10.9
4.10.8
4.10.7
4.10.6
4.10.5
4.10.4
4.10.3
4.10.2
4.10.1
4.10.0
4.9.18
4.9.17
4.9.16
4.9.15
4.9.14
4.9.13
4.9.12
4.9.11
4.9.10
4.9.9
4.9.8
4.9.7
4.9.6
4.9.5
4.9.4
4.9.3
4.9.2
4.9.1
4.9.0
4.8.1
4.8.0
4.7.5
4.7.3
4.7.2
4.7.1
4.7.0
4.6.0
2.4.0
0.7.16
ERP/1: RTP GST WebRTC ICE SDP H.264 H.265 MP4 MPEG-2 HLS HEVC
Current section
Files
Jump to
Current section
Files
priv/compare.bpmn
<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1hq5yf7" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.3.5">
<bpmn:process id="sample" name="sample" isExecutable="true">
<bpmn:startEvent id="start" name="start">
<bpmn:outgoing>x1</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="x1" name="x1" sourceRef="start" targetRef="some" />
<bpmn:task id="left" name="left">
<bpmn:incoming>x2</bpmn:incoming>
<bpmn:outgoing>x4</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="x2" name="x2" sourceRef="some" targetRef="left">
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">{compare,{direction,[]},2,left}.</bpmn:conditionExpression>
</bpmn:sequenceFlow>
<bpmn:task id="right" name="right">
<bpmn:incoming>x3</bpmn:incoming>
<bpmn:outgoing>x5</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="x3" name="x3" sourceRef="some" targetRef="right">
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">{compare,{direction,[]},2,right}.</bpmn:conditionExpression>
</bpmn:sequenceFlow>
<bpmn:sequenceFlow id="x5" name="x5" sourceRef="right" targetRef="any" />
<bpmn:sequenceFlow id="x4" name="x4" sourceRef="left" targetRef="any" />
<bpmn:task id="epilog" name="epilog">
<bpmn:incoming>x6</bpmn:incoming>
<bpmn:outgoing>x7</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="x6" name="x6" sourceRef="any" targetRef="epilog" />
<bpmn:endEvent id="finish" name="finish">
<bpmn:incoming>x7</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="x7" name="x7" sourceRef="epilog" targetRef="finish" />
<bpmn:exclusiveGateway id="some" name="some" default="def1">
<bpmn:incoming>x1</bpmn:incoming>
<bpmn:outgoing>x2</bpmn:outgoing>
<bpmn:outgoing>x3</bpmn:outgoing>
<bpmn:outgoing>def1</bpmn:outgoing>
</bpmn:exclusiveGateway>
<bpmn:exclusiveGateway id="any" name="any">
<bpmn:incoming>x5</bpmn:incoming>
<bpmn:incoming>x4</bpmn:incoming>
<bpmn:incoming>def2</bpmn:incoming>
<bpmn:outgoing>x6</bpmn:outgoing>
</bpmn:exclusiveGateway>
<bpmn:task id="default" name="default">
<bpmn:incoming>def1</bpmn:incoming>
<bpmn:outgoing>def2</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="def1" name="def1" sourceRef="some" targetRef="default" />
<bpmn:sequenceFlow id="def2" name="def2" sourceRef="default" targetRef="any" />
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="sample">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="start">
<dc:Bounds x="179" y="219" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="186" y="262" width="22" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_0chsooi_di" bpmnElement="x1">
<di:waypoint x="215" y="237" />
<di:waypoint x="265" y="237" />
<bpmndi:BPMNLabel>
<dc:Bounds x="234" y="219" width="12" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_0c1d3yp_di" bpmnElement="left">
<dc:Bounds x="370" y="80" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_16htkhi_di" bpmnElement="x2">
<di:waypoint x="290" y="212" />
<di:waypoint x="290" y="120" />
<di:waypoint x="370" y="120" />
<bpmndi:BPMNLabel>
<dc:Bounds x="325" y="102" width="12" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_0lxnwvt_di" bpmnElement="right">
<dc:Bounds x="370" y="310" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_1ueuit9_di" bpmnElement="x3">
<di:waypoint x="290" y="262" />
<di:waypoint x="290" y="350" />
<di:waypoint x="370" y="350" />
<bpmndi:BPMNLabel>
<dc:Bounds x="299" y="303" width="12" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="SequenceFlow_1ftup1r_di" bpmnElement="x5">
<di:waypoint x="470" y="350" />
<di:waypoint x="550" y="350" />
<di:waypoint x="550" y="262" />
<bpmndi:BPMNLabel>
<dc:Bounds x="533" y="298" width="12" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="SequenceFlow_0rfb6as_di" bpmnElement="x4">
<di:waypoint x="470" y="120" />
<di:waypoint x="550" y="120" />
<di:waypoint x="550" y="212" />
<bpmndi:BPMNLabel>
<dc:Bounds x="505" y="102" width="12" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_1db8471_di" bpmnElement="epilog">
<dc:Bounds x="630" y="197" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_12qexlj_di" bpmnElement="x6">
<di:waypoint x="575" y="237" />
<di:waypoint x="630" y="237" />
<bpmndi:BPMNLabel>
<dc:Bounds x="594" y="219" width="12" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="EndEvent_1uql16h_di" bpmnElement="finish">
<dc:Bounds x="792" y="219" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="797" y="262" width="26" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_11tmycv_di" bpmnElement="x7">
<di:waypoint x="730" y="237" />
<di:waypoint x="792" y="237" />
<bpmndi:BPMNLabel>
<dc:Bounds x="740" y="219" width="12" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="ExclusiveGateway_0dmnc4k_di" bpmnElement="some" isMarkerVisible="true">
<dc:Bounds x="265" y="212" width="50" height="50" />
<bpmndi:BPMNLabel>
<dc:Bounds x="246" y="253" width="27" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="ExclusiveGateway_1m7cbrt_di" bpmnElement="any" isMarkerVisible="true">
<dc:Bounds x="525" y="212" width="50" height="50" />
<bpmndi:BPMNLabel>
<dc:Bounds x="570" y="243" width="19" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Task_1gnqav6_di" bpmnElement="default">
<dc:Bounds x="370" y="197" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_1k1qx0w_di" bpmnElement="def1">
<di:waypoint x="315" y="237" />
<di:waypoint x="370" y="237" />
<bpmndi:BPMNLabel>
<dc:Bounds x="332" y="219" width="22" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="SequenceFlow_0rck818_di" bpmnElement="def2">
<di:waypoint x="470" y="237" />
<di:waypoint x="525" y="237" />
<bpmndi:BPMNLabel>
<dc:Bounds x="487" y="219" width="22" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>