Last active
April 7, 2021 18:12
-
-
Save ljmotta/a6712eb92c58fea30617a8fa7c9fcd55 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="_uDNr8Xn6EDmf4I4kwuolfQ" 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="_C69F4924-10DF-44B9-A33B-4FC6183F4176" sourceRef="_6B2D3101-B56F-4B42-89C4-E9B3F2683247" targetRef="_205362F4-16F2-46C7-ADFC-9AAFFC3CC141"> | |
<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="_205362F4-16F2-46C7-ADFC-9AAFFC3CC141"> | |
<bpmn2:incoming>_C69F4924-10DF-44B9-A33B-4FC6183F4176</bpmn2:incoming> | |
</bpmn2:endEvent> | |
<bpmn2:startEvent id="_6B2D3101-B56F-4B42-89C4-E9B3F2683247"> | |
<bpmn2:outgoing>_C69F4924-10DF-44B9-A33B-4FC6183F4176</bpmn2:outgoing> | |
</bpmn2:startEvent> | |
</bpmn2:process> | |
<bpmndi:BPMNDiagram> | |
<bpmndi:BPMNPlane bpmnElement="new_file"> | |
<bpmndi:BPMNShape id="shape__6B2D3101-B56F-4B42-89C4-E9B3F2683247" bpmnElement="_6B2D3101-B56F-4B42-89C4-E9B3F2683247"> | |
<dc:Bounds height="56" width="56" x="410" y="483"/> | |
</bpmndi:BPMNShape> | |
<bpmndi:BPMNShape id="shape__205362F4-16F2-46C7-ADFC-9AAFFC3CC141" bpmnElement="_205362F4-16F2-46C7-ADFC-9AAFFC3CC141"> | |
<dc:Bounds height="56" width="56" x="410" y="671"/> | |
</bpmndi:BPMNShape> | |
<bpmndi:BPMNEdge id="edge_shape__6B2D3101-B56F-4B42-89C4-E9B3F2683247_to_shape__205362F4-16F2-46C7-ADFC-9AAFFC3CC141" bpmnElement="_C69F4924-10DF-44B9-A33B-4FC6183F4176"> | |
<di:waypoint x="466" y="511"/> | |
<di:waypoint x="410" y="699"/> | |
</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="_6B2D3101-B56F-4B42-89C4-E9B3F2683247"> | |
<bpsim:TimeParameters> | |
<bpsim:ProcessingTime> | |
<bpsim:NormalDistribution mean="0" standardDeviation="0"/> | |
</bpsim:ProcessingTime> | |
</bpsim:TimeParameters> | |
</bpsim:ElementParameters> | |
</bpsim:Scenario> | |
</bpsim:BPSimData> | |
</bpmn2:extensionElements> | |
<bpmn2:source>_uDNr8Xn6EDmf4I4kwuolfQ</bpmn2:source> | |
<bpmn2:target>_uDNr8Xn6EDmf4I4kwuolfQ</bpmn2:target> | |
</bpmn2:relationship> | |
</bpmn2:definitions> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment