Created
November 13, 2023 21:19
-
-
Save thiagoelg/5f54fc50a00cd06e7947793ade3ac6b4 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
<?xml version="1.0" encoding="UTF-8"?> | |
<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="_J2M44GSYEDy5KshCYk_SNA" 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:collaboration id="_FC684A0C-8F9C-480C-9A5B-9E73484517A1" name="Default Collaboration"> | |
<bpmn2:participant id="_CE45E26E-0EFE-4AAD-9824-7E4FC0D18BB9" name="Pool Participant" processRef="Untitled"/> | |
</bpmn2:collaboration> | |
<bpmn2:process id="Untitled" drools:packageName="com.example" drools:version="1.0" drools:adHoc="false" name="Untitled" isExecutable="true" processType="Public"> | |
<bpmn2:endEvent id="_FBC4AFC1-F20A-49EF-8E18-9A728DEC52EB"/> | |
<bpmn2:startEvent id="_8D94EB0B-BBE6-4C5A-A979-B4FCBBF2DA81"/> | |
</bpmn2:process> | |
<bpmndi:BPMNDiagram> | |
<bpmndi:BPMNPlane bpmnElement="Untitled"> | |
<bpmndi:BPMNShape id="shape__8D94EB0B-BBE6-4C5A-A979-B4FCBBF2DA81" bpmnElement="_8D94EB0B-BBE6-4C5A-A979-B4FCBBF2DA81"> | |
<dc:Bounds height="56" width="56" x="483" y="311"/> | |
</bpmndi:BPMNShape> | |
<bpmndi:BPMNShape id="shape__FBC4AFC1-F20A-49EF-8E18-9A728DEC52EB" bpmnElement="_FBC4AFC1-F20A-49EF-8E18-9A728DEC52EB"> | |
<dc:Bounds height="56" width="56" x="724" y="338"/> | |
</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="_8D94EB0B-BBE6-4C5A-A979-B4FCBBF2DA81"> | |
<bpsim:TimeParameters> | |
<bpsim:ProcessingTime> | |
<bpsim:NormalDistribution mean="0" standardDeviation="0"/> | |
</bpsim:ProcessingTime> | |
</bpsim:TimeParameters> | |
</bpsim:ElementParameters> | |
</bpsim:Scenario> | |
</bpsim:BPSimData> | |
</bpmn2:extensionElements> | |
<bpmn2:source>_J2M44GSYEDy5KshCYk_SNA</bpmn2:source> | |
<bpmn2:target>_J2M44GSYEDy5KshCYk_SNA</bpmn2:target> | |
</bpmn2:relationship> | |
</bpmn2:definitions> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment