Skip to content

Instantly share code, notes, and snippets.

@tiagobento
Created October 26, 2020 19:01
Show Gist options
  • Save tiagobento/9e92630f526be24938a7d7b0d4effaa4 to your computer and use it in GitHub Desktop.
Save tiagobento/9e92630f526be24938a7d7b0d4effaa4 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="_nUsREPnrEDis2vkif3Bt0Q" 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="_C85C895A-2C86-4397-ACB0-42D8A59994FE" sourceRef="_72397616-B26D-484A-82F0-17ED4F0BCAAB" targetRef="_31758998-C8AC-411F-8ACA-02CC53A0041D">
<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="_31758998-C8AC-411F-8ACA-02CC53A0041D">
<bpmn2:incoming>_C85C895A-2C86-4397-ACB0-42D8A59994FE</bpmn2:incoming>
</bpmn2:endEvent>
<bpmn2:startEvent id="_72397616-B26D-484A-82F0-17ED4F0BCAAB">
<bpmn2:outgoing>_C85C895A-2C86-4397-ACB0-42D8A59994FE</bpmn2:outgoing>
</bpmn2:startEvent>
</bpmn2:process>
<bpmndi:BPMNDiagram>
<bpmndi:BPMNPlane bpmnElement="new-file">
<bpmndi:BPMNShape id="shape__72397616-B26D-484A-82F0-17ED4F0BCAAB" bpmnElement="_72397616-B26D-484A-82F0-17ED4F0BCAAB">
<dc:Bounds height="56" width="56" x="549" y="236"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="shape__31758998-C8AC-411F-8ACA-02CC53A0041D" bpmnElement="_31758998-C8AC-411F-8ACA-02CC53A0041D">
<dc:Bounds height="56" width="56" x="685" y="236"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="edge_shape__72397616-B26D-484A-82F0-17ED4F0BCAAB_to_shape__31758998-C8AC-411F-8ACA-02CC53A0041D" bpmnElement="_C85C895A-2C86-4397-ACB0-42D8A59994FE">
<di:waypoint x="605" y="264"/>
<di:waypoint x="685" y="264"/>
</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="_72397616-B26D-484A-82F0-17ED4F0BCAAB">
<bpsim:TimeParameters>
<bpsim:ProcessingTime>
<bpsim:NormalDistribution mean="0" standardDeviation="0"/>
</bpsim:ProcessingTime>
</bpsim:TimeParameters>
</bpsim:ElementParameters>
</bpsim:Scenario>
</bpsim:BPSimData>
</bpmn2:extensionElements>
<bpmn2:source>_nUsREPnrEDis2vkif3Bt0Q</bpmn2:source>
<bpmn2:target>_nUsREPnrEDis2vkif3Bt0Q</bpmn2:target>
</bpmn2:relationship>
</bpmn2:definitions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment