Skip to content

Instantly share code, notes, and snippets.

@thiagoelg
Forked from tiagobento/Untitled-1.bpmn
Last active May 4, 2022 19:06
Show Gist options
  • Save thiagoelg/425965584b409ae873778fe59aaf7a4f to your computer and use it in GitHub Desktop.
Save thiagoelg/425965584b409ae873778fe59aaf7a4f to your computer and use it in GitHub Desktop.
Untitled Folder
<?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="_PEGMIa4LEDqqz5ZF9_oOgg" 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="_A3C86C4A-E70C-49AD-874D-DA53C78E2727" name="Default Collaboration">
<bpmn2:participant id="_594790BD-6F60-4B86-AF78-525A58F94CA0" name="Pool Participant" processRef="Untitled_1"/>
</bpmn2:collaboration>
<bpmn2:process id="Untitled_1" drools:packageName="com.example" drools:version="1.0" drools:adHoc="false" name="Untitled-1" isExecutable="true" processType="Public">
<bpmn2:endEvent id="_ED2AD248-E1AA-42E1-8A6E-4EAD1249E49C"/>
<bpmn2:task id="_ACC22367-87CC-46AF-AA4A-BB49E90557D7" name="Task">
<bpmn2:extensionElements>
<drools:metaData name="elementname">
<drools:metaValue><![CDATA[Task]]></drools:metaValue>
</drools:metaData>
</bpmn2:extensionElements>
</bpmn2:task>
<bpmn2:startEvent id="_94B805F7-19E0-44D7-9DFE-50F0508985FD"/>
<bpmn2:intermediateCatchEvent id="_7C0609D8-0F94-4580-9866-ADFC206A6BDE">
<bpmn2:timerEventDefinition/>
</bpmn2:intermediateCatchEvent>
</bpmn2:process>
<bpmndi:BPMNDiagram>
<bpmndi:BPMNPlane bpmnElement="Untitled_1">
<bpmndi:BPMNShape id="shape__7C0609D8-0F94-4580-9866-ADFC206A6BDE" bpmnElement="_7C0609D8-0F94-4580-9866-ADFC206A6BDE">
<dc:Bounds height="56" width="56" x="220" y="105"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="shape__94B805F7-19E0-44D7-9DFE-50F0508985FD" bpmnElement="_94B805F7-19E0-44D7-9DFE-50F0508985FD">
<dc:Bounds height="56" width="56" x="429" y="142"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="shape__ACC22367-87CC-46AF-AA4A-BB49E90557D7" bpmnElement="_ACC22367-87CC-46AF-AA4A-BB49E90557D7">
<dc:Bounds height="102" width="154" x="377" y="292"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="shape__ED2AD248-E1AA-42E1-8A6E-4EAD1249E49C" bpmnElement="_ED2AD248-E1AA-42E1-8A6E-4EAD1249E49C">
<dc:Bounds height="56" width="56" x="782" y="189"/>
</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="_94B805F7-19E0-44D7-9DFE-50F0508985FD">
<bpsim:TimeParameters>
<bpsim:ProcessingTime>
<bpsim:NormalDistribution mean="0" standardDeviation="0"/>
</bpsim:ProcessingTime>
</bpsim:TimeParameters>
</bpsim:ElementParameters>
<bpsim:ElementParameters elementRef="_ACC22367-87CC-46AF-AA4A-BB49E90557D7">
<bpsim:TimeParameters>
<bpsim:ProcessingTime>
<bpsim:NormalDistribution mean="0" standardDeviation="0"/>
</bpsim:ProcessingTime>
</bpsim:TimeParameters>
<bpsim:ResourceParameters>
<bpsim:Availability>
<bpsim:FloatingParameter value="0"/>
</bpsim:Availability>
<bpsim:Quantity>
<bpsim:FloatingParameter value="0"/>
</bpsim:Quantity>
</bpsim:ResourceParameters>
<bpsim:CostParameters>
<bpsim:UnitCost>
<bpsim:FloatingParameter value="0"/>
</bpsim:UnitCost>
</bpsim:CostParameters>
</bpsim:ElementParameters>
</bpsim:Scenario>
</bpsim:BPSimData>
</bpmn2:extensionElements>
<bpmn2:source>_PEGMIa4LEDqqz5ZF9_oOgg</bpmn2:source>
<bpmn2:target>_PEGMIa4LEDqqz5ZF9_oOgg</bpmn2:target>
</bpmn2:relationship>
</bpmn2:definitions>
<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="_UVzXASuNEDqxhoxy2poNLA" 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:sequenceFlow id="_16F7C28E-3A2B-45C4-9FEE-96B4ACD21B72" sourceRef="_F2FF7BA7-EDFC-46AD-9F8A-3398696A4F64" targetRef="_E9CFFE31-9BA8-43A5-B15F-F4873288C892"/>
<bpmn2:endEvent id="_E9CFFE31-9BA8-43A5-B15F-F4873288C892">
<bpmn2:incoming>_16F7C28E-3A2B-45C4-9FEE-96B4ACD21B72</bpmn2:incoming>
</bpmn2:endEvent>
<bpmn2:startEvent id="_F2FF7BA7-EDFC-46AD-9F8A-3398696A4F64">
<bpmn2:outgoing>_16F7C28E-3A2B-45C4-9FEE-96B4ACD21B72</bpmn2:outgoing>
</bpmn2:startEvent>
</bpmn2:process>
<bpmndi:BPMNDiagram>
<bpmndi:BPMNPlane bpmnElement="Untitled">
<bpmndi:BPMNShape id="shape__F2FF7BA7-EDFC-46AD-9F8A-3398696A4F64" bpmnElement="_F2FF7BA7-EDFC-46AD-9F8A-3398696A4F64">
<dc:Bounds height="56" width="56" x="201" y="153"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="shape__E9CFFE31-9BA8-43A5-B15F-F4873288C892" bpmnElement="_E9CFFE31-9BA8-43A5-B15F-F4873288C892">
<dc:Bounds height="56" width="56" x="411" y="81"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="edge_shape__F2FF7BA7-EDFC-46AD-9F8A-3398696A4F64_to_shape__E9CFFE31-9BA8-43A5-B15F-F4873288C892" bpmnElement="_16F7C28E-3A2B-45C4-9FEE-96B4ACD21B72">
<di:waypoint x="229" y="181"/>
<di:waypoint x="439" y="109"/>
</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="_F2FF7BA7-EDFC-46AD-9F8A-3398696A4F64">
<bpsim:TimeParameters>
<bpsim:ProcessingTime>
<bpsim:NormalDistribution mean="0" standardDeviation="0"/>
</bpsim:ProcessingTime>
</bpsim:TimeParameters>
</bpsim:ElementParameters>
</bpsim:Scenario>
</bpsim:BPSimData>
</bpmn2:extensionElements>
<bpmn2:source>_UVzXASuNEDqxhoxy2poNLA</bpmn2:source>
<bpmn2:target>_UVzXASuNEDqxhoxy2poNLA</bpmn2:target>
</bpmn2:relationship>
</bpmn2:definitions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment