Skip to content

Commit

Permalink
token sim and 15 groups
Browse files Browse the repository at this point in the history
  • Loading branch information
till-stadtler committed May 13, 2024
1 parent 3ad41a8 commit 10916fb
Show file tree
Hide file tree
Showing 34 changed files with 2,098 additions and 798 deletions.
771 changes: 496 additions & 275 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@
},
"dependencies": {
"@bpmn-io/element-template-icon-renderer": "^0.5.2",
"@bpmn-io/form-js": "^1.7.3",
"@bpmn-io/form-js": "^1.8.6",
"bpmn-js": "^17.1.0",
"bpmn-js-token-simulation": "^0.34.1",
"diagram-js": "^14.5.4",
"dmn-js": "^15.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
219 changes: 26 additions & 193 deletions public/bpmn-stories/group1/dummy.bpmn

Large diffs are not rendered by default.

293 changes: 14 additions & 279 deletions public/bpmn-stories/group1/dummy.form

Large diffs are not rendered by default.

38 changes: 38 additions & 0 deletions public/bpmn-stories/group10/dummy.bpmn
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?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:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_00rxbo8" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.19.0" modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="8.4.0">
<bpmn:process id="Process_1qhqxby" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_0yj8vjb</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:task id="Activity_194ip0w">
<bpmn:incoming>Flow_0yj8vjb</bpmn:incoming>
<bpmn:outgoing>Flow_015e5lo</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="Flow_0yj8vjb" sourceRef="StartEvent_1" targetRef="Activity_194ip0w" />
<bpmn:endEvent id="Event_0jlnjtm">
<bpmn:incoming>Flow_015e5lo</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_015e5lo" sourceRef="Activity_194ip0w" targetRef="Event_0jlnjtm" />
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1qhqxby">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="179" y="99" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_194ip0w_di" bpmnElement="Activity_194ip0w">
<dc:Bounds x="270" y="77" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0jlnjtm_di" bpmnElement="Event_0jlnjtm">
<dc:Bounds x="432" y="99" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0yj8vjb_di" bpmnElement="Flow_0yj8vjb">
<di:waypoint x="215" y="117" />
<di:waypoint x="270" y="117" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_015e5lo_di" bpmnElement="Flow_015e5lo">
<di:waypoint x="370" y="117" />
<di:waypoint x="432" y="117" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>
20 changes: 20 additions & 0 deletions public/bpmn-stories/group10/dummy.dmn
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="https://www.omg.org/spec/DMN/20191111/MODEL/" xmlns:dmndi="https://www.omg.org/spec/DMN/20191111/DMNDI/" xmlns:dc="http://www.omg.org/spec/DMN/20180521/DC/" id="Definitions_0j0csql" name="DRD" namespace="http://camunda.org/schema/1.0/dmn" xmlns:modeler="http://camunda.org/schema/modeler/1.0" exporter="Camunda Modeler" exporterVersion="5.19.0" modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="8.4.0">
<decision id="Decision_1sbl3xj" name="Decision 1">
<decisionTable id="DecisionTable_0f7l6mj">
<input id="Input_1">
<inputExpression id="InputExpression_1" typeRef="string">
<text></text>
</inputExpression>
</input>
<output id="Output_1" typeRef="string" />
</decisionTable>
</decision>
<dmndi:DMNDI>
<dmndi:DMNDiagram>
<dmndi:DMNShape dmnElementRef="Decision_1sbl3xj">
<dc:Bounds height="80" width="180" x="160" y="100" />
</dmndi:DMNShape>
</dmndi:DMNDiagram>
</dmndi:DMNDI>
</definitions>
23 changes: 23 additions & 0 deletions public/bpmn-stories/group10/dummy.form
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"components": [
{
"text": "# Dummy",
"label": "Text view",
"type": "text",
"layout": {
"row": "Row_1m8f29b",
"columns": null
},
"id": "Field_1dwdyly"
}
],
"type": "default",
"id": "Form_1l1j8og",
"executionPlatform": "Camunda Cloud",
"executionPlatformVersion": "8.4.0",
"exporter": {
"name": "Camunda Modeler",
"version": "5.19.0"
},
"schemaVersion": 14
}
38 changes: 38 additions & 0 deletions public/bpmn-stories/group11/dummy.bpmn
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?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:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_00rxbo8" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.19.0" modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="8.4.0">
<bpmn:process id="Process_1qhqxby" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_0yj8vjb</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:task id="Activity_194ip0w">
<bpmn:incoming>Flow_0yj8vjb</bpmn:incoming>
<bpmn:outgoing>Flow_015e5lo</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="Flow_0yj8vjb" sourceRef="StartEvent_1" targetRef="Activity_194ip0w" />
<bpmn:endEvent id="Event_0jlnjtm">
<bpmn:incoming>Flow_015e5lo</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_015e5lo" sourceRef="Activity_194ip0w" targetRef="Event_0jlnjtm" />
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1qhqxby">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="179" y="99" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_194ip0w_di" bpmnElement="Activity_194ip0w">
<dc:Bounds x="270" y="77" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0jlnjtm_di" bpmnElement="Event_0jlnjtm">
<dc:Bounds x="432" y="99" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0yj8vjb_di" bpmnElement="Flow_0yj8vjb">
<di:waypoint x="215" y="117" />
<di:waypoint x="270" y="117" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_015e5lo_di" bpmnElement="Flow_015e5lo">
<di:waypoint x="370" y="117" />
<di:waypoint x="432" y="117" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>
20 changes: 20 additions & 0 deletions public/bpmn-stories/group11/dummy.dmn
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="https://www.omg.org/spec/DMN/20191111/MODEL/" xmlns:dmndi="https://www.omg.org/spec/DMN/20191111/DMNDI/" xmlns:dc="http://www.omg.org/spec/DMN/20180521/DC/" id="Definitions_0j0csql" name="DRD" namespace="http://camunda.org/schema/1.0/dmn" xmlns:modeler="http://camunda.org/schema/modeler/1.0" exporter="Camunda Modeler" exporterVersion="5.19.0" modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="8.4.0">
<decision id="Decision_1sbl3xj" name="Decision 1">
<decisionTable id="DecisionTable_0f7l6mj">
<input id="Input_1">
<inputExpression id="InputExpression_1" typeRef="string">
<text></text>
</inputExpression>
</input>
<output id="Output_1" typeRef="string" />
</decisionTable>
</decision>
<dmndi:DMNDI>
<dmndi:DMNDiagram>
<dmndi:DMNShape dmnElementRef="Decision_1sbl3xj">
<dc:Bounds height="80" width="180" x="160" y="100" />
</dmndi:DMNShape>
</dmndi:DMNDiagram>
</dmndi:DMNDI>
</definitions>
23 changes: 23 additions & 0 deletions public/bpmn-stories/group11/dummy.form
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"components": [
{
"text": "# Dummy",
"label": "Text view",
"type": "text",
"layout": {
"row": "Row_1m8f29b",
"columns": null
},
"id": "Field_1dwdyly"
}
],
"type": "default",
"id": "Form_1l1j8og",
"executionPlatform": "Camunda Cloud",
"executionPlatformVersion": "8.4.0",
"exporter": {
"name": "Camunda Modeler",
"version": "5.19.0"
},
"schemaVersion": 14
}
38 changes: 38 additions & 0 deletions public/bpmn-stories/group12/dummy.bpmn
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?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:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_00rxbo8" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.19.0" modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="8.4.0">
<bpmn:process id="Process_1qhqxby" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_0yj8vjb</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:task id="Activity_194ip0w">
<bpmn:incoming>Flow_0yj8vjb</bpmn:incoming>
<bpmn:outgoing>Flow_015e5lo</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="Flow_0yj8vjb" sourceRef="StartEvent_1" targetRef="Activity_194ip0w" />
<bpmn:endEvent id="Event_0jlnjtm">
<bpmn:incoming>Flow_015e5lo</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_015e5lo" sourceRef="Activity_194ip0w" targetRef="Event_0jlnjtm" />
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1qhqxby">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="179" y="99" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_194ip0w_di" bpmnElement="Activity_194ip0w">
<dc:Bounds x="270" y="77" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0jlnjtm_di" bpmnElement="Event_0jlnjtm">
<dc:Bounds x="432" y="99" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0yj8vjb_di" bpmnElement="Flow_0yj8vjb">
<di:waypoint x="215" y="117" />
<di:waypoint x="270" y="117" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_015e5lo_di" bpmnElement="Flow_015e5lo">
<di:waypoint x="370" y="117" />
<di:waypoint x="432" y="117" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>
20 changes: 20 additions & 0 deletions public/bpmn-stories/group12/dummy.dmn
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="https://www.omg.org/spec/DMN/20191111/MODEL/" xmlns:dmndi="https://www.omg.org/spec/DMN/20191111/DMNDI/" xmlns:dc="http://www.omg.org/spec/DMN/20180521/DC/" id="Definitions_0j0csql" name="DRD" namespace="http://camunda.org/schema/1.0/dmn" xmlns:modeler="http://camunda.org/schema/modeler/1.0" exporter="Camunda Modeler" exporterVersion="5.19.0" modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="8.4.0">
<decision id="Decision_1sbl3xj" name="Decision 1">
<decisionTable id="DecisionTable_0f7l6mj">
<input id="Input_1">
<inputExpression id="InputExpression_1" typeRef="string">
<text></text>
</inputExpression>
</input>
<output id="Output_1" typeRef="string" />
</decisionTable>
</decision>
<dmndi:DMNDI>
<dmndi:DMNDiagram>
<dmndi:DMNShape dmnElementRef="Decision_1sbl3xj">
<dc:Bounds height="80" width="180" x="160" y="100" />
</dmndi:DMNShape>
</dmndi:DMNDiagram>
</dmndi:DMNDI>
</definitions>
23 changes: 23 additions & 0 deletions public/bpmn-stories/group12/dummy.form
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"components": [
{
"text": "# Dummy",
"label": "Text view",
"type": "text",
"layout": {
"row": "Row_1m8f29b",
"columns": null
},
"id": "Field_1dwdyly"
}
],
"type": "default",
"id": "Form_1l1j8og",
"executionPlatform": "Camunda Cloud",
"executionPlatformVersion": "8.4.0",
"exporter": {
"name": "Camunda Modeler",
"version": "5.19.0"
},
"schemaVersion": 14
}
38 changes: 38 additions & 0 deletions public/bpmn-stories/group13/dummy.bpmn
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?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:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_00rxbo8" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.19.0" modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="8.4.0">
<bpmn:process id="Process_1qhqxby" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_0yj8vjb</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:task id="Activity_194ip0w">
<bpmn:incoming>Flow_0yj8vjb</bpmn:incoming>
<bpmn:outgoing>Flow_015e5lo</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="Flow_0yj8vjb" sourceRef="StartEvent_1" targetRef="Activity_194ip0w" />
<bpmn:endEvent id="Event_0jlnjtm">
<bpmn:incoming>Flow_015e5lo</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_015e5lo" sourceRef="Activity_194ip0w" targetRef="Event_0jlnjtm" />
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1qhqxby">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="179" y="99" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_194ip0w_di" bpmnElement="Activity_194ip0w">
<dc:Bounds x="270" y="77" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0jlnjtm_di" bpmnElement="Event_0jlnjtm">
<dc:Bounds x="432" y="99" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0yj8vjb_di" bpmnElement="Flow_0yj8vjb">
<di:waypoint x="215" y="117" />
<di:waypoint x="270" y="117" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_015e5lo_di" bpmnElement="Flow_015e5lo">
<di:waypoint x="370" y="117" />
<di:waypoint x="432" y="117" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>
20 changes: 20 additions & 0 deletions public/bpmn-stories/group13/dummy.dmn
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="https://www.omg.org/spec/DMN/20191111/MODEL/" xmlns:dmndi="https://www.omg.org/spec/DMN/20191111/DMNDI/" xmlns:dc="http://www.omg.org/spec/DMN/20180521/DC/" id="Definitions_0j0csql" name="DRD" namespace="http://camunda.org/schema/1.0/dmn" xmlns:modeler="http://camunda.org/schema/modeler/1.0" exporter="Camunda Modeler" exporterVersion="5.19.0" modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="8.4.0">
<decision id="Decision_1sbl3xj" name="Decision 1">
<decisionTable id="DecisionTable_0f7l6mj">
<input id="Input_1">
<inputExpression id="InputExpression_1" typeRef="string">
<text></text>
</inputExpression>
</input>
<output id="Output_1" typeRef="string" />
</decisionTable>
</decision>
<dmndi:DMNDI>
<dmndi:DMNDiagram>
<dmndi:DMNShape dmnElementRef="Decision_1sbl3xj">
<dc:Bounds height="80" width="180" x="160" y="100" />
</dmndi:DMNShape>
</dmndi:DMNDiagram>
</dmndi:DMNDI>
</definitions>
23 changes: 23 additions & 0 deletions public/bpmn-stories/group13/dummy.form
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"components": [
{
"text": "# Dummy",
"label": "Text view",
"type": "text",
"layout": {
"row": "Row_1m8f29b",
"columns": null
},
"id": "Field_1dwdyly"
}
],
"type": "default",
"id": "Form_1l1j8og",
"executionPlatform": "Camunda Cloud",
"executionPlatformVersion": "8.4.0",
"exporter": {
"name": "Camunda Modeler",
"version": "5.19.0"
},
"schemaVersion": 14
}
38 changes: 38 additions & 0 deletions public/bpmn-stories/group14/dummy.bpmn
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?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:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_00rxbo8" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.19.0" modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="8.4.0">
<bpmn:process id="Process_1qhqxby" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_0yj8vjb</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:task id="Activity_194ip0w">
<bpmn:incoming>Flow_0yj8vjb</bpmn:incoming>
<bpmn:outgoing>Flow_015e5lo</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="Flow_0yj8vjb" sourceRef="StartEvent_1" targetRef="Activity_194ip0w" />
<bpmn:endEvent id="Event_0jlnjtm">
<bpmn:incoming>Flow_015e5lo</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_015e5lo" sourceRef="Activity_194ip0w" targetRef="Event_0jlnjtm" />
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1qhqxby">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="179" y="99" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_194ip0w_di" bpmnElement="Activity_194ip0w">
<dc:Bounds x="270" y="77" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0jlnjtm_di" bpmnElement="Event_0jlnjtm">
<dc:Bounds x="432" y="99" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0yj8vjb_di" bpmnElement="Flow_0yj8vjb">
<di:waypoint x="215" y="117" />
<di:waypoint x="270" y="117" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_015e5lo_di" bpmnElement="Flow_015e5lo">
<di:waypoint x="370" y="117" />
<di:waypoint x="432" y="117" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>
Loading

0 comments on commit 10916fb

Please sign in to comment.