Created
September 24, 2020 18:00
-
-
Save tiagobento/186fd9b2ff2f409736e9c2cb6f73be9a 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="_sSMF4OC9EDifEeI-fnWw2A" 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="_9A13C6D6-2EAF-41B4-B94B-908C8F95BC54" sourceRef="_32D6681F-C4C1-450D-922C-48FE57928F6B" targetRef="_C224225B-AF2A-498C-8A2F-EC5A8A3F5C4B"> | |
<bpmn2:extensionElements> | |
<drools:metaData name="isAutoConnection.source"> | |
<drools:metaValue><![CDATA[true]]></drools:metaValue> | |
</drools:metaData> | |
<drools:metaData name="isAutoConnection.target"> | |
<drools:metaValue><![CDATA[true]]></drools:metaValue> | |
</drools:metaData> | |
</bpmn2:extensionElements> | |
</bpmn2:sequenceFlow> | |
<bpmn2:endEvent id="_C224225B-AF2A-498C-8A2F-EC5A8A3F5C4B"> | |
<bpmn2:incoming>_9A13C6D6-2EAF-41B4-B94B-908C8F95BC54</bpmn2:incoming> | |
</bpmn2:endEvent> | |
<bpmn2:startEvent id="_32D6681F-C4C1-450D-922C-48FE57928F6B"> | |
<bpmn2:outgoing>_9A13C6D6-2EAF-41B4-B94B-908C8F95BC54</bpmn2:outgoing> | |
</bpmn2:startEvent> | |
</bpmn2:process> | |
<bpmndi:BPMNDiagram> | |
<bpmndi:BPMNPlane bpmnElement="new-file"> | |
<bpmndi:BPMNShape id="shape__32D6681F-C4C1-450D-922C-48FE57928F6B" bpmnElement="_32D6681F-C4C1-450D-922C-48FE57928F6B"> | |
<dc:Bounds height="56" width="56" x="423" y="104"/> | |
</bpmndi:BPMNShape> | |
<bpmndi:BPMNShape id="shape__C224225B-AF2A-498C-8A2F-EC5A8A3F5C4B" bpmnElement="_C224225B-AF2A-498C-8A2F-EC5A8A3F5C4B"> | |
<dc:Bounds height="56" width="56" x="694" y="266"/> | |
</bpmndi:BPMNShape> | |
<bpmndi:BPMNEdge id="edge_shape__32D6681F-C4C1-450D-922C-48FE57928F6B_to_shape__C224225B-AF2A-498C-8A2F-EC5A8A3F5C4B" bpmnElement="_9A13C6D6-2EAF-41B4-B94B-908C8F95BC54"> | |
<di:waypoint x="479" y="132"/> | |
<di:waypoint x="694" y="294"/> | |
</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="_32D6681F-C4C1-450D-922C-48FE57928F6B"> | |
<bpsim:TimeParameters> | |
<bpsim:ProcessingTime> | |
<bpsim:NormalDistribution mean="0" standardDeviation="0"/> | |
</bpsim:ProcessingTime> | |
</bpsim:TimeParameters> | |
</bpsim:ElementParameters> | |
</bpsim:Scenario> | |
</bpsim:BPSimData> | |
</bpmn2:extensionElements> | |
<bpmn2:source>_sSMF4OC9EDifEeI-fnWw2A</bpmn2:source> | |
<bpmn2:target>_sSMF4OC9EDifEeI-fnWw2A</bpmn2:target> | |
</bpmn2:relationship> | |
</bpmn2:definitions> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment