Skip to content

Instantly share code, notes, and snippets.

@thiagoelg
Last active November 13, 2023 21:22
Show Gist options
  • Save thiagoelg/bde8af9c076e2d897236ba1e35c3ad35 to your computer and use it in GitHub Desktop.
Save thiagoelg/bde8af9c076e2d897236ba1e35c3ad35 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:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:drools="http://www.jboss.org/drools" xmlns:xsi="xsi" id="_nPnC4GSYEDykqqcrLaHSRg" 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="_288C1011-1521-46A3-9F26-0456D7F1C1F2" name="Default Collaboration">
<bpmn2:participant id="_76B1C576-1795-4C6F-B82E-119B3F6F03DC" 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="_0BEB3965-9D21-45B2-AF1A-D1761B78545A" sourceRef="_A9348E8B-3128-4D74-981B-E6E4DB003AD2" targetRef="_32B1D89C-2ED5-400D-A5B1-A2510790FFE8"/>
<bpmn2:task id="_18559278-177C-46A6-85E8-9169A6A886D2" name="Task">
<bpmn2:extensionElements>
<drools:metaData name="elementname">
<drools:metaValue><![CDATA[Task]]></drools:metaValue>
</drools:metaData>
</bpmn2:extensionElements>
</bpmn2:task>
<bpmn2:endEvent id="_32B1D89C-2ED5-400D-A5B1-A2510790FFE8">
<bpmn2:incoming>_0BEB3965-9D21-45B2-AF1A-D1761B78545A</bpmn2:incoming>
</bpmn2:endEvent>
<bpmn2:startEvent id="_A9348E8B-3128-4D74-981B-E6E4DB003AD2">
<bpmn2:outgoing>_0BEB3965-9D21-45B2-AF1A-D1761B78545A</bpmn2:outgoing>
</bpmn2:startEvent>
</bpmn2:process>
<bpmndi:BPMNDiagram>
<bpmndi:BPMNPlane bpmnElement="Untitled">
<bpmndi:BPMNShape id="shape__A9348E8B-3128-4D74-981B-E6E4DB003AD2" bpmnElement="_A9348E8B-3128-4D74-981B-E6E4DB003AD2">
<dc:Bounds height="56" width="56" x="600" y="261"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="shape__32B1D89C-2ED5-400D-A5B1-A2510790FFE8" bpmnElement="_32B1D89C-2ED5-400D-A5B1-A2510790FFE8">
<dc:Bounds height="56" width="56" x="1066" y="290"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="shape__18559278-177C-46A6-85E8-9169A6A886D2" bpmnElement="_18559278-177C-46A6-85E8-9169A6A886D2">
<dc:Bounds height="102" width="154" x="662" y="138"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="edge_shape__A9348E8B-3128-4D74-981B-E6E4DB003AD2_to_shape__32B1D89C-2ED5-400D-A5B1-A2510790FFE8" bpmnElement="_0BEB3965-9D21-45B2-AF1A-D1761B78545A">
<di:waypoint x="628" y="289"/>
<di:waypoint x="1066" y="318"/>
</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="_A9348E8B-3128-4D74-981B-E6E4DB003AD2">
<bpsim:TimeParameters>
<bpsim:ProcessingTime>
<bpsim:NormalDistribution mean="0" standardDeviation="0"/>
</bpsim:ProcessingTime>
</bpsim:TimeParameters>
</bpsim:ElementParameters>
<bpsim:ElementParameters elementRef="_18559278-177C-46A6-85E8-9169A6A886D2">
<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>_nPnC4GSYEDykqqcrLaHSRg</bpmn2:source>
<bpmn2:target>_nPnC4GSYEDykqqcrLaHSRg</bpmn2:target>
</bpmn2:relationship>
</bpmn2:definitions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment