Skip to content

Instantly share code, notes, and snippets.

@caponetto
Last active November 19, 2021 17:48
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 caponetto/c101429cd4a602d38ff01ad412fd5d9e to your computer and use it in GitHub Desktop.
Save caponetto/c101429cd4a602d38ff01ad412fd5d9e to your computer and use it in GitHub Desktop.
Untitled Folder
<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="_nzVRQCuOEDqm4fnsoIYJsg" 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="_097D132B-C889-4E59-8B74-DC6957C3B7E6" sourceRef="_0FC04429-26BB-467D-B37D-D236A0C94C70" targetRef="_5E4509E9-FAA2-4EDD-BE78-B430FF27DD93"/>
<bpmn2:endEvent id="_5E4509E9-FAA2-4EDD-BE78-B430FF27DD93">
<bpmn2:incoming>_097D132B-C889-4E59-8B74-DC6957C3B7E6</bpmn2:incoming>
</bpmn2:endEvent>
<bpmn2:startEvent id="_0FC04429-26BB-467D-B37D-D236A0C94C70">
<bpmn2:outgoing>_097D132B-C889-4E59-8B74-DC6957C3B7E6</bpmn2:outgoing>
</bpmn2:startEvent>
</bpmn2:process>
<bpmndi:BPMNDiagram>
<bpmndi:BPMNPlane bpmnElement="Untitled">
<bpmndi:BPMNShape id="shape__0FC04429-26BB-467D-B37D-D236A0C94C70" bpmnElement="_0FC04429-26BB-467D-B37D-D236A0C94C70">
<dc:Bounds height="56" width="56" x="207" y="163"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="shape__5E4509E9-FAA2-4EDD-BE78-B430FF27DD93" bpmnElement="_5E4509E9-FAA2-4EDD-BE78-B430FF27DD93">
<dc:Bounds height="56" width="56" x="571" y="428"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="edge_shape__0FC04429-26BB-467D-B37D-D236A0C94C70_to_shape__5E4509E9-FAA2-4EDD-BE78-B430FF27DD93" bpmnElement="_097D132B-C889-4E59-8B74-DC6957C3B7E6">
<di:waypoint x="235" y="191"/>
<di:waypoint x="599" y="456"/>
</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="_0FC04429-26BB-467D-B37D-D236A0C94C70">
<bpsim:TimeParameters>
<bpsim:ProcessingTime>
<bpsim:NormalDistribution mean="0" standardDeviation="0"/>
</bpsim:ProcessingTime>
</bpsim:TimeParameters>
</bpsim:ElementParameters>
</bpsim:Scenario>
</bpsim:BPSimData>
</bpmn2:extensionElements>
<bpmn2:source>_nzVRQCuOEDqm4fnsoIYJsg</bpmn2:source>
<bpmn2:target>_nzVRQCuOEDqm4fnsoIYJsg</bpmn2:target>
</bpmn2:relationship>
</bpmn2:definitions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment