Skip to content

Instantly share code, notes, and snippets.

@paulovmr
Last active October 11, 2022 17:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulovmr/872bdb191363d12f95f902bc08f6c4b4 to your computer and use it in GitHub Desktop.
Save paulovmr/872bdb191363d12f95f902bc08f6c4b4 to your computer and use it in GitHub Desktop.
Untitled Folder

This Gist was created from KIE Sandbox.

This file is temporary and you should not be seeing it. If you are, it means that creating this Gist failed and it can safely be deleted.

<?xml version="1.0" encoding="UTF-8"?>
<bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.omg.org/bpmn20" 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" id="_tsbFABuNEeqqIZ78N7XETQ" 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="MyProject.MyProcess" drools:packageName="org.jbpm" drools:version="1.0" drools:adHoc="false" name="MyProcess" isExecutable="true">
<bpmn2:sequenceFlow id="_3FD71665-1740-456B-905B-9510574472F8" sourceRef="_5F658343-DFF6-4555-9399-468B90A1F270" targetRef="_38D353E7-7414-4DE6-B016-E41AC5E5B8C0">
<bpmn2:extensionElements>
<drools:metaData name="isAutoConnection.source">
<drools:metaValue><![CDATA[true]]></drools:metaValue>
</drools:metaData>
<drools:metaData name="isAutoConnection.target">
<drools:metaValue><![CDATA[true]]></drools:metaValue>
</drools:metaData>
</bpmn2:extensionElements>
</bpmn2:sequenceFlow>
<bpmn2:startEvent id="_5F658343-DFF6-4555-9399-468B90A1F270">
<bpmn2:outgoing>_3FD71665-1740-456B-905B-9510574472F8</bpmn2:outgoing>
</bpmn2:startEvent>
<bpmn2:endEvent id="_38D353E7-7414-4DE6-B016-E41AC5E5B8C0">
<bpmn2:incoming>_3FD71665-1740-456B-905B-9510574472F8</bpmn2:incoming>
</bpmn2:endEvent>
</bpmn2:process>
<bpmndi:BPMNDiagram id="_tsbFARuNEeqqIZ78N7XETQ">
<bpmndi:BPMNPlane id="_tsbFAhuNEeqqIZ78N7XETQ" bpmnElement="MyProject.MyProcess">
<bpmndi:BPMNShape id="shape__38D353E7-7414-4DE6-B016-E41AC5E5B8C0" bpmnElement="_38D353E7-7414-4DE6-B016-E41AC5E5B8C0">
<dc:Bounds height="56.0" width="56.0" x="392.0" y="219.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="shape__5F658343-DFF6-4555-9399-468B90A1F270" bpmnElement="_5F658343-DFF6-4555-9399-468B90A1F270">
<dc:Bounds height="56.0" width="56.0" x="256.0" y="219.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="edge_shape__5F658343-DFF6-4555-9399-468B90A1F270_to_shape__38D353E7-7414-4DE6-B016-E41AC5E5B8C0" bpmnElement="_3FD71665-1740-456B-905B-9510574472F8">
<di:waypoint xsi:type="dc:Point" x="312.0" y="247.0"/>
<di:waypoint xsi:type="dc:Point" x="392.0" y="247.0"/>
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
<bpmn2:relationship id="_tsbFAxuNEeqqIZ78N7XETQ" type="BPSimData">
<bpmn2:extensionElements>
<bpsim:BPSimData>
<bpsim:Scenario xsi:type="bpsim:Scenario" id="default" name="Simulationscenario">
<bpsim:ScenarioParameters xsi:type="bpsim:ScenarioParameters"/>
<bpsim:ElementParameters xsi:type="bpsim:ElementParameters" elementRef="_5F658343-DFF6-4555-9399-468B90A1F270" id="_tsbFBBuNEeqqIZ78N7XETQ">
<bpsim:TimeParameters xsi:type="bpsim:TimeParameters">
<bpsim:ProcessingTime xsi:type="bpsim:Parameter">
<bpsim:NormalDistribution mean="0.0" standardDeviation="0.0"/>
</bpsim:ProcessingTime>
</bpsim:TimeParameters>
</bpsim:ElementParameters>
</bpsim:Scenario>
</bpsim:BPSimData>
</bpmn2:extensionElements>
<bpmn2:source>_tsbFABuNEeqqIZ78N7XETQ</bpmn2:source>
<bpmn2:target>_tsbFABuNEeqqIZ78N7XETQ</bpmn2:target>
</bpmn2:relationship>
</bpmn2:definitions>
<?xml version="1.0" encoding="UTF-8"?>
<bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.omg.org/bpmn20" 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" id="_tsbFABuNEeqqIZ78N7XETQ" 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="MyProject.MyProcess" drools:packageName="org.jbpm" drools:version="1.0" drools:adHoc="false" name="MyProcess" isExecutable="true">
<bpmn2:sequenceFlow id="_3FD71665-1740-456B-905B-9510574472F8" sourceRef="_5F658343-DFF6-4555-9399-468B90A1F270" targetRef="_38D353E7-7414-4DE6-B016-E41AC5E5B8C0">
<bpmn2:extensionElements>
<drools:metaData name="isAutoConnection.source">
<drools:metaValue><![CDATA[true]]></drools:metaValue>
</drools:metaData>
<drools:metaData name="isAutoConnection.target">
<drools:metaValue><![CDATA[true]]></drools:metaValue>
</drools:metaData>
</bpmn2:extensionElements>
</bpmn2:sequenceFlow>
<bpmn2:startEvent id="_5F658343-DFF6-4555-9399-468B90A1F270">
<bpmn2:outgoing>_3FD71665-1740-456B-905B-9510574472F8</bpmn2:outgoing>
</bpmn2:startEvent>
<bpmn2:endEvent id="_38D353E7-7414-4DE6-B016-E41AC5E5B8C0">
<bpmn2:incoming>_3FD71665-1740-456B-905B-9510574472F8</bpmn2:incoming>
</bpmn2:endEvent>
</bpmn2:process>
<bpmndi:BPMNDiagram id="_tsbFARuNEeqqIZ78N7XETQ">
<bpmndi:BPMNPlane id="_tsbFAhuNEeqqIZ78N7XETQ" bpmnElement="MyProject.MyProcess">
<bpmndi:BPMNShape id="shape__38D353E7-7414-4DE6-B016-E41AC5E5B8C0" bpmnElement="_38D353E7-7414-4DE6-B016-E41AC5E5B8C0">
<dc:Bounds height="56.0" width="56.0" x="392.0" y="219.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="shape__5F658343-DFF6-4555-9399-468B90A1F270" bpmnElement="_5F658343-DFF6-4555-9399-468B90A1F270">
<dc:Bounds height="56.0" width="56.0" x="256.0" y="219.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="edge_shape__5F658343-DFF6-4555-9399-468B90A1F270_to_shape__38D353E7-7414-4DE6-B016-E41AC5E5B8C0" bpmnElement="_3FD71665-1740-456B-905B-9510574472F8">
<di:waypoint xsi:type="dc:Point" x="312.0" y="247.0"/>
<di:waypoint xsi:type="dc:Point" x="392.0" y="247.0"/>
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
<bpmn2:relationship id="_tsbFAxuNEeqqIZ78N7XETQ" type="BPSimData">
<bpmn2:extensionElements>
<bpsim:BPSimData>
<bpsim:Scenario xsi:type="bpsim:Scenario" id="default" name="Simulationscenario">
<bpsim:ScenarioParameters xsi:type="bpsim:ScenarioParameters"/>
<bpsim:ElementParameters xsi:type="bpsim:ElementParameters" elementRef="_5F658343-DFF6-4555-9399-468B90A1F270" id="_tsbFBBuNEeqqIZ78N7XETQ">
<bpsim:TimeParameters xsi:type="bpsim:TimeParameters">
<bpsim:ProcessingTime xsi:type="bpsim:Parameter">
<bpsim:NormalDistribution mean="0.0" standardDeviation="0.0"/>
</bpsim:ProcessingTime>
</bpsim:TimeParameters>
</bpsim:ElementParameters>
</bpsim:Scenario>
</bpsim:BPSimData>
</bpmn2:extensionElements>
<bpmn2:source>_tsbFABuNEeqqIZ78N7XETQ</bpmn2:source>
<bpmn2:target>_tsbFABuNEeqqIZ78N7XETQ</bpmn2:target>
</bpmn2:relationship>
</bpmn2:definitions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment