Skip to content

Instantly share code, notes, and snippets.

@tiagobento
Created September 24, 2020 17:58
Show Gist options
  • Save tiagobento/66ab7187a834ee4bd6e458915fa8fcc2 to your computer and use it in GitHub Desktop.
Save tiagobento/66ab7187a834ee4bd6e458915fa8fcc2 to your computer and use it in GitHub Desktop.
<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="_asKqYOC9EDijevWPDJAaKw" 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="_854DE51E-AB43-498C-9A5E-433A541CFEEC" sourceRef="_D4DFA593-1667-45F4-BDFC-A4EF82C9E67B" targetRef="_73D49472-F8D2-4BCE-A52D-BFFCB59C9478">
<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="_73D49472-F8D2-4BCE-A52D-BFFCB59C9478">
<bpmn2:incoming>_854DE51E-AB43-498C-9A5E-433A541CFEEC</bpmn2:incoming>
</bpmn2:endEvent>
<bpmn2:startEvent id="_D4DFA593-1667-45F4-BDFC-A4EF82C9E67B">
<bpmn2:outgoing>_854DE51E-AB43-498C-9A5E-433A541CFEEC</bpmn2:outgoing>
</bpmn2:startEvent>
</bpmn2:process>
<bpmndi:BPMNDiagram>
<bpmndi:BPMNPlane bpmnElement="new-file">
<bpmndi:BPMNShape id="shape__D4DFA593-1667-45F4-BDFC-A4EF82C9E67B" bpmnElement="_D4DFA593-1667-45F4-BDFC-A4EF82C9E67B">
<dc:Bounds height="56" width="56" x="406" y="111"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="shape__73D49472-F8D2-4BCE-A52D-BFFCB59C9478" bpmnElement="_73D49472-F8D2-4BCE-A52D-BFFCB59C9478">
<dc:Bounds height="56" width="56" x="542" y="111"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="edge_shape__D4DFA593-1667-45F4-BDFC-A4EF82C9E67B_to_shape__73D49472-F8D2-4BCE-A52D-BFFCB59C9478" bpmnElement="_854DE51E-AB43-498C-9A5E-433A541CFEEC">
<di:waypoint x="462" y="139"/>
<di:waypoint x="542" y="139"/>
</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="_D4DFA593-1667-45F4-BDFC-A4EF82C9E67B">
<bpsim:TimeParameters>
<bpsim:ProcessingTime>
<bpsim:NormalDistribution mean="0" standardDeviation="0"/>
</bpsim:ProcessingTime>
</bpsim:TimeParameters>
</bpsim:ElementParameters>
</bpsim:Scenario>
</bpsim:BPSimData>
</bpmn2:extensionElements>
<bpmn2:source>_asKqYOC9EDijevWPDJAaKw</bpmn2:source>
<bpmn2:target>_asKqYOC9EDijevWPDJAaKw</bpmn2:target>
</bpmn2:relationship>
</bpmn2:definitions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment