Skip to content

Instantly share code, notes, and snippets.

@ljmotta
Last active December 11, 2020 14:06
Show Gist options
  • Save ljmotta/27ffb6e7894672b93570719cddc9f4a2 to your computer and use it in GitHub Desktop.
Save ljmotta/27ffb6e7894672b93570719cddc9f4a2 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:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:drools="http://www.jboss.org/drools" id="_-ZNSoB3nEDm3KuvAjLuKsA" 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:sequenceFlow id="_3DB390DE-EEE9-4821-AB1D-AE463139F428" sourceRef="_361A7CF7-6FBC-4271-AB23-30AB89908D25" targetRef="_063EB2AD-9C84-445A-ABF6-A900C6DA3D9B">
<bpmn2:extensionElements>
<drools:metaData name="isAutoConnection.target">
<drools:metaValue><![CDATA[true]]></drools:metaValue>
</drools:metaData>
</bpmn2:extensionElements>
</bpmn2:sequenceFlow>
<bpmn2:endEvent id="_063EB2AD-9C84-445A-ABF6-A900C6DA3D9B">
<bpmn2:incoming>_3DB390DE-EEE9-4821-AB1D-AE463139F428</bpmn2:incoming>
</bpmn2:endEvent>
<bpmn2:startEvent id="_361A7CF7-6FBC-4271-AB23-30AB89908D25">
<bpmn2:outgoing>_3DB390DE-EEE9-4821-AB1D-AE463139F428</bpmn2:outgoing>
</bpmn2:startEvent>
</bpmn2:process>
<bpmndi:BPMNDiagram>
<bpmndi:BPMNPlane bpmnElement="new-file">
<bpmndi:BPMNShape id="shape__361A7CF7-6FBC-4271-AB23-30AB89908D25" bpmnElement="_361A7CF7-6FBC-4271-AB23-30AB89908D25">
<dc:Bounds height="56" width="56" x="312" y="127"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="shape__063EB2AD-9C84-445A-ABF6-A900C6DA3D9B" bpmnElement="_063EB2AD-9C84-445A-ABF6-A900C6DA3D9B">
<dc:Bounds height="56" width="56" x="312" y="43"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="edge_shape__361A7CF7-6FBC-4271-AB23-30AB89908D25_to_shape__063EB2AD-9C84-445A-ABF6-A900C6DA3D9B" bpmnElement="_3DB390DE-EEE9-4821-AB1D-AE463139F428">
<di:waypoint x="340" y="155"/>
<di:waypoint x="340" y="43"/>
</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="_361A7CF7-6FBC-4271-AB23-30AB89908D25">
<bpsim:TimeParameters>
<bpsim:ProcessingTime>
<bpsim:NormalDistribution mean="0" standardDeviation="0"/>
</bpsim:ProcessingTime>
</bpsim:TimeParameters>
</bpsim:ElementParameters>
</bpsim:Scenario>
</bpsim:BPSimData>
</bpmn2:extensionElements>
<bpmn2:source>_-ZNSoB3nEDm3KuvAjLuKsA</bpmn2:source>
<bpmn2:target>_-ZNSoB3nEDm3KuvAjLuKsA</bpmn2:target>
</bpmn2:relationship>
</bpmn2:definitions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment