Created
November 4, 2021 18:42
-
-
Save ederign/d094d86d683459973b307b1fd45d6d2a to your computer and use it in GitHub Desktop.
Untitled Folder
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:drools="http://www.jboss.org/drools" xmlns:xsi="xsi" id="_6v9-IR_MEDquC_5B_aMEQA" 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="Untitled_1" drools:packageName="com.example" drools:version="1.0" drools:adHoc="false" name="Untitled-1" isExecutable="true" processType="Public"/> | |
<bpmndi:BPMNDiagram> | |
<bpmndi:BPMNPlane bpmnElement="Untitled_1"/> | |
</bpmndi:BPMNDiagram> | |
<bpmn2:relationship type="BPSimData"> | |
<bpmn2:extensionElements> | |
<bpsim:BPSimData> | |
<bpsim:Scenario id="default" name="Simulationscenario"> | |
<bpsim:ScenarioParameters/> | |
</bpsim:Scenario> | |
</bpsim:BPSimData> | |
</bpmn2:extensionElements> | |
<bpmn2:source>_6v9-IR_MEDquC_5B_aMEQA</bpmn2:source> | |
<bpmn2:target>_6v9-IR_MEDquC_5B_aMEQA</bpmn2:target> | |
</bpmn2:relationship> | |
</bpmn2:definitions> |
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:drools="http://www.jboss.org/drools" xmlns:xsi="xsi" id="_5eDDQB_MEDqNyMU2UxJxjQ" 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="Untitled" drools:packageName="com.example" drools:version="1.0" drools:adHoc="false" name="Untitled" isExecutable="true" processType="Public"> | |
<bpmn2:startEvent id="_FC6327A5-8EB3-4C1F-93F1-217683B00D84"/> | |
</bpmn2:process> | |
<bpmndi:BPMNDiagram> | |
<bpmndi:BPMNPlane bpmnElement="Untitled"> | |
<bpmndi:BPMNShape id="shape__FC6327A5-8EB3-4C1F-93F1-217683B00D84" bpmnElement="_FC6327A5-8EB3-4C1F-93F1-217683B00D84"> | |
<dc:Bounds height="56" width="56" x="562" y="172"/> | |
</bpmndi:BPMNShape> | |
</bpmndi:BPMNPlane> | |
</bpmndi:BPMNDiagram> | |
<bpmn2:relationship type="BPSimData"> | |
<bpmn2:extensionElements> | |
<bpsim:BPSimData> | |
<bpsim:Scenario id="default" name="Simulationscenario"> | |
<bpsim:ScenarioParameters/> | |
<bpsim:ElementParameters elementRef="_FC6327A5-8EB3-4C1F-93F1-217683B00D84"> | |
<bpsim:TimeParameters> | |
<bpsim:ProcessingTime> | |
<bpsim:NormalDistribution mean="0" standardDeviation="0"/> | |
</bpsim:ProcessingTime> | |
</bpsim:TimeParameters> | |
</bpsim:ElementParameters> | |
</bpsim:Scenario> | |
</bpsim:BPSimData> | |
</bpmn2:extensionElements> | |
<bpmn2:source>_5eDDQB_MEDqNyMU2UxJxjQ</bpmn2:source> | |
<bpmn2:target>_5eDDQB_MEDqNyMU2UxJxjQ</bpmn2:target> | |
</bpmn2:relationship> | |
</bpmn2:definitions> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment