Last active
November 17, 2021 12:42
-
-
Save manaswinidas/bc2267a2602cde9a170a9a995e885792 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" xmlns:xsi="xsi" id="_xZlNACnREDqwrrdc7pS4oA" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd http://www.jboss.org/drools drools.xsd http://www.bpsim.org/schemas/1.0 bpsim.xsd http://www.omg.org/spec/DD/20100524/DC DC.xsd http://www.omg.org/spec/DD/20100524/DI DI.xsd " 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="_FF8D9CE1-0F7E-494F-A978-7754E251D0DF" sourceRef="_EA8B60E4-DADA-4DF4-BAFA-58BDA512459D" targetRef="_E3ADAA31-3513-4AF6-AA11-28BB33F03D73"/> | |
<bpmn2:endEvent id="_E3ADAA31-3513-4AF6-AA11-28BB33F03D73"> | |
<bpmn2:incoming>_FF8D9CE1-0F7E-494F-A978-7754E251D0DF</bpmn2:incoming> | |
</bpmn2:endEvent> | |
<bpmn2:startEvent id="_EA8B60E4-DADA-4DF4-BAFA-58BDA512459D"> | |
<bpmn2:outgoing>_FF8D9CE1-0F7E-494F-A978-7754E251D0DF</bpmn2:outgoing> | |
</bpmn2:startEvent> | |
</bpmn2:process> | |
<bpmndi:BPMNDiagram> | |
<bpmndi:BPMNPlane bpmnElement="new_file"> | |
<bpmndi:BPMNShape id="shape__EA8B60E4-DADA-4DF4-BAFA-58BDA512459D" bpmnElement="_EA8B60E4-DADA-4DF4-BAFA-58BDA512459D"> | |
<dc:Bounds height="56" width="56" x="515" y="220"/> | |
</bpmndi:BPMNShape> | |
<bpmndi:BPMNShape id="shape__E3ADAA31-3513-4AF6-AA11-28BB33F03D73" bpmnElement="_E3ADAA31-3513-4AF6-AA11-28BB33F03D73"> | |
<dc:Bounds height="56" width="56" x="783" y="222"/> | |
</bpmndi:BPMNShape> | |
<bpmndi:BPMNEdge id="edge_shape__EA8B60E4-DADA-4DF4-BAFA-58BDA512459D_to_shape__E3ADAA31-3513-4AF6-AA11-28BB33F03D73" bpmnElement="_FF8D9CE1-0F7E-494F-A978-7754E251D0DF"> | |
<di:waypoint x="543" y="248"/> | |
<di:waypoint x="811" y="278"/> | |
</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="_EA8B60E4-DADA-4DF4-BAFA-58BDA512459D"> | |
<bpsim:TimeParameters> | |
<bpsim:ProcessingTime> | |
<bpsim:NormalDistribution mean="0" standardDeviation="0"/> | |
</bpsim:ProcessingTime> | |
</bpsim:TimeParameters> | |
</bpsim:ElementParameters> | |
</bpsim:Scenario> | |
</bpsim:BPSimData> | |
</bpmn2:extensionElements> | |
<bpmn2:source>_xZlNACnREDqwrrdc7pS4oA</bpmn2:source> | |
<bpmn2:target>_xZlNACnREDqwrrdc7pS4oA</bpmn2:target> | |
</bpmn2:relationship> | |
</bpmn2:definitions> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment