Skip to content

Instantly share code, notes, and snippets.

@paulovmr
Last active January 19, 2021 20:00
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 paulovmr/b18c8008f751f155803779cfdb43b79f to your computer and use it in GitHub Desktop.
Save paulovmr/b18c8008f751f155803779cfdb43b79f 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" id="_2fAUsDy-EDmUPYofpBMZ5w" 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:intermediateCatchEvent id="_A74ED0E2-CB5B-4F80-8FF5-2F7276A591CE">
<bpmn2:timerEventDefinition/>
</bpmn2:intermediateCatchEvent>
</bpmn2:process>
<bpmndi:BPMNDiagram>
<bpmndi:BPMNPlane bpmnElement="new-file">
<bpmndi:BPMNShape id="shape__A74ED0E2-CB5B-4F80-8FF5-2F7276A591CE" bpmnElement="_A74ED0E2-CB5B-4F80-8FF5-2F7276A591CE">
<dc:Bounds height="56" width="56" x="591" y="276"/>
</bpmndi:BPMNShape>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
<bpmn2:relationship type="BPSimData">
<bpmn2:extensionElements>
<bpsim:BPSimData>
<bpsim:Scenario id="default" name="Simulationscenario">
<bpsim:ScenarioParameters/>
</bpsim:Scenario>
</bpsim:BPSimData>
</bpmn2:extensionElements>
<bpmn2:source>_2fAUsDy-EDmUPYofpBMZ5w</bpmn2:source>
<bpmn2:target>_2fAUsDy-EDmUPYofpBMZ5w</bpmn2:target>
</bpmn2:relationship>
</bpmn2:definitions>
<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" id="_PSQBUTy-EDm6MOmDdZ1sLw" 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:intermediateCatchEvent id="_A74ED0E2-CB5B-4F80-8FF5-2F7276A591CE">
<bpmn2:timerEventDefinition/>
</bpmn2:intermediateCatchEvent>
</bpmn2:process>
<bpmndi:BPMNDiagram>
<bpmndi:BPMNPlane bpmnElement="new-file">
<bpmndi:BPMNShape id="shape__A74ED0E2-CB5B-4F80-8FF5-2F7276A591CE" bpmnElement="_A74ED0E2-CB5B-4F80-8FF5-2F7276A591CE">
<dc:Bounds height="56" width="56" x="591" y="276"/>
</bpmndi:BPMNShape>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
<bpmn2:relationship type="BPSimData">
<bpmn2:extensionElements>
<bpsim:BPSimData>
<bpsim:Scenario id="default" name="Simulationscenario">
<bpsim:ScenarioParameters/>
</bpsim:Scenario>
</bpsim:BPSimData>
</bpmn2:extensionElements>
<bpmn2:source>_PSQBUTy-EDm6MOmDdZ1sLw</bpmn2:source>
<bpmn2:target>_PSQBUTy-EDm6MOmDdZ1sLw</bpmn2:target>
</bpmn2:relationship>
</bpmn2:definitions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment