Created
September 12, 2022 18:21
-
-
Save jesuino/b87ae30ec071df0e547eb0d5cae92dec to your computer and use it in GitHub Desktop.
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:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:drools="http://www.jboss.org/drools" xmlns:xsi="xsi" id="_TkSNoBT0EDuhEeQjsjIliA" 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="_9206D4B4-2323-4BE9-B0EA-D82D8DA47DA1" name="Default Collaboration"> | |
<bpmn2:participant id="_8031A3B1-8808-4526-A126-DFFD36FE0F0E" 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:sequenceFlow id="_55FAA37A-D5F0-49AE-BFD2-159AA07AF2D7" sourceRef="_E78FEA01-3BDE-4CA6-A78D-7D4062346CE9" targetRef="_7A9447BC-1F98-42AF-B5FC-A1AB0B69D536"/> | |
<bpmn2:endEvent id="_7A9447BC-1F98-42AF-B5FC-A1AB0B69D536"> | |
<bpmn2:incoming>_55FAA37A-D5F0-49AE-BFD2-159AA07AF2D7</bpmn2:incoming> | |
</bpmn2:endEvent> | |
<bpmn2:startEvent id="_E78FEA01-3BDE-4CA6-A78D-7D4062346CE9"> | |
<bpmn2:outgoing>_55FAA37A-D5F0-49AE-BFD2-159AA07AF2D7</bpmn2:outgoing> | |
</bpmn2:startEvent> | |
</bpmn2:process> | |
<bpmndi:BPMNDiagram> | |
<bpmndi:BPMNPlane bpmnElement="Untitled"> | |
<bpmndi:BPMNShape id="shape__E78FEA01-3BDE-4CA6-A78D-7D4062346CE9" bpmnElement="_E78FEA01-3BDE-4CA6-A78D-7D4062346CE9"> | |
<dc:Bounds height="56" width="56" x="394" y="73"/> | |
</bpmndi:BPMNShape> | |
<bpmndi:BPMNShape id="shape__7A9447BC-1F98-42AF-B5FC-A1AB0B69D536" bpmnElement="_7A9447BC-1F98-42AF-B5FC-A1AB0B69D536"> | |
<dc:Bounds height="56" width="56" x="530" y="73"/> | |
</bpmndi:BPMNShape> | |
<bpmndi:BPMNEdge id="edge_shape__E78FEA01-3BDE-4CA6-A78D-7D4062346CE9_to_shape__7A9447BC-1F98-42AF-B5FC-A1AB0B69D536" bpmnElement="_55FAA37A-D5F0-49AE-BFD2-159AA07AF2D7"> | |
<di:waypoint x="422" y="101"/> | |
<di:waypoint x="558" y="101"/> | |
</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="_E78FEA01-3BDE-4CA6-A78D-7D4062346CE9"> | |
<bpsim:TimeParameters> | |
<bpsim:ProcessingTime> | |
<bpsim:NormalDistribution mean="0" standardDeviation="0"/> | |
</bpsim:ProcessingTime> | |
</bpsim:TimeParameters> | |
</bpsim:ElementParameters> | |
</bpsim:Scenario> | |
</bpsim:BPSimData> | |
</bpmn2:extensionElements> | |
<bpmn2:source>_TkSNoBT0EDuhEeQjsjIliA</bpmn2:source> | |
<bpmn2:target>_TkSNoBT0EDuhEeQjsjIliA</bpmn2:target> | |
</bpmn2:relationship> | |
</bpmn2:definitions> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment