Skip to content

Instantly share code, notes, and snippets.

@caponetto
Last active November 19, 2021 17:57
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/ff1a4bc9a17a87b0c057d459a033500d to your computer and use it in GitHub Desktop.
Save caponetto/ff1a4bc9a17a87b0c057d459a033500d 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="_Cl3qMCuQEDqbOehe6TlnSA" 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="_2C31A93F-81BF-41B6-8D53-91F4EC98DFB7" sourceRef="_466045AF-71FE-45A6-B961-4CEEEADC3BC0" targetRef="_08E7DFEE-C1C7-4AD3-88D5-A2A1D1B20DA9"/>
<bpmn2:endEvent id="_08E7DFEE-C1C7-4AD3-88D5-A2A1D1B20DA9">
<bpmn2:incoming>_2C31A93F-81BF-41B6-8D53-91F4EC98DFB7</bpmn2:incoming>
</bpmn2:endEvent>
<bpmn2:startEvent id="_466045AF-71FE-45A6-B961-4CEEEADC3BC0">
<bpmn2:outgoing>_2C31A93F-81BF-41B6-8D53-91F4EC98DFB7</bpmn2:outgoing>
</bpmn2:startEvent>
</bpmn2:process>
<bpmndi:BPMNDiagram>
<bpmndi:BPMNPlane bpmnElement="Untitled">
<bpmndi:BPMNShape id="shape__466045AF-71FE-45A6-B961-4CEEEADC3BC0" bpmnElement="_466045AF-71FE-45A6-B961-4CEEEADC3BC0">
<dc:Bounds height="56" width="56" x="247" y="154"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="shape__08E7DFEE-C1C7-4AD3-88D5-A2A1D1B20DA9" bpmnElement="_08E7DFEE-C1C7-4AD3-88D5-A2A1D1B20DA9">
<dc:Bounds height="56" width="56" x="277" y="534"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="edge_shape__466045AF-71FE-45A6-B961-4CEEEADC3BC0_to_shape__08E7DFEE-C1C7-4AD3-88D5-A2A1D1B20DA9" bpmnElement="_2C31A93F-81BF-41B6-8D53-91F4EC98DFB7">
<di:waypoint x="275" y="182"/>
<di:waypoint x="305" y="562"/>
</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="_466045AF-71FE-45A6-B961-4CEEEADC3BC0">
<bpsim:TimeParameters>
<bpsim:ProcessingTime>
<bpsim:NormalDistribution mean="0" standardDeviation="0"/>
</bpsim:ProcessingTime>
</bpsim:TimeParameters>
</bpsim:ElementParameters>
</bpsim:Scenario>
</bpsim:BPSimData>
</bpmn2:extensionElements>
<bpmn2:source>_Cl3qMCuQEDqbOehe6TlnSA</bpmn2:source>
<bpmn2:target>_Cl3qMCuQEDqbOehe6TlnSA</bpmn2:target>
</bpmn2:relationship>
</bpmn2:definitions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment