-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
418 additions
and
10 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
78 changes: 78 additions & 0 deletions
78
integration-tests-8/advanced-multi-instance/src/main/resources/userTaskSignal.bpmn
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 |
---|---|---|
@@ -0,0 +1,78 @@ | ||
<?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:zeebe="http://camunda.org/schema/zeebe/1.0" xmlns:bpmndt="http://camunda.org/schema/extension/bpmn-driven-testing" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_1gcoroz" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.20.0" modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="8.4.0"> | ||
<bpmn:process id="userTaskSignal" isExecutable="true"> | ||
<bpmn:extensionElements> | ||
<bpmndt:testCases> | ||
<bpmndt:testCase> | ||
<bpmndt:path> | ||
<bpmndt:node>startEvent</bpmndt:node> | ||
<bpmndt:node>userTask</bpmndt:node> | ||
<bpmndt:node>signalBoundaryEvent</bpmndt:node> | ||
<bpmndt:node>endEvent</bpmndt:node> | ||
</bpmndt:path> | ||
</bpmndt:testCase> | ||
</bpmndt:testCases> | ||
</bpmn:extensionElements> | ||
<bpmn:startEvent id="startEvent"> | ||
<bpmn:outgoing>Flow_13sy9pd</bpmn:outgoing> | ||
</bpmn:startEvent> | ||
<bpmn:sequenceFlow id="Flow_13sy9pd" sourceRef="startEvent" targetRef="userTask" /> | ||
<bpmn:userTask id="userTask"> | ||
<bpmn:extensionElements> | ||
<zeebe:formDefinition formKey="advanced" /> | ||
</bpmn:extensionElements> | ||
<bpmn:incoming>Flow_13sy9pd</bpmn:incoming> | ||
<bpmn:outgoing>Flow_047aznh</bpmn:outgoing> | ||
<bpmn:multiInstanceLoopCharacteristics isSequential="true"> | ||
<bpmn:extensionElements> | ||
<zeebe:loopCharacteristics inputCollection="=elements" /> | ||
</bpmn:extensionElements> | ||
</bpmn:multiInstanceLoopCharacteristics> | ||
</bpmn:userTask> | ||
<bpmn:endEvent id="Event_18k9i1r"> | ||
<bpmn:incoming>Flow_047aznh</bpmn:incoming> | ||
</bpmn:endEvent> | ||
<bpmn:sequenceFlow id="Flow_047aznh" sourceRef="userTask" targetRef="Event_18k9i1r" /> | ||
<bpmn:endEvent id="endEvent"> | ||
<bpmn:incoming>Flow_0evrcz3</bpmn:incoming> | ||
</bpmn:endEvent> | ||
<bpmn:sequenceFlow id="Flow_0evrcz3" sourceRef="signalBoundaryEvent" targetRef="endEvent" /> | ||
<bpmn:boundaryEvent id="signalBoundaryEvent" attachedToRef="userTask"> | ||
<bpmn:outgoing>Flow_0evrcz3</bpmn:outgoing> | ||
<bpmn:signalEventDefinition id="SignalEventDefinition_0d57h78" signalRef="Signal_39qq38d" /> | ||
</bpmn:boundaryEvent> | ||
</bpmn:process> | ||
<bpmn:signal id="Signal_39qq38d" name="userTaskSignal" /> | ||
<bpmndi:BPMNDiagram id="BPMNDiagram_1"> | ||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="userTaskSignal"> | ||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="startEvent"> | ||
<dc:Bounds x="179" y="99" width="36" height="36" /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="Activity_17i6ixt_di" bpmnElement="userTask"> | ||
<dc:Bounds x="270" y="77" width="100" height="80" /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="Event_18k9i1r_di" bpmnElement="Event_18k9i1r"> | ||
<dc:Bounds x="432" y="99" width="36" height="36" /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="Event_1cad1me_di" bpmnElement="endEvent"> | ||
<dc:Bounds x="432" y="222" width="36" height="36" /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="Event_1178vqm_di" bpmnElement="signalBoundaryEvent"> | ||
<dc:Bounds x="332" y="139" width="36" height="36" /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNEdge id="Flow_13sy9pd_di" bpmnElement="Flow_13sy9pd"> | ||
<di:waypoint x="215" y="117" /> | ||
<di:waypoint x="270" y="117" /> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNEdge id="Flow_047aznh_di" bpmnElement="Flow_047aznh"> | ||
<di:waypoint x="370" y="117" /> | ||
<di:waypoint x="432" y="117" /> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNEdge id="Flow_0evrcz3_di" bpmnElement="Flow_0evrcz3"> | ||
<di:waypoint x="350" y="175" /> | ||
<di:waypoint x="350" y="240" /> | ||
<di:waypoint x="432" y="240" /> | ||
</bpmndi:BPMNEdge> | ||
</bpmndi:BPMNPlane> | ||
</bpmndi:BPMNDiagram> | ||
</bpmn:definitions> |
79 changes: 79 additions & 0 deletions
79
integration-tests-8/advanced-multi-instance/src/main/resources/userTaskTimer.bpmn
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 |
---|---|---|
@@ -0,0 +1,79 @@ | ||
<?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:zeebe="http://camunda.org/schema/zeebe/1.0" xmlns:bpmndt="http://camunda.org/schema/extension/bpmn-driven-testing" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_1gcoroz" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.20.0" modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="8.4.0"> | ||
<bpmn:process id="userTaskTimer" isExecutable="true"> | ||
<bpmn:extensionElements> | ||
<bpmndt:testCases> | ||
<bpmndt:testCase> | ||
<bpmndt:path> | ||
<bpmndt:node>startEvent</bpmndt:node> | ||
<bpmndt:node>userTask</bpmndt:node> | ||
<bpmndt:node>timerBoundaryEvent</bpmndt:node> | ||
<bpmndt:node>endEvent</bpmndt:node> | ||
</bpmndt:path> | ||
</bpmndt:testCase> | ||
</bpmndt:testCases> | ||
</bpmn:extensionElements> | ||
<bpmn:startEvent id="startEvent"> | ||
<bpmn:outgoing>Flow_13sy9pd</bpmn:outgoing> | ||
</bpmn:startEvent> | ||
<bpmn:sequenceFlow id="Flow_13sy9pd" sourceRef="startEvent" targetRef="userTask" /> | ||
<bpmn:userTask id="userTask"> | ||
<bpmn:extensionElements> | ||
<zeebe:formDefinition formKey="advanced" /> | ||
</bpmn:extensionElements> | ||
<bpmn:incoming>Flow_13sy9pd</bpmn:incoming> | ||
<bpmn:outgoing>Flow_047aznh</bpmn:outgoing> | ||
<bpmn:multiInstanceLoopCharacteristics isSequential="true"> | ||
<bpmn:extensionElements> | ||
<zeebe:loopCharacteristics inputCollection="=elements" /> | ||
</bpmn:extensionElements> | ||
</bpmn:multiInstanceLoopCharacteristics> | ||
</bpmn:userTask> | ||
<bpmn:endEvent id="Event_18k9i1r"> | ||
<bpmn:incoming>Flow_047aznh</bpmn:incoming> | ||
</bpmn:endEvent> | ||
<bpmn:sequenceFlow id="Flow_047aznh" sourceRef="userTask" targetRef="Event_18k9i1r" /> | ||
<bpmn:endEvent id="endEvent"> | ||
<bpmn:incoming>Flow_0evrcz3</bpmn:incoming> | ||
</bpmn:endEvent> | ||
<bpmn:sequenceFlow id="Flow_0evrcz3" sourceRef="timerBoundaryEvent" targetRef="endEvent" /> | ||
<bpmn:boundaryEvent id="timerBoundaryEvent" attachedToRef="userTask"> | ||
<bpmn:outgoing>Flow_0evrcz3</bpmn:outgoing> | ||
<bpmn:timerEventDefinition id="TimerEventDefinition_1mcgmi3"> | ||
<bpmn:timeDuration xsi:type="bpmn:tFormalExpression">PT1H</bpmn:timeDuration> | ||
</bpmn:timerEventDefinition> | ||
</bpmn:boundaryEvent> | ||
</bpmn:process> | ||
<bpmndi:BPMNDiagram id="BPMNDiagram_1"> | ||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="userTaskTimer"> | ||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="startEvent"> | ||
<dc:Bounds x="179" y="99" width="36" height="36" /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="Activity_17i6ixt_di" bpmnElement="userTask"> | ||
<dc:Bounds x="270" y="77" width="100" height="80" /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="Event_18k9i1r_di" bpmnElement="Event_18k9i1r"> | ||
<dc:Bounds x="432" y="99" width="36" height="36" /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="Event_1cad1me_di" bpmnElement="endEvent"> | ||
<dc:Bounds x="432" y="222" width="36" height="36" /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="Event_11w22zx_di" bpmnElement="timerBoundaryEvent"> | ||
<dc:Bounds x="332" y="139" width="36" height="36" /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNEdge id="Flow_13sy9pd_di" bpmnElement="Flow_13sy9pd"> | ||
<di:waypoint x="215" y="117" /> | ||
<di:waypoint x="270" y="117" /> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNEdge id="Flow_047aznh_di" bpmnElement="Flow_047aznh"> | ||
<di:waypoint x="370" y="117" /> | ||
<di:waypoint x="432" y="117" /> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNEdge id="Flow_0evrcz3_di" bpmnElement="Flow_0evrcz3"> | ||
<di:waypoint x="350" y="175" /> | ||
<di:waypoint x="350" y="240" /> | ||
<di:waypoint x="432" y="240" /> | ||
</bpmndi:BPMNEdge> | ||
</bpmndi:BPMNPlane> | ||
</bpmndi:BPMNDiagram> | ||
</bpmn:definitions> |
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
Oops, something went wrong.