-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update camunda 7.20 and related versions
- Loading branch information
1 parent
aad40c1
commit 1e5512c
Showing
9 changed files
with
163 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,118 +1,118 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd" id="_26WcoMvlEeOJ0dSME99_6w" exporter="camunda modeler" exporterVersion="2.7.0" targetNamespace="http://camunda.org/schema/1.0/bpmn"> | ||
<bpmn2:process id="process_mock_dummy" name="Dummy Mock Process" isExecutable="true"> | ||
<bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="_26WcoMvlEeOJ0dSME99_6w" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="5.15.2" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd"> | ||
<bpmn2:process id="process_mock_dummy" name="Dummy Mock Process" isExecutable="true" camunda:versionTag="1" camunda:historyTimeToLive="1"> | ||
<bpmn2:startEvent id="StartEvent_1"> | ||
<bpmn2:extensionElements> | ||
<camunda:executionListener delegateExpression="#{startProcess}" event="end"/> | ||
<camunda:executionListener delegateExpression="#{startProcess}" event="end" /> | ||
</bpmn2:extensionElements> | ||
<bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing> | ||
</bpmn2:startEvent> | ||
<bpmn2:serviceTask id="ServiceTask_1" camunda:delegateExpression="#{loadData}" name="Load Data"> | ||
<bpmn2:serviceTask id="ServiceTask_1" name="Load Data" camunda:delegateExpression="#{loadData}"> | ||
<bpmn2:extensionElements> | ||
<camunda:executionListener delegateExpression="#{beforeLoadData}" event="start"/> | ||
<camunda:executionListener delegateExpression="#{beforeLoadData}" event="start" /> | ||
</bpmn2:extensionElements> | ||
<bpmn2:incoming>SequenceFlow_1</bpmn2:incoming> | ||
<bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing> | ||
</bpmn2:serviceTask> | ||
<bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="ServiceTask_1"/> | ||
<bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="ServiceTask_1" /> | ||
<bpmn2:userTask id="UserTask_1" name="Verify Data"> | ||
<bpmn2:extensionElements> | ||
<camunda:taskListener delegateExpression="#{verifyData}" event="create"/> | ||
<camunda:taskListener delegateExpression="#{verifyData}" event="create" /> | ||
</bpmn2:extensionElements> | ||
<bpmn2:incoming>SequenceFlow_2</bpmn2:incoming> | ||
<bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing> | ||
</bpmn2:userTask> | ||
<bpmn2:sequenceFlow id="SequenceFlow_2" sourceRef="ServiceTask_1" targetRef="UserTask_1"/> | ||
<bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="UserTask_1" targetRef="ServiceTask_2"/> | ||
<bpmn2:serviceTask id="ServiceTask_2" camunda:delegateExpression="#{saveData}" name="Save Data"> | ||
<bpmn2:sequenceFlow id="SequenceFlow_2" sourceRef="ServiceTask_1" targetRef="UserTask_1" /> | ||
<bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="UserTask_1" targetRef="ServiceTask_2" /> | ||
<bpmn2:serviceTask id="ServiceTask_2" name="Save Data" camunda:delegateExpression="#{saveData}"> | ||
<bpmn2:incoming>SequenceFlow_4</bpmn2:incoming> | ||
<bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing> | ||
</bpmn2:serviceTask> | ||
<bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="ServiceTask_2" targetRef="EndEvent_1"/> | ||
<bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="ServiceTask_2" targetRef="EndEvent_1" /> | ||
<bpmn2:endEvent id="EndEvent_1"> | ||
<bpmn2:incoming>SequenceFlow_3</bpmn2:incoming> | ||
</bpmn2:endEvent> | ||
<bpmn2:textAnnotation id="TextAnnotation_1"> | ||
<bpmn2:text>with execution listener</bpmn2:text> | ||
</bpmn2:textAnnotation> | ||
<bpmn2:association id="Association_1" sourceRef="TextAnnotation_1" targetRef="StartEvent_1"/> | ||
<bpmn2:association id="Association_1" sourceRef="TextAnnotation_1" targetRef="StartEvent_1" /> | ||
<bpmn2:textAnnotation id="TextAnnotation_2"> | ||
<bpmn2:text>with java delegate</bpmn2:text> | ||
</bpmn2:textAnnotation> | ||
<bpmn2:association id="Association_2" sourceRef="TextAnnotation_2" targetRef="ServiceTask_1"/> | ||
<bpmn2:association id="Association_2" sourceRef="TextAnnotation_2" targetRef="ServiceTask_1" /> | ||
<bpmn2:textAnnotation id="TextAnnotation_3"> | ||
<bpmn2:text>with task listener</bpmn2:text> | ||
</bpmn2:textAnnotation> | ||
<bpmn2:association id="Association_3" sourceRef="TextAnnotation_3" targetRef="UserTask_1"/> | ||
<bpmn2:association id="Association_4" sourceRef="TextAnnotation_2" targetRef="ServiceTask_2"/> | ||
<bpmn2:association id="Association_3" sourceRef="TextAnnotation_3" targetRef="UserTask_1" /> | ||
<bpmn2:association id="Association_4" sourceRef="TextAnnotation_2" targetRef="ServiceTask_2" /> | ||
</bpmn2:process> | ||
<bpmndi:BPMNDiagram id="BPMNDiagram_1"> | ||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="process_mock_dummy"> | ||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_7" bpmnElement="StartEvent_1"> | ||
<dc:Bounds height="36.0" width="36.0" x="112.0" y="243.0"/> | ||
<dc:Bounds x="112" y="243" width="36" height="36" /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="_BPMNShape_ServiceTask_43" bpmnElement="ServiceTask_1"> | ||
<dc:Bounds height="80.0" width="100.0" x="198.0" y="221.0"/> | ||
<dc:Bounds x="198" y="221" width="100" height="80" /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_7" targetElement="_BPMNShape_ServiceTask_43"> | ||
<di:waypoint xsi:type="dc:Point" x="148.0" y="261.0"/> | ||
<di:waypoint xsi:type="dc:Point" x="198.0" y="261.0"/> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNShape id="_BPMNShape_UserTask_22" bpmnElement="UserTask_1"> | ||
<dc:Bounds height="80.0" width="100.0" x="348.0" y="221.0"/> | ||
<dc:Bounds x="348" y="221" width="100" height="80" /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="_BPMNShape_ServiceTask_44" bpmnElement="ServiceTask_2"> | ||
<dc:Bounds x="504" y="221" width="100" height="80" /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ServiceTask_43" targetElement="_BPMNShape_UserTask_22"> | ||
<di:waypoint xsi:type="dc:Point" x="298.0" y="261.0"/> | ||
<di:waypoint xsi:type="dc:Point" x="348.0" y="261.0"/> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNShape id="_BPMNShape_EndEvent_3" bpmnElement="EndEvent_1"> | ||
<dc:Bounds height="36.0" width="36.0" x="702.0" y="243.0"/> | ||
<dc:Bounds x="702" y="243" width="36" height="36" /> | ||
<bpmndi:BPMNLabel> | ||
<dc:Bounds height="0.0" width="0.0" x="720.0" y="284.0"/> | ||
<dc:Bounds x="720" y="284" width="0" height="0" /> | ||
</bpmndi:BPMNLabel> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ServiceTask_44" targetElement="_BPMNShape_EndEvent_3"> | ||
<di:waypoint xsi:type="dc:Point" x="604.0" y="261.0"/> | ||
<di:waypoint xsi:type="dc:Point" x="702.0" y="261.0"/> | ||
<bpmndi:BPMNLabel> | ||
<dc:Bounds height="6.0" width="6.0" x="626.0" y="261.0"/> | ||
</bpmndi:BPMNLabel> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNShape id="_BPMNShape_TextAnnotation_13" bpmnElement="TextAnnotation_1"> | ||
<dc:Bounds height="50.0" width="159.0" x="118.0" y="346.0"/> | ||
<dc:Bounds x="118" y="346" width="159" height="50" /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNEdge id="BPMNEdge_Association_1" bpmnElement="Association_1" sourceElement="_BPMNShape_TextAnnotation_13" targetElement="_BPMNShape_StartEvent_7"> | ||
<di:waypoint xsi:type="dc:Point" x="182.0" y="346.0"/> | ||
<di:waypoint xsi:type="dc:Point" x="141.0" y="279.0"/> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNShape id="_BPMNShape_TextAnnotation_14" bpmnElement="TextAnnotation_2"> | ||
<dc:Bounds height="50.0" width="127.0" x="348.0" y="72.0"/> | ||
<dc:Bounds x="348" y="72" width="127" height="50" /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNEdge id="BPMNEdge_Association_2" bpmnElement="Association_2" sourceElement="_BPMNShape_TextAnnotation_14" targetElement="_BPMNShape_ServiceTask_43"> | ||
<di:waypoint xsi:type="dc:Point" x="386.0" y="122.0"/> | ||
<di:waypoint xsi:type="dc:Point" x="288.0" y="221.0"/> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNShape id="_BPMNShape_TextAnnotation_15" bpmnElement="TextAnnotation_3"> | ||
<dc:Bounds height="50.0" width="241.0" x="444.0" y="386.0"/> | ||
<dc:Bounds x="444" y="386" width="241" height="50" /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNEdge id="BPMNEdge_Association_3" bpmnElement="Association_3" sourceElement="_BPMNShape_TextAnnotation_15" targetElement="_BPMNShape_UserTask_22"> | ||
<di:waypoint xsi:type="dc:Point" x="536.0" y="386.0"/> | ||
<di:waypoint xsi:type="dc:Point" x="442.0" y="301.0"/> | ||
<bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_7" targetElement="_BPMNShape_ServiceTask_43"> | ||
<di:waypoint x="148" y="261" /> | ||
<di:waypoint x="198" y="261" /> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ServiceTask_43" targetElement="_BPMNShape_UserTask_22"> | ||
<di:waypoint x="298" y="261" /> | ||
<di:waypoint x="348" y="261" /> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNShape id="_BPMNShape_ServiceTask_44" bpmnElement="ServiceTask_2"> | ||
<dc:Bounds height="80.0" width="100.0" x="504.0" y="221.0"/> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_UserTask_22" targetElement="_BPMNShape_ServiceTask_44"> | ||
<di:waypoint xsi:type="dc:Point" x="448.0" y="261.0"/> | ||
<di:waypoint xsi:type="dc:Point" x="504.0" y="261.0"/> | ||
<di:waypoint x="448" y="261" /> | ||
<di:waypoint x="504" y="261" /> | ||
<bpmndi:BPMNLabel> | ||
<dc:Bounds height="6.0" width="6.0" x="470.0" y="261.0"/> | ||
<dc:Bounds x="470" y="261" width="6" height="6" /> | ||
</bpmndi:BPMNLabel> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ServiceTask_44" targetElement="_BPMNShape_EndEvent_3"> | ||
<di:waypoint x="604" y="261" /> | ||
<di:waypoint x="702" y="261" /> | ||
<bpmndi:BPMNLabel> | ||
<dc:Bounds x="626" y="261" width="6" height="6" /> | ||
</bpmndi:BPMNLabel> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNEdge id="BPMNEdge_Association_1" bpmnElement="Association_1" sourceElement="_BPMNShape_TextAnnotation_13" targetElement="_BPMNShape_StartEvent_7"> | ||
<di:waypoint x="182" y="346" /> | ||
<di:waypoint x="141" y="279" /> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNEdge id="BPMNEdge_Association_2" bpmnElement="Association_2" sourceElement="_BPMNShape_TextAnnotation_14" targetElement="_BPMNShape_ServiceTask_43"> | ||
<di:waypoint x="386" y="122" /> | ||
<di:waypoint x="288" y="221" /> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNEdge id="BPMNEdge_Association_3" bpmnElement="Association_3" sourceElement="_BPMNShape_TextAnnotation_15" targetElement="_BPMNShape_UserTask_22"> | ||
<di:waypoint x="536" y="386" /> | ||
<di:waypoint x="442" y="301" /> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNEdge id="BPMNEdge_Association_4" bpmnElement="Association_4" sourceElement="_BPMNShape_TextAnnotation_14" targetElement="_BPMNShape_ServiceTask_44"> | ||
<di:waypoint xsi:type="dc:Point" x="433.0" y="122.0"/> | ||
<di:waypoint xsi:type="dc:Point" x="519.0" y="221.0"/> | ||
<di:waypoint x="433" y="122" /> | ||
<di:waypoint x="519" y="221" /> | ||
</bpmndi:BPMNEdge> | ||
</bpmndi:BPMNPlane> | ||
</bpmndi:BPMNDiagram> | ||
</bpmn2:definitions> | ||
</bpmn2:definitions> |
Oops, something went wrong.