Skip to content

Instantly share code, notes, and snippets.

@tiagobento
Last active September 16, 2021 23:18
Show Gist options
  • Save tiagobento/4b70e7274888b4102cd703ea2ca15bfe to your computer and use it in GitHub Desktop.
Save tiagobento/4b70e7274888b4102cd703ea2ca15bfe to your computer and use it in GitHub Desktop.
new-file.bpmn
<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:drools="http://www.jboss.org/drools" xmlns:xsi="xsi" id="_Q8MGcPlyEDmSQZZIRIXCsg" 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="new_file" drools:packageName="com.example" drools:version="1.0" drools:adHoc="false" name="new-file" isExecutable="true" processType="Public">
<bpmn2:endEvent id="_2E44F6E4-17ED-485C-B2DF-CA3AEF3BFE3E">
<bpmn2:terminateEventDefinition/>
</bpmn2:endEvent>
<bpmn2:startEvent id="_7499D078-EBD7-49EC-AB26-9FD17614DC73"/>
</bpmn2:process>
<bpmndi:BPMNDiagram>
<bpmndi:BPMNPlane bpmnElement="new_file">
<bpmndi:BPMNShape id="shape__7499D078-EBD7-49EC-AB26-9FD17614DC73" bpmnElement="_7499D078-EBD7-49EC-AB26-9FD17614DC73">
<dc:Bounds height="56" width="56" x="461" y="110"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="shape__2E44F6E4-17ED-485C-B2DF-CA3AEF3BFE3E" bpmnElement="_2E44F6E4-17ED-485C-B2DF-CA3AEF3BFE3E">
<dc:Bounds height="56" width="56" x="828" y="196"/>
</bpmndi:BPMNShape>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
<bpmn2:relationship type="BPSimData">
<bpmn2:extensionElements>
<bpsim:BPSimData>
<bpsim:Scenario id="default" name="Simulationscenario">
<bpsim:ScenarioParameters/>
<bpsim:ElementParameters elementRef="_7499D078-EBD7-49EC-AB26-9FD17614DC73">
<bpsim:TimeParameters>
<bpsim:ProcessingTime>
<bpsim:NormalDistribution mean="0" standardDeviation="0"/>
</bpsim:ProcessingTime>
</bpsim:TimeParameters>
</bpsim:ElementParameters>
</bpsim:Scenario>
</bpsim:BPSimData>
</bpmn2:extensionElements>
<bpmn2:source>_Q8MGcPlyEDmSQZZIRIXCsg</bpmn2:source>
<bpmn2:target>_Q8MGcPlyEDmSQZZIRIXCsg</bpmn2:target>
</bpmn2:relationship>
</bpmn2:definitions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment