Last active
November 25, 2020 17:59
-
-
Save ljmotta/307d6b9491fc3edb3e39add3f7ce5947 to your computer and use it in GitHub Desktop.
new-file.bpmn
This file contains hidden or 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
<bpmn2:definitions xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:bpsim="http://www.bpsim.org/schemas/1.0" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:drools="http://www.jboss.org/drools" id="_3QPYkBF1EDmI4-IhBV3cUg" exporter="jBPM Process Modeler" exporterVersion="2.0" targetNamespace="http://www.omg.org/bpmn20"> | |
<bpmn2:process id="new-file" drools:packageName="com.example" drools:version="1.0" drools:adHoc="false" name="new-file" isExecutable="true" processType="Public"> | |
<bpmn2:sequenceFlow id="_43E3125B-900E-4362-B122-7C35C6E762C2" sourceRef="_0D993D9E-90DD-4BE1-963F-473AB446A434" targetRef="_DCF71970-9B26-4678-B7B1-1DCB6BD75BA5"/> | |
<bpmn2:sequenceFlow id="_6D734045-A458-4C13-BC16-C099C947221D" sourceRef="_45C21046-3BDD-47B8-8D5D-5014F1171291" targetRef="_0D993D9E-90DD-4BE1-963F-473AB446A434"/> | |
<bpmn2:endEvent id="_DCF71970-9B26-4678-B7B1-1DCB6BD75BA5"> | |
<bpmn2:incoming>_43E3125B-900E-4362-B122-7C35C6E762C2</bpmn2:incoming> | |
</bpmn2:endEvent> | |
<bpmn2:parallelGateway id="_0D993D9E-90DD-4BE1-963F-473AB446A434"> | |
<bpmn2:incoming>_6D734045-A458-4C13-BC16-C099C947221D</bpmn2:incoming> | |
<bpmn2:outgoing>_43E3125B-900E-4362-B122-7C35C6E762C2</bpmn2:outgoing> | |
</bpmn2:parallelGateway> | |
<bpmn2:startEvent id="_45C21046-3BDD-47B8-8D5D-5014F1171291"> | |
<bpmn2:outgoing>_6D734045-A458-4C13-BC16-C099C947221D</bpmn2:outgoing> | |
</bpmn2:startEvent> | |
</bpmn2:process> | |
<bpmndi:BPMNDiagram> | |
<bpmndi:BPMNPlane bpmnElement="new-file"> | |
<bpmndi:BPMNShape id="shape__45C21046-3BDD-47B8-8D5D-5014F1171291" bpmnElement="_45C21046-3BDD-47B8-8D5D-5014F1171291"> | |
<dc:Bounds height="56" width="56" x="305" y="73"/> | |
</bpmndi:BPMNShape> | |
<bpmndi:BPMNShape id="shape__0D993D9E-90DD-4BE1-963F-473AB446A434" bpmnElement="_0D993D9E-90DD-4BE1-963F-473AB446A434"> | |
<dc:Bounds height="56" width="56" x="753" y="202"/> | |
</bpmndi:BPMNShape> | |
<bpmndi:BPMNShape id="shape__DCF71970-9B26-4678-B7B1-1DCB6BD75BA5" bpmnElement="_DCF71970-9B26-4678-B7B1-1DCB6BD75BA5"> | |
<dc:Bounds height="56" width="56" x="1009" y="81"/> | |
</bpmndi:BPMNShape> | |
<bpmndi:BPMNEdge id="edge_shape__45C21046-3BDD-47B8-8D5D-5014F1171291_to_shape__0D993D9E-90DD-4BE1-963F-473AB446A434" bpmnElement="_6D734045-A458-4C13-BC16-C099C947221D"> | |
<di:waypoint x="361" y="101"/> | |
<di:waypoint x="753" y="230"/> | |
</bpmndi:BPMNEdge> | |
<bpmndi:BPMNEdge id="edge_shape__0D993D9E-90DD-4BE1-963F-473AB446A434_to_shape__DCF71970-9B26-4678-B7B1-1DCB6BD75BA5" bpmnElement="_43E3125B-900E-4362-B122-7C35C6E762C2"> | |
<di:waypoint x="809" y="230"/> | |
<di:waypoint x="1009" y="109"/> | |
</bpmndi:BPMNEdge> | |
</bpmndi:BPMNPlane> | |
</bpmndi:BPMNDiagram> | |
<bpmn2:relationship type="BPSimData"> | |
<bpmn2:extensionElements> | |
<bpsim:BPSimData> | |
<bpsim:Scenario id="default" name="Simulationscenario"> | |
<bpsim:ScenarioParameters/> | |
<bpsim:ElementParameters elementRef="_45C21046-3BDD-47B8-8D5D-5014F1171291"> | |
<bpsim:TimeParameters> | |
<bpsim:ProcessingTime> | |
<bpsim:NormalDistribution mean="0" standardDeviation="0"/> | |
</bpsim:ProcessingTime> | |
</bpsim:TimeParameters> | |
</bpsim:ElementParameters> | |
</bpsim:Scenario> | |
</bpsim:BPSimData> | |
</bpmn2:extensionElements> | |
<bpmn2:source>_3QPYkBF1EDmI4-IhBV3cUg</bpmn2:source> | |
<bpmn2:target>_3QPYkBF1EDmI4-IhBV3cUg</bpmn2:target> | |
</bpmn2:relationship> | |
</bpmn2:definitions> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment