-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wip: none, message, start event implemented
- Loading branch information
1 parent
7e72028
commit 18d37b2
Showing
117 changed files
with
1,915 additions
and
250 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
64 changes: 64 additions & 0 deletions
64
...ion/camunda-7-embedded-exporter/src/test/resources/bpmn/coverage/event-based-gateway.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,64 @@ | ||
<?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:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_1mok7ff" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.11.0" modeler:executionPlatform="Camunda Platform" modeler:executionPlatformVersion="7.18.0"> | ||
<bpmn:process id="EventBasedGatewayProcess" name="Event Based Gateway" isExecutable="true"> | ||
<bpmn:startEvent id="ProcessStartedStartEvent" name="Process started"> | ||
<bpmn:outgoing>Flow_13bnbu3</bpmn:outgoing> | ||
</bpmn:startEvent> | ||
<bpmn:sequenceFlow id="Flow_13bnbu3" sourceRef="ProcessStartedStartEvent" targetRef="EventBasedGatewayGateway" /> | ||
<bpmn:endEvent id="ProcessCompleteEndEvent" name="Process complete"> | ||
<bpmn:incoming>Flow_0so6of6</bpmn:incoming> | ||
</bpmn:endEvent> | ||
<bpmn:eventBasedGateway id="EventBasedGatewayGateway" name="Event Based Gateway" camunda:asyncBefore="true"> | ||
<bpmn:incoming>Flow_13bnbu3</bpmn:incoming> | ||
<bpmn:outgoing>Flow_0gmbwwc</bpmn:outgoing> | ||
</bpmn:eventBasedGateway> | ||
<bpmn:intermediateCatchEvent id="MessageArrivedEvent" name="Message arrived"> | ||
<bpmn:incoming>Flow_0gmbwwc</bpmn:incoming> | ||
<bpmn:outgoing>Flow_0so6of6</bpmn:outgoing> | ||
<bpmn:messageEventDefinition id="MessageEventDefinition_1azw9ym" messageRef="Message_1euu5bi" /> | ||
</bpmn:intermediateCatchEvent> | ||
<bpmn:sequenceFlow id="Flow_0gmbwwc" sourceRef="EventBasedGatewayGateway" targetRef="MessageArrivedEvent" /> | ||
<bpmn:sequenceFlow id="Flow_0so6of6" sourceRef="MessageArrivedEvent" targetRef="ProcessCompleteEndEvent" /> | ||
</bpmn:process> | ||
<bpmn:message id="Message_1euu5bi" name="msg" /> | ||
<bpmndi:BPMNDiagram id="BPMNDiagram_1"> | ||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="EventBasedGatewayProcess"> | ||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="ProcessStartedStartEvent"> | ||
<dc:Bounds x="172" y="99" width="36" height="36" /> | ||
<bpmndi:BPMNLabel> | ||
<dc:Bounds x="152" y="142" width="77" height="14" /> | ||
</bpmndi:BPMNLabel> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="Gateway_1yyc5qw_di" bpmnElement="EventBasedGatewayGateway"> | ||
<dc:Bounds x="475" y="92" width="50" height="50" /> | ||
<bpmndi:BPMNLabel> | ||
<dc:Bounds x="469" y="68" width="63" height="27" /> | ||
</bpmndi:BPMNLabel> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="Event_0xuucm3_di" bpmnElement="MessageArrivedEvent"> | ||
<dc:Bounds x="582" y="99" width="36" height="36" /> | ||
<bpmndi:BPMNLabel> | ||
<dc:Bounds x="559" y="142" width="82" height="14" /> | ||
</bpmndi:BPMNLabel> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="Event_1acybb3_di" bpmnElement="ProcessCompleteEndEvent"> | ||
<dc:Bounds x="672" y="99" width="36" height="36" /> | ||
<bpmndi:BPMNLabel> | ||
<dc:Bounds x="646" y="142" width="88" height="14" /> | ||
</bpmndi:BPMNLabel> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNEdge id="Flow_13bnbu3_di" bpmnElement="Flow_13bnbu3"> | ||
<di:waypoint x="208" y="117" /> | ||
<di:waypoint x="475" y="117" /> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNEdge id="Flow_0gmbwwc_di" bpmnElement="Flow_0gmbwwc"> | ||
<di:waypoint x="525" y="117" /> | ||
<di:waypoint x="582" y="117" /> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNEdge id="Flow_0so6of6_di" bpmnElement="Flow_0so6of6"> | ||
<di:waypoint x="618" y="117" /> | ||
<di:waypoint x="672" y="117" /> | ||
</bpmndi:BPMNEdge> | ||
</bpmndi:BPMNPlane> | ||
</bpmndi:BPMNDiagram> | ||
</bpmn:definitions> |
47 changes: 47 additions & 0 deletions
47
...ation/camunda-7-embedded-exporter/src/test/resources/bpmn/coverage/inclusive-gateway.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,47 @@ | ||
<?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:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_1mok7ff" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.11.0" modeler:executionPlatform="Camunda Platform" modeler:executionPlatformVersion="7.18.0"> | ||
<bpmn:process id="InclusiveGatewayProcess" name="Inclusive Gateway" isExecutable="true"> | ||
<bpmn:startEvent id="ProcessStartedStartEvent" name="Process started"> | ||
<bpmn:outgoing>Flow_13bnbu3</bpmn:outgoing> | ||
</bpmn:startEvent> | ||
<bpmn:sequenceFlow id="Flow_13bnbu3" sourceRef="ProcessStartedStartEvent" targetRef="InclusiveGatewayInclusiveGateway" /> | ||
<bpmn:endEvent id="ProcessCompleteEndEvent" name="Process complete"> | ||
<bpmn:incoming>Flow_1hw0z77</bpmn:incoming> | ||
</bpmn:endEvent> | ||
<bpmn:sequenceFlow id="Flow_1hw0z77" sourceRef="InclusiveGatewayInclusiveGateway" targetRef="ProcessCompleteEndEvent" /> | ||
<bpmn:inclusiveGateway id="InclusiveGatewayInclusiveGateway" name="Inclusive Gateway" camunda:asyncBefore="true"> | ||
<bpmn:incoming>Flow_13bnbu3</bpmn:incoming> | ||
<bpmn:outgoing>Flow_1hw0z77</bpmn:outgoing> | ||
</bpmn:inclusiveGateway> | ||
</bpmn:process> | ||
<bpmndi:BPMNDiagram id="BPMNDiagram_1"> | ||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="InclusiveGatewayProcess"> | ||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="ProcessStartedStartEvent"> | ||
<dc:Bounds x="172" y="99" width="36" height="36" /> | ||
<bpmndi:BPMNLabel> | ||
<dc:Bounds x="152" y="142" width="77" height="14" /> | ||
</bpmndi:BPMNLabel> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="Event_1acybb3_di" bpmnElement="ProcessCompleteEndEvent"> | ||
<dc:Bounds x="622" y="99" width="36" height="36" /> | ||
<bpmndi:BPMNLabel> | ||
<dc:Bounds x="596" y="142" width="88" height="14" /> | ||
</bpmndi:BPMNLabel> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="Gateway_0ygg2hi_di" bpmnElement="InclusiveGatewayInclusiveGateway"> | ||
<dc:Bounds x="475" y="92" width="50" height="50" /> | ||
<bpmndi:BPMNLabel> | ||
<dc:Bounds x="455" y="68" width="90" height="14" /> | ||
</bpmndi:BPMNLabel> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNEdge id="Flow_13bnbu3_di" bpmnElement="Flow_13bnbu3"> | ||
<di:waypoint x="208" y="117" /> | ||
<di:waypoint x="475" y="117" /> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNEdge id="Flow_1hw0z77_di" bpmnElement="Flow_1hw0z77"> | ||
<di:waypoint x="525" y="117" /> | ||
<di:waypoint x="622" y="117" /> | ||
</bpmndi:BPMNEdge> | ||
</bpmndi:BPMNPlane> | ||
</bpmndi:BPMNDiagram> | ||
</bpmn:definitions> |
Oops, something went wrong.