Skip to content

Instantly share code, notes, and snippets.

@caponetto
Last active November 19, 2021 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 caponetto/4fcf71c27eae21a51763a00ae0a3cc93 to your computer and use it in GitHub Desktop.
Save caponetto/4fcf71c27eae21a51763a00ae0a3cc93 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="_Ma6csCuQEDqEDvd0qqUguA" 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="_14BD9836-0A40-407F-89CF-2156BDABCAF9" sourceRef="_F3DCD923-1A72-4D82-8BB4-9A6FA4B7D115" targetRef="_D03D9791-7DE9-48A1-B1DD-2467AC07FCC2"/>
<bpmn2:endEvent id="_D03D9791-7DE9-48A1-B1DD-2467AC07FCC2">
<bpmn2:incoming>_14BD9836-0A40-407F-89CF-2156BDABCAF9</bpmn2:incoming>
</bpmn2:endEvent>
<bpmn2:startEvent id="_F3DCD923-1A72-4D82-8BB4-9A6FA4B7D115">
<bpmn2:outgoing>_14BD9836-0A40-407F-89CF-2156BDABCAF9</bpmn2:outgoing>
</bpmn2:startEvent>
</bpmn2:process>
<bpmndi:BPMNDiagram>
<bpmndi:BPMNPlane bpmnElement="Untitled">
<bpmndi:BPMNShape id="shape__F3DCD923-1A72-4D82-8BB4-9A6FA4B7D115" bpmnElement="_F3DCD923-1A72-4D82-8BB4-9A6FA4B7D115">
<dc:Bounds height="56" width="56" x="174" y="168"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="shape__D03D9791-7DE9-48A1-B1DD-2467AC07FCC2" bpmnElement="_D03D9791-7DE9-48A1-B1DD-2467AC07FCC2">
<dc:Bounds height="56" width="56" x="594" y="688"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="edge_shape__F3DCD923-1A72-4D82-8BB4-9A6FA4B7D115_to_shape__D03D9791-7DE9-48A1-B1DD-2467AC07FCC2" bpmnElement="_14BD9836-0A40-407F-89CF-2156BDABCAF9">
<di:waypoint x="202" y="196"/>
<di:waypoint x="622" y="716"/>
</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="_F3DCD923-1A72-4D82-8BB4-9A6FA4B7D115">
<bpsim:TimeParameters>
<bpsim:ProcessingTime>
<bpsim:NormalDistribution mean="0" standardDeviation="0"/>
</bpsim:ProcessingTime>
</bpsim:TimeParameters>
</bpsim:ElementParameters>
</bpsim:Scenario>
</bpsim:BPSimData>
</bpmn2:extensionElements>
<bpmn2:source>_Ma6csCuQEDqEDvd0qqUguA</bpmn2:source>
<bpmn2:target>_Ma6csCuQEDqEDvd0qqUguA</bpmn2:target>
</bpmn2:relationship>
</bpmn2:definitions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment