Created
October 25, 2021 15:31
-
-
Save tiagobento/50dce6e87b5ad95e1416324f6c72781b to your computer and use it in GitHub Desktop.
Untitled Folder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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" xmlns:xsi="xsi" id="_M9eC4RfWEDq4mNd49XHRUQ" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd http://www.jboss.org/drools drools.xsd http://www.bpsim.org/schemas/1.0 bpsim.xsd http://www.omg.org/spec/DD/20100524/DC DC.xsd http://www.omg.org/spec/DD/20100524/DI DI.xsd " 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="_C404F5DE-A7FC-474B-9BA7-9CA73F72F6F6" sourceRef="_B28E8495-73AD-463C-873E-06DC43FB473F" targetRef="_4B530684-96F9-4C1E-A734-90F0B6F96D74"/> | |
<bpmn2:endEvent id="_4B530684-96F9-4C1E-A734-90F0B6F96D74"> | |
<bpmn2:incoming>_C404F5DE-A7FC-474B-9BA7-9CA73F72F6F6</bpmn2:incoming> | |
</bpmn2:endEvent> | |
<bpmn2:startEvent id="_B28E8495-73AD-463C-873E-06DC43FB473F"> | |
<bpmn2:outgoing>_C404F5DE-A7FC-474B-9BA7-9CA73F72F6F6</bpmn2:outgoing> | |
</bpmn2:startEvent> | |
</bpmn2:process> | |
<bpmndi:BPMNDiagram> | |
<bpmndi:BPMNPlane bpmnElement="new_file"> | |
<bpmndi:BPMNShape id="shape__B28E8495-73AD-463C-873E-06DC43FB473F" bpmnElement="_B28E8495-73AD-463C-873E-06DC43FB473F"> | |
<dc:Bounds height="56" width="56" x="416" y="273"/> | |
</bpmndi:BPMNShape> | |
<bpmndi:BPMNShape id="shape__4B530684-96F9-4C1E-A734-90F0B6F96D74" bpmnElement="_4B530684-96F9-4C1E-A734-90F0B6F96D74"> | |
<dc:Bounds height="56" width="56" x="481" y="154"/> | |
</bpmndi:BPMNShape> | |
<bpmndi:BPMNEdge id="edge_shape__B28E8495-73AD-463C-873E-06DC43FB473F_to_shape__4B530684-96F9-4C1E-A734-90F0B6F96D74" bpmnElement="_C404F5DE-A7FC-474B-9BA7-9CA73F72F6F6"> | |
<di:waypoint x="444" y="301"/> | |
<di:waypoint x="509" y="182"/> | |
</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="_B28E8495-73AD-463C-873E-06DC43FB473F"> | |
<bpsim:TimeParameters> | |
<bpsim:ProcessingTime> | |
<bpsim:NormalDistribution mean="0" standardDeviation="0"/> | |
</bpsim:ProcessingTime> | |
</bpsim:TimeParameters> | |
</bpsim:ElementParameters> | |
</bpsim:Scenario> | |
</bpsim:BPSimData> | |
</bpmn2:extensionElements> | |
<bpmn2:source>_M9eC4RfWEDq4mNd49XHRUQ</bpmn2:source> | |
<bpmn2:target>_M9eC4RfWEDq4mNd49XHRUQ</bpmn2:target> | |
</bpmn2:relationship> | |
</bpmn2:definitions> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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:drools="http://www.jboss.org/drools" xmlns:xsi="xsi" id="_RmQ5UARWEDqJgNv7aIREng" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd http://www.jboss.org/drools drools.xsd http://www.bpsim.org/schemas/1.0 bpsim.xsd http://www.omg.org/spec/DD/20100524/DC DC.xsd http://www.omg.org/spec/DD/20100524/DI DI.xsd " 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"/> | |
<bpmndi:BPMNDiagram> | |
<bpmndi:BPMNPlane bpmnElement="new_file"/> | |
</bpmndi:BPMNDiagram> | |
<bpmn2:relationship type="BPSimData"> | |
<bpmn2:extensionElements> | |
<bpsim:BPSimData> | |
<bpsim:Scenario id="default" name="Simulationscenario"> | |
<bpsim:ScenarioParameters/> | |
</bpsim:Scenario> | |
</bpsim:BPSimData> | |
</bpmn2:extensionElements> | |
<bpmn2:source>_RmQ5UARWEDqJgNv7aIREng</bpmn2:source> | |
<bpmn2:target>_RmQ5UARWEDqJgNv7aIREng</bpmn2:target> | |
</bpmn2:relationship> | |
</bpmn2:definitions> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<dmn:definitions xmlns:dmn="http://www.omg.org/spec/DMN/20180521/MODEL/" xmlns="https://kiegroup.org/dmn/_C1C79B97-8F91-42EC-89C5-2466294AF4A5" xmlns:feel="http://www.omg.org/spec/DMN/20180521/FEEL/" xmlns:kie="http://www.drools.org/kie/dmn/1.2" xmlns:dmndi="http://www.omg.org/spec/DMN/20180521/DMNDI/" xmlns:di="http://www.omg.org/spec/DMN/20180521/DI/" xmlns:dc="http://www.omg.org/spec/DMN/20180521/DC/" id="_99D6F3C5-F49A-4B48-ACC4-B04551E42313" name="new-file" typeLanguage="http://www.omg.org/spec/DMN/20180521/FEEL/" namespace="https://kiegroup.org/dmn/_C1C79B97-8F91-42EC-89C5-2466294AF4A5"> | |
<dmn:extensionElements/> | |
<dmndi:DMNDI> | |
<dmndi:DMNDiagram id="_91A0CC37-0D6C-4323-80D8-57547A4B2A11" name="DRG"> | |
<di:extension> | |
<kie:ComponentsWidthsExtension/> | |
</di:extension> | |
</dmndi:DMNDiagram> | |
</dmndi:DMNDI> | |
</dmn:definitions> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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:drools="http://www.jboss.org/drools" xmlns:xsi="xsi" id="_RmQ5UARWEDqJgNv7aIREng" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd http://www.jboss.org/drools drools.xsd http://www.bpsim.org/schemas/1.0 bpsim.xsd http://www.omg.org/spec/DD/20100524/DC DC.xsd http://www.omg.org/spec/DD/20100524/DI DI.xsd " 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"/> | |
<bpmndi:BPMNDiagram> | |
<bpmndi:BPMNPlane bpmnElement="new_file"/> | |
</bpmndi:BPMNDiagram> | |
<bpmn2:relationship type="BPSimData"> | |
<bpmn2:extensionElements> | |
<bpsim:BPSimData> | |
<bpsim:Scenario id="default" name="Simulationscenario"> | |
<bpsim:ScenarioParameters/> | |
</bpsim:Scenario> | |
</bpsim:BPSimData> | |
</bpmn2:extensionElements> | |
<bpmn2:source>_RmQ5UARWEDqJgNv7aIREng</bpmn2:source> | |
<bpmn2:target>_RmQ5UARWEDqJgNv7aIREng</bpmn2:target> | |
</bpmn2:relationship> | |
</bpmn2:definitions> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<dmn:definitions xmlns:dmn="http://www.omg.org/spec/DMN/20180521/MODEL/" xmlns="https://kiegroup.org/dmn/_C1C79B97-8F91-42EC-89C5-2466294AF4A5" xmlns:feel="http://www.omg.org/spec/DMN/20180521/FEEL/" xmlns:kie="http://www.drools.org/kie/dmn/1.2" xmlns:dmndi="http://www.omg.org/spec/DMN/20180521/DMNDI/" xmlns:di="http://www.omg.org/spec/DMN/20180521/DI/" xmlns:dc="http://www.omg.org/spec/DMN/20180521/DC/" id="_99D6F3C5-F49A-4B48-ACC4-B04551E42313" name="new-file" typeLanguage="http://www.omg.org/spec/DMN/20180521/FEEL/" namespace="https://kiegroup.org/dmn/_C1C79B97-8F91-42EC-89C5-2466294AF4A5"> | |
<dmn:extensionElements/> | |
<dmndi:DMNDI> | |
<dmndi:DMNDiagram id="_91A0CC37-0D6C-4323-80D8-57547A4B2A11" name="DRG"> | |
<di:extension> | |
<kie:ComponentsWidthsExtension/> | |
</di:extension> | |
</dmndi:DMNDiagram> | |
</dmndi:DMNDI> | |
</dmn:definitions> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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:drools="http://www.jboss.org/drools" xmlns:xsi="xsi" id="_RmQ5UARWEDqJgNv7aIREng" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd http://www.jboss.org/drools drools.xsd http://www.bpsim.org/schemas/1.0 bpsim.xsd http://www.omg.org/spec/DD/20100524/DC DC.xsd http://www.omg.org/spec/DD/20100524/DI DI.xsd " 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"/> | |
<bpmndi:BPMNDiagram> | |
<bpmndi:BPMNPlane bpmnElement="new_file"/> | |
</bpmndi:BPMNDiagram> | |
<bpmn2:relationship type="BPSimData"> | |
<bpmn2:extensionElements> | |
<bpsim:BPSimData> | |
<bpsim:Scenario id="default" name="Simulationscenario"> | |
<bpsim:ScenarioParameters/> | |
</bpsim:Scenario> | |
</bpsim:BPSimData> | |
</bpmn2:extensionElements> | |
<bpmn2:source>_RmQ5UARWEDqJgNv7aIREng</bpmn2:source> | |
<bpmn2:target>_RmQ5UARWEDqJgNv7aIREng</bpmn2:target> | |
</bpmn2:relationship> | |
</bpmn2:definitions> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<dmn:definitions xmlns:dmn="http://www.omg.org/spec/DMN/20180521/MODEL/" xmlns="https://kiegroup.org/dmn/_C1C79B97-8F91-42EC-89C5-2466294AF4A5" xmlns:feel="http://www.omg.org/spec/DMN/20180521/FEEL/" xmlns:kie="http://www.drools.org/kie/dmn/1.2" xmlns:dmndi="http://www.omg.org/spec/DMN/20180521/DMNDI/" xmlns:di="http://www.omg.org/spec/DMN/20180521/DI/" xmlns:dc="http://www.omg.org/spec/DMN/20180521/DC/" id="_99D6F3C5-F49A-4B48-ACC4-B04551E42313" name="new-file" typeLanguage="http://www.omg.org/spec/DMN/20180521/FEEL/" namespace="https://kiegroup.org/dmn/_C1C79B97-8F91-42EC-89C5-2466294AF4A5"> | |
<dmn:extensionElements/> | |
<dmndi:DMNDI> | |
<dmndi:DMNDiagram id="_91A0CC37-0D6C-4323-80D8-57547A4B2A11" name="DRG"> | |
<di:extension> | |
<kie:ComponentsWidthsExtension/> | |
</di:extension> | |
</dmndi:DMNDiagram> | |
</dmndi:DMNDI> | |
</dmn:definitions> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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:drools="http://www.jboss.org/drools" xmlns:xsi="xsi" id="_RmQ5UARWEDqJgNv7aIREng" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd http://www.jboss.org/drools drools.xsd http://www.bpsim.org/schemas/1.0 bpsim.xsd http://www.omg.org/spec/DD/20100524/DC DC.xsd http://www.omg.org/spec/DD/20100524/DI DI.xsd " 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"/> | |
<bpmndi:BPMNDiagram> | |
<bpmndi:BPMNPlane bpmnElement="new_file"/> | |
</bpmndi:BPMNDiagram> | |
<bpmn2:relationship type="BPSimData"> | |
<bpmn2:extensionElements> | |
<bpsim:BPSimData> | |
<bpsim:Scenario id="default" name="Simulationscenario"> | |
<bpsim:ScenarioParameters/> | |
</bpsim:Scenario> | |
</bpsim:BPSimData> | |
</bpmn2:extensionElements> | |
<bpmn2:source>_RmQ5UARWEDqJgNv7aIREng</bpmn2:source> | |
<bpmn2:target>_RmQ5UARWEDqJgNv7aIREng</bpmn2:target> | |
</bpmn2:relationship> | |
</bpmn2:definitions> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<dmn:definitions xmlns:dmn="http://www.omg.org/spec/DMN/20180521/MODEL/" xmlns="https://kiegroup.org/dmn/_C1C79B97-8F91-42EC-89C5-2466294AF4A5" xmlns:feel="http://www.omg.org/spec/DMN/20180521/FEEL/" xmlns:kie="http://www.drools.org/kie/dmn/1.2" xmlns:dmndi="http://www.omg.org/spec/DMN/20180521/DMNDI/" xmlns:di="http://www.omg.org/spec/DMN/20180521/DI/" xmlns:dc="http://www.omg.org/spec/DMN/20180521/DC/" id="_99D6F3C5-F49A-4B48-ACC4-B04551E42313" name="new-file" typeLanguage="http://www.omg.org/spec/DMN/20180521/FEEL/" namespace="https://kiegroup.org/dmn/_C1C79B97-8F91-42EC-89C5-2466294AF4A5"> | |
<dmn:extensionElements/> | |
<dmndi:DMNDI> | |
<dmndi:DMNDiagram id="_91A0CC37-0D6C-4323-80D8-57547A4B2A11" name="DRG"> | |
<di:extension> | |
<kie:ComponentsWidthsExtension/> | |
</di:extension> | |
</dmndi:DMNDiagram> | |
</dmndi:DMNDI> | |
</dmn:definitions> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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:drools="http://www.jboss.org/drools" xmlns:xsi="xsi" id="_RmQ5UARWEDqJgNv7aIREng" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd http://www.jboss.org/drools drools.xsd http://www.bpsim.org/schemas/1.0 bpsim.xsd http://www.omg.org/spec/DD/20100524/DC DC.xsd http://www.omg.org/spec/DD/20100524/DI DI.xsd " 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"/> | |
<bpmndi:BPMNDiagram> | |
<bpmndi:BPMNPlane bpmnElement="new_file"/> | |
</bpmndi:BPMNDiagram> | |
<bpmn2:relationship type="BPSimData"> | |
<bpmn2:extensionElements> | |
<bpsim:BPSimData> | |
<bpsim:Scenario id="default" name="Simulationscenario"> | |
<bpsim:ScenarioParameters/> | |
</bpsim:Scenario> | |
</bpsim:BPSimData> | |
</bpmn2:extensionElements> | |
<bpmn2:source>_RmQ5UARWEDqJgNv7aIREng</bpmn2:source> | |
<bpmn2:target>_RmQ5UARWEDqJgNv7aIREng</bpmn2:target> | |
</bpmn2:relationship> | |
</bpmn2:definitions> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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:drools="http://www.jboss.org/drools" xmlns:xsi="xsi" id="_RmQ5UARWEDqJgNv7aIREng" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd http://www.jboss.org/drools drools.xsd http://www.bpsim.org/schemas/1.0 bpsim.xsd http://www.omg.org/spec/DD/20100524/DC DC.xsd http://www.omg.org/spec/DD/20100524/DI DI.xsd " 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"/> | |
<bpmndi:BPMNDiagram> | |
<bpmndi:BPMNPlane bpmnElement="new_file"/> | |
</bpmndi:BPMNDiagram> | |
<bpmn2:relationship type="BPSimData"> | |
<bpmn2:extensionElements> | |
<bpsim:BPSimData> | |
<bpsim:Scenario id="default" name="Simulationscenario"> | |
<bpsim:ScenarioParameters/> | |
</bpsim:Scenario> | |
</bpsim:BPSimData> | |
</bpmn2:extensionElements> | |
<bpmn2:source>_RmQ5UARWEDqJgNv7aIREng</bpmn2:source> | |
<bpmn2:target>_RmQ5UARWEDqJgNv7aIREng</bpmn2:target> | |
</bpmn2:relationship> | |
</bpmn2:definitions> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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:drools="http://www.jboss.org/drools" xmlns:xsi="xsi" id="_RmQ5UARWEDqJgNv7aIREng" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd http://www.jboss.org/drools drools.xsd http://www.bpsim.org/schemas/1.0 bpsim.xsd http://www.omg.org/spec/DD/20100524/DC DC.xsd http://www.omg.org/spec/DD/20100524/DI DI.xsd " 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"/> | |
<bpmndi:BPMNDiagram> | |
<bpmndi:BPMNPlane bpmnElement="new_file"/> | |
</bpmndi:BPMNDiagram> | |
<bpmn2:relationship type="BPSimData"> | |
<bpmn2:extensionElements> | |
<bpsim:BPSimData> | |
<bpsim:Scenario id="default" name="Simulationscenario"> | |
<bpsim:ScenarioParameters/> | |
</bpsim:Scenario> | |
</bpsim:BPSimData> | |
</bpmn2:extensionElements> | |
<bpmn2:source>_RmQ5UARWEDqJgNv7aIREng</bpmn2:source> | |
<bpmn2:target>_RmQ5UARWEDqJgNv7aIREng</bpmn2:target> | |
</bpmn2:relationship> | |
</bpmn2:definitions> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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:drools="http://www.jboss.org/drools" xmlns:xsi="xsi" id="_RmQ5UARWEDqJgNv7aIREng" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd http://www.jboss.org/drools drools.xsd http://www.bpsim.org/schemas/1.0 bpsim.xsd http://www.omg.org/spec/DD/20100524/DC DC.xsd http://www.omg.org/spec/DD/20100524/DI DI.xsd " 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"/> | |
<bpmndi:BPMNDiagram> | |
<bpmndi:BPMNPlane bpmnElement="new_file"/> | |
</bpmndi:BPMNDiagram> | |
<bpmn2:relationship type="BPSimData"> | |
<bpmn2:extensionElements> | |
<bpsim:BPSimData> | |
<bpsim:Scenario id="default" name="Simulationscenario"> | |
<bpsim:ScenarioParameters/> | |
</bpsim:Scenario> | |
</bpsim:BPSimData> | |
</bpmn2:extensionElements> | |
<bpmn2:source>_RmQ5UARWEDqJgNv7aIREng</bpmn2:source> | |
<bpmn2:target>_RmQ5UARWEDqJgNv7aIREng</bpmn2:target> | |
</bpmn2:relationship> | |
</bpmn2:definitions> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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:drools="http://www.jboss.org/drools" xmlns:xsi="xsi" id="_RmQ5UARWEDqJgNv7aIREng" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd http://www.jboss.org/drools drools.xsd http://www.bpsim.org/schemas/1.0 bpsim.xsd http://www.omg.org/spec/DD/20100524/DC DC.xsd http://www.omg.org/spec/DD/20100524/DI DI.xsd " 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"/> | |
<bpmndi:BPMNDiagram> | |
<bpmndi:BPMNPlane bpmnElement="new_file"/> | |
</bpmndi:BPMNDiagram> | |
<bpmn2:relationship type="BPSimData"> | |
<bpmn2:extensionElements> | |
<bpsim:BPSimData> | |
<bpsim:Scenario id="default" name="Simulationscenario"> | |
<bpsim:ScenarioParameters/> | |
</bpsim:Scenario> | |
</bpsim:BPSimData> | |
</bpmn2:extensionElements> | |
<bpmn2:source>_RmQ5UARWEDqJgNv7aIREng</bpmn2:source> | |
<bpmn2:target>_RmQ5UARWEDqJgNv7aIREng</bpmn2:target> | |
</bpmn2:relationship> | |
</bpmn2:definitions> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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:drools="http://www.jboss.org/drools" xmlns:xsi="xsi" id="_RmQ5UARWEDqJgNv7aIREng" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd http://www.jboss.org/drools drools.xsd http://www.bpsim.org/schemas/1.0 bpsim.xsd http://www.omg.org/spec/DD/20100524/DC DC.xsd http://www.omg.org/spec/DD/20100524/DI DI.xsd " 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"/> | |
<bpmndi:BPMNDiagram> | |
<bpmndi:BPMNPlane bpmnElement="new_file"/> | |
</bpmndi:BPMNDiagram> | |
<bpmn2:relationship type="BPSimData"> | |
<bpmn2:extensionElements> | |
<bpsim:BPSimData> | |
<bpsim:Scenario id="default" name="Simulationscenario"> | |
<bpsim:ScenarioParameters/> | |
</bpsim:Scenario> | |
</bpsim:BPSimData> | |
</bpmn2:extensionElements> | |
<bpmn2:source>_RmQ5UARWEDqJgNv7aIREng</bpmn2:source> | |
<bpmn2:target>_RmQ5UARWEDqJgNv7aIREng</bpmn2:target> | |
</bpmn2:relationship> | |
</bpmn2:definitions> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<dmn:definitions xmlns:dmn="http://www.omg.org/spec/DMN/20180521/MODEL/" xmlns="https://kiegroup.org/dmn/_C1C79B97-8F91-42EC-89C5-2466294AF4A5" xmlns:feel="http://www.omg.org/spec/DMN/20180521/FEEL/" xmlns:kie="http://www.drools.org/kie/dmn/1.2" xmlns:dmndi="http://www.omg.org/spec/DMN/20180521/DMNDI/" xmlns:di="http://www.omg.org/spec/DMN/20180521/DI/" xmlns:dc="http://www.omg.org/spec/DMN/20180521/DC/" id="_99D6F3C5-F49A-4B48-ACC4-B04551E42313" name="new-file" typeLanguage="http://www.omg.org/spec/DMN/20180521/FEEL/" namespace="https://kiegroup.org/dmn/_C1C79B97-8F91-42EC-89C5-2466294AF4A5"> | |
<dmn:extensionElements/> | |
<dmndi:DMNDI> | |
<dmndi:DMNDiagram id="_91A0CC37-0D6C-4323-80D8-57547A4B2A11" name="DRG"> | |
<di:extension> | |
<kie:ComponentsWidthsExtension/> | |
</di:extension> | |
</dmndi:DMNDiagram> | |
</dmndi:DMNDI> | |
</dmn:definitions> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<dmn:definitions xmlns:dmn="http://www.omg.org/spec/DMN/20180521/MODEL/" xmlns="https://kiegroup.org/dmn/_C1C79B97-8F91-42EC-89C5-2466294AF4A5" xmlns:feel="http://www.omg.org/spec/DMN/20180521/FEEL/" xmlns:kie="http://www.drools.org/kie/dmn/1.2" xmlns:dmndi="http://www.omg.org/spec/DMN/20180521/DMNDI/" xmlns:di="http://www.omg.org/spec/DMN/20180521/DI/" xmlns:dc="http://www.omg.org/spec/DMN/20180521/DC/" id="_99D6F3C5-F49A-4B48-ACC4-B04551E42313" name="new-file" typeLanguage="http://www.omg.org/spec/DMN/20180521/FEEL/" namespace="https://kiegroup.org/dmn/_C1C79B97-8F91-42EC-89C5-2466294AF4A5"> | |
<dmn:extensionElements/> | |
<dmn:inputData id="_99EFEDE6-D844-4C30-9491-D48C69DC8C4A" name="InputData-1"> | |
<dmn:extensionElements/> | |
<dmn:variable id="_CA1C9A9D-3730-445A-BD41-05B853CA5880" name="InputData-1"/> | |
</dmn:inputData> | |
<dmn:decision id="_55981695-8958-43B9-848F-9509CCF8C43A" name="Decision-1"> | |
<dmn:extensionElements/> | |
<dmn:variable id="_3A970015-43AC-4224-97E4-3F96283345CB" name="Decision-1"/> | |
<dmn:informationRequirement id="_D800603E-66A0-4C59-9A53-D8FE16B410A0"> | |
<dmn:requiredInput href="#_99EFEDE6-D844-4C30-9491-D48C69DC8C4A"/> | |
</dmn:informationRequirement> | |
</dmn:decision> | |
<dmndi:DMNDI> | |
<dmndi:DMNDiagram id="_91A0CC37-0D6C-4323-80D8-57547A4B2A11" name="DRG"> | |
<di:extension> | |
<kie:ComponentsWidthsExtension/> | |
</di:extension> | |
<dmndi:DMNShape id="dmnshape-drg-_99EFEDE6-D844-4C30-9491-D48C69DC8C4A" dmnElementRef="_99EFEDE6-D844-4C30-9491-D48C69DC8C4A" isCollapsed="false"> | |
<dmndi:DMNStyle> | |
<dmndi:FillColor red="255" green="255" blue="255"/> | |
<dmndi:StrokeColor red="0" green="0" blue="0"/> | |
<dmndi:FontColor red="0" green="0" blue="0"/> | |
</dmndi:DMNStyle> | |
<dc:Bounds x="248" y="419" width="100" height="50"/> | |
<dmndi:DMNLabel/> | |
</dmndi:DMNShape> | |
<dmndi:DMNShape id="dmnshape-drg-_55981695-8958-43B9-848F-9509CCF8C43A" dmnElementRef="_55981695-8958-43B9-848F-9509CCF8C43A" isCollapsed="false"> | |
<dmndi:DMNStyle> | |
<dmndi:FillColor red="255" green="255" blue="255"/> | |
<dmndi:StrokeColor red="0" green="0" blue="0"/> | |
<dmndi:FontColor red="0" green="0" blue="0"/> | |
</dmndi:DMNStyle> | |
<dc:Bounds x="313" y="103" width="100" height="50"/> | |
<dmndi:DMNLabel/> | |
</dmndi:DMNShape> | |
<dmndi:DMNEdge id="dmnedge-drg-_D800603E-66A0-4C59-9A53-D8FE16B410A0-AUTO-SOURCE-AUTO-TARGET" dmnElementRef="_D800603E-66A0-4C59-9A53-D8FE16B410A0"> | |
<di:waypoint x="298" y="419"/> | |
<di:waypoint x="363" y="153"/> | |
</dmndi:DMNEdge> | |
</dmndi:DMNDiagram> | |
</dmndi:DMNDI> | |
</dmn:definitions> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment