Last active
October 28, 2021 13:59
-
-
Save tiagobento/358bd7147001dea9a5379d5f1391a8c6 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:drools="http://www.jboss.org/drools" xmlns:xsi="xsi" id="_Dj15gRolEDqLsqpigVrvrQ" 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="Untitled" drools:packageName="com.example" drools:version="1.0" drools:adHoc="false" name="Untitled" isExecutable="true" processType="Public"> | |
<bpmn2:startEvent id="_240223F3-7EED-428B-92FE-BCF363B92B2D"/> | |
</bpmn2:process> | |
<bpmndi:BPMNDiagram> | |
<bpmndi:BPMNPlane bpmnElement="Untitled"> | |
<bpmndi:BPMNShape id="shape__240223F3-7EED-428B-92FE-BCF363B92B2D" bpmnElement="_240223F3-7EED-428B-92FE-BCF363B92B2D"> | |
<dc:Bounds height="56" width="56" x="540" y="245"/> | |
</bpmndi:BPMNShape> | |
</bpmndi:BPMNPlane> | |
</bpmndi:BPMNDiagram> | |
<bpmn2:relationship type="BPSimData"> | |
<bpmn2:extensionElements> | |
<bpsim:BPSimData> | |
<bpsim:Scenario id="default" name="Simulationscenario"> | |
<bpsim:ScenarioParameters/> | |
<bpsim:ElementParameters elementRef="_240223F3-7EED-428B-92FE-BCF363B92B2D"> | |
<bpsim:TimeParameters> | |
<bpsim:ProcessingTime> | |
<bpsim:NormalDistribution mean="0" standardDeviation="0"/> | |
</bpsim:ProcessingTime> | |
</bpsim:TimeParameters> | |
</bpsim:ElementParameters> | |
</bpsim:Scenario> | |
</bpsim:BPSimData> | |
</bpmn2:extensionElements> | |
<bpmn2:source>_Dj15gRolEDqLsqpigVrvrQ</bpmn2:source> | |
<bpmn2:target>_Dj15gRolEDqLsqpigVrvrQ</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/_ADDF3B33-E4AC-4896-B926-BECC3E3BCD3A" 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="_56CFD5AE-5C05-439F-A1EC-62725288D652" name="Untitled" typeLanguage="http://www.omg.org/spec/DMN/20180521/FEEL/" namespace="https://kiegroup.org/dmn/_ADDF3B33-E4AC-4896-B926-BECC3E3BCD3A"> | |
<dmn:extensionElements/> | |
<dmn:inputData id="_3DD41009-D82C-464D-9A83-8B989D99736E" name="InputData-1"> | |
<dmn:extensionElements/> | |
<dmn:variable id="_5C2E200D-E2C0-4F19-A5A1-87384FF5A523" name="InputData-1"/> | |
</dmn:inputData> | |
<dmndi:DMNDI> | |
<dmndi:DMNDiagram id="_DF6D62E6-E92B-4D01-9BC6-D21DE4169B8F" name="DRG"> | |
<di:extension> | |
<kie:ComponentsWidthsExtension/> | |
</di:extension> | |
<dmndi:DMNShape id="dmnshape-drg-_3DD41009-D82C-464D-9A83-8B989D99736E" dmnElementRef="_3DD41009-D82C-464D-9A83-8B989D99736E" 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="476" y="187" width="100" height="50"/> | |
<dmndi:DMNLabel/> | |
</dmndi:DMNShape> | |
</dmndi:DMNDiagram> | |
</dmndi:DMNDI> | |
</dmn:definitions> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment