Skip to content

Instantly share code, notes, and snippets.

@ljmotta
Created October 8, 2020 13:59
Show Gist options
  • Save ljmotta/83c7644bde64223350694332d357ed3f to your computer and use it in GitHub Desktop.
Save ljmotta/83c7644bde64223350694332d357ed3f 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="_eGkCEOucEDiSvafW4_WMTQ" 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="_F5FC4AA0-0A79-4C9B-A1E2-3FFAC259E0BE" sourceRef="_8C9EFAD5-6AF7-4F39-BC12-F1E7B2BB1A6A" targetRef="_70320BB9-0DA8-4BBA-8E8E-856EC7C8BACA">
<bpmn2:extensionElements>
<drools:metaData name="isAutoConnection.source">
<drools:metaValue><![CDATA[true]]></drools:metaValue>
</drools:metaData>
<drools:metaData name="isAutoConnection.target">
<drools:metaValue><![CDATA[true]]></drools:metaValue>
</drools:metaData>
</bpmn2:extensionElements>
</bpmn2:sequenceFlow>
<bpmn2:endEvent id="_70320BB9-0DA8-4BBA-8E8E-856EC7C8BACA">
<bpmn2:incoming>_F5FC4AA0-0A79-4C9B-A1E2-3FFAC259E0BE</bpmn2:incoming>
</bpmn2:endEvent>
<bpmn2:startEvent id="_8C9EFAD5-6AF7-4F39-BC12-F1E7B2BB1A6A">
<bpmn2:outgoing>_F5FC4AA0-0A79-4C9B-A1E2-3FFAC259E0BE</bpmn2:outgoing>
</bpmn2:startEvent>
</bpmn2:process>
<bpmndi:BPMNDiagram>
<bpmndi:BPMNPlane bpmnElement="new-file">
<bpmndi:BPMNShape id="shape__8C9EFAD5-6AF7-4F39-BC12-F1E7B2BB1A6A" bpmnElement="_8C9EFAD5-6AF7-4F39-BC12-F1E7B2BB1A6A">
<dc:Bounds height="56" width="56" x="433" y="167"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="shape__70320BB9-0DA8-4BBA-8E8E-856EC7C8BACA" bpmnElement="_70320BB9-0DA8-4BBA-8E8E-856EC7C8BACA">
<dc:Bounds height="56" width="56" x="569" y="167"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="edge_shape__8C9EFAD5-6AF7-4F39-BC12-F1E7B2BB1A6A_to_shape__70320BB9-0DA8-4BBA-8E8E-856EC7C8BACA" bpmnElement="_F5FC4AA0-0A79-4C9B-A1E2-3FFAC259E0BE">
<di:waypoint x="489" y="195"/>
<di:waypoint x="569" y="195"/>
</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="_8C9EFAD5-6AF7-4F39-BC12-F1E7B2BB1A6A">
<bpsim:TimeParameters>
<bpsim:ProcessingTime>
<bpsim:NormalDistribution mean="0" standardDeviation="0"/>
</bpsim:ProcessingTime>
</bpsim:TimeParameters>
</bpsim:ElementParameters>
</bpsim:Scenario>
</bpsim:BPSimData>
</bpmn2:extensionElements>
<bpmn2:source>_eGkCEOucEDiSvafW4_WMTQ</bpmn2:source>
<bpmn2:target>_eGkCEOucEDiSvafW4_WMTQ</bpmn2:target>
</bpmn2:relationship>
</bpmn2:definitions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment