Skip to content

Instantly share code, notes, and snippets.

@ljmotta
Last active February 9, 2021 14:36
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 ljmotta/8f39cf2cd6e9547d1e491731e7e5cd58 to your computer and use it in GitHub Desktop.
Save ljmotta/8f39cf2cd6e9547d1e491731e7e5cd58 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="_EV7oUE0SEDmbCcb1ViFUeg" 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="_C6D9921A-DB95-43CC-90F7-E5E5DB833435" sourceRef="_EEB34335-D145-425A-85B9-88380B3120B8" targetRef="_10BBAD83-5815-483B-83FC-DA4E637EDFE6">
<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="_10BBAD83-5815-483B-83FC-DA4E637EDFE6">
<bpmn2:incoming>_C6D9921A-DB95-43CC-90F7-E5E5DB833435</bpmn2:incoming>
</bpmn2:endEvent>
<bpmn2:startEvent id="_EEB34335-D145-425A-85B9-88380B3120B8">
<bpmn2:outgoing>_C6D9921A-DB95-43CC-90F7-E5E5DB833435</bpmn2:outgoing>
</bpmn2:startEvent>
</bpmn2:process>
<bpmndi:BPMNDiagram>
<bpmndi:BPMNPlane bpmnElement="new-file">
<bpmndi:BPMNShape id="shape__EEB34335-D145-425A-85B9-88380B3120B8" bpmnElement="_EEB34335-D145-425A-85B9-88380B3120B8">
<dc:Bounds height="56" width="56" x="454" y="335"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="shape__10BBAD83-5815-483B-83FC-DA4E637EDFE6" bpmnElement="_10BBAD83-5815-483B-83FC-DA4E637EDFE6">
<dc:Bounds height="56" width="56" x="93" y="391"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="edge_shape__EEB34335-D145-425A-85B9-88380B3120B8_to_shape__10BBAD83-5815-483B-83FC-DA4E637EDFE6" bpmnElement="_C6D9921A-DB95-43CC-90F7-E5E5DB833435">
<di:waypoint x="510" y="363"/>
<di:waypoint x="93" y="419"/>
</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="_EEB34335-D145-425A-85B9-88380B3120B8">
<bpsim:TimeParameters>
<bpsim:ProcessingTime>
<bpsim:NormalDistribution mean="0" standardDeviation="0"/>
</bpsim:ProcessingTime>
</bpsim:TimeParameters>
</bpsim:ElementParameters>
</bpsim:Scenario>
</bpsim:BPSimData>
</bpmn2:extensionElements>
<bpmn2:source>_EV7oUE0SEDmbCcb1ViFUeg</bpmn2:source>
<bpmn2:target>_EV7oUE0SEDmbCcb1ViFUeg</bpmn2:target>
</bpmn2:relationship>
</bpmn2:definitions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment