Skip to content

Instantly share code, notes, and snippets.

@tiagobento
Last active September 16, 2021 15:34
Show Gist options
  • Save tiagobento/73994c38ca15981ef657cbdd76182b1d to your computer and use it in GitHub Desktop.
Save tiagobento/73994c38ca15981ef657cbdd76182b1d 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="_kVNaIPkxEDmlHqHlCz5LEA" 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="_9A2572CF-FF4F-4C95-B523-6453A8B5C9F0"/>
<bpmn2:startEvent id="_F99BD102-740E-446E-993F-0F5CF56468E8"/>
</bpmn2:process>
<bpmndi:BPMNDiagram>
<bpmndi:BPMNPlane bpmnElement="new_file">
<bpmndi:BPMNShape id="shape__F99BD102-740E-446E-993F-0F5CF56468E8" bpmnElement="_F99BD102-740E-446E-993F-0F5CF56468E8">
<dc:Bounds height="56" width="56" x="552" y="165"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="shape__9A2572CF-FF4F-4C95-B523-6453A8B5C9F0" bpmnElement="_9A2572CF-FF4F-4C95-B523-6453A8B5C9F0">
<dc:Bounds height="56" width="56" x="621" y="243"/>
</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="_F99BD102-740E-446E-993F-0F5CF56468E8">
<bpsim:TimeParameters>
<bpsim:ProcessingTime>
<bpsim:NormalDistribution mean="0" standardDeviation="0"/>
</bpsim:ProcessingTime>
</bpsim:TimeParameters>
</bpsim:ElementParameters>
</bpsim:Scenario>
</bpsim:BPSimData>
</bpmn2:extensionElements>
<bpmn2:source>_kVNaIPkxEDmlHqHlCz5LEA</bpmn2:source>
<bpmn2:target>_kVNaIPkxEDmlHqHlCz5LEA</bpmn2:target>
</bpmn2:relationship>
</bpmn2:definitions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment