mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 14:28:22 +00:00
User: alex@sartography.com added process model file playground/alex-herron/dmn-investigation/dmn-example-1/dmn_elements.dmn
This commit is contained in:
parent
71811089cf
commit
d3558a1123
@ -0,0 +1,74 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<definitions xmlns="https://www.omg.org/spec/DMN/20191111/MODEL/" xmlns:dmndi="https://www.omg.org/spec/DMN/20191111/DMNDI/" xmlns:dc="http://www.omg.org/spec/DMN/20180521/DC/" xmlns:di="http://www.omg.org/spec/DMN/20180521/DI/" id="Definitions_76910d7" name="DRD" namespace="http://camunda.org/schema/1.0/dmn">
|
||||||
|
<decision id="decision_1" name="Decision 1">
|
||||||
|
<decisionTable id="decisionTable_1">
|
||||||
|
<input id="input_1">
|
||||||
|
<inputExpression id="inputExpression_1" typeRef="string">
|
||||||
|
<text></text>
|
||||||
|
</inputExpression>
|
||||||
|
</input>
|
||||||
|
<output id="output_1" typeRef="string" />
|
||||||
|
</decisionTable>
|
||||||
|
</decision>
|
||||||
|
<inputData id="InputData_16iglbc" name="Input Data" />
|
||||||
|
<knowledgeSource id="KnowledgeSource_1pnivq0" name="Knowledge Source" />
|
||||||
|
<businessKnowledgeModel id="BusinessKnowledgeModel_0byij54" name="Business Knowledge Model" />
|
||||||
|
<textAnnotation id="TextAnnotation_1915p55">
|
||||||
|
<text>Represents the authority for some bit of decision logic. Have no executable semantics</text>
|
||||||
|
</textAnnotation>
|
||||||
|
<association id="Association_1v70n13">
|
||||||
|
<sourceRef href="#TextAnnotation_1915p55" />
|
||||||
|
<targetRef href="#KnowledgeSource_1pnivq0" />
|
||||||
|
</association>
|
||||||
|
<textAnnotation id="TextAnnotation_166h1wu">
|
||||||
|
<text>Represents a self-contained bit of business logic. Its value expression is a function definition, an expression of it parameters. A decision invokes a BKM by mapping its inputs to the BKM parameters; the BKM output value is then returned to the invoking decision</text>
|
||||||
|
</textAnnotation>
|
||||||
|
<association id="Association_05djbvp">
|
||||||
|
<sourceRef href="#TextAnnotation_166h1wu" />
|
||||||
|
<targetRef href="#BusinessKnowledgeModel_0byij54" />
|
||||||
|
</association>
|
||||||
|
<textAnnotation id="TextAnnotation_1j2vcmd">
|
||||||
|
<text>Represents data values received at the time of execution. Input data has not value expresssion.</text>
|
||||||
|
</textAnnotation>
|
||||||
|
<association id="Association_0yx5xln">
|
||||||
|
<sourceRef href="#TextAnnotation_1j2vcmd" />
|
||||||
|
<targetRef href="#InputData_16iglbc" />
|
||||||
|
</association>
|
||||||
|
<dmndi:DMNDI>
|
||||||
|
<dmndi:DMNDiagram id="DMNDiagram_1cykosu">
|
||||||
|
<dmndi:DMNShape id="DMNShape_1dhfq2s" dmnElementRef="decision_1">
|
||||||
|
<dc:Bounds height="80" width="180" x="157" y="151" />
|
||||||
|
</dmndi:DMNShape>
|
||||||
|
<dmndi:DMNShape id="DMNShape_1v46ne1" dmnElementRef="InputData_16iglbc">
|
||||||
|
<dc:Bounds height="45" width="125" x="-163" y="67" />
|
||||||
|
</dmndi:DMNShape>
|
||||||
|
<dmndi:DMNShape id="DMNShape_06jhzut" dmnElementRef="KnowledgeSource_1pnivq0">
|
||||||
|
<dc:Bounds height="63" width="100" x="430" y="-61" />
|
||||||
|
</dmndi:DMNShape>
|
||||||
|
<dmndi:DMNShape id="DMNShape_1f4aes7" dmnElementRef="TextAnnotation_1915p55">
|
||||||
|
<dc:Bounds height="71" width="170" x="530" y="-191" />
|
||||||
|
</dmndi:DMNShape>
|
||||||
|
<dmndi:DMNEdge id="DMNEdge_057ese4" dmnElementRef="Association_1v70n13">
|
||||||
|
<di:waypoint x="555" y="-120" />
|
||||||
|
<di:waypoint x="506" y="-61" />
|
||||||
|
</dmndi:DMNEdge>
|
||||||
|
<dmndi:DMNShape id="DMNShape_14lzkl0" dmnElementRef="BusinessKnowledgeModel_0byij54">
|
||||||
|
<dc:Bounds height="46" width="135" x="179" y="-52" />
|
||||||
|
</dmndi:DMNShape>
|
||||||
|
<dmndi:DMNShape id="DMNShape_0sdaefl" dmnElementRef="TextAnnotation_166h1wu">
|
||||||
|
<dc:Bounds height="140" width="233" x="197" y="-280" />
|
||||||
|
</dmndi:DMNShape>
|
||||||
|
<dmndi:DMNEdge id="DMNEdge_0o0piy1" dmnElementRef="Association_05djbvp">
|
||||||
|
<di:waypoint x="247" y="-140" />
|
||||||
|
<di:waypoint x="247" y="-52" />
|
||||||
|
</dmndi:DMNEdge>
|
||||||
|
<dmndi:DMNShape id="DMNShape_1ygyc5z" dmnElementRef="TextAnnotation_1j2vcmd">
|
||||||
|
<dc:Bounds height="80" width="157" x="0" y="-30" />
|
||||||
|
</dmndi:DMNShape>
|
||||||
|
<dmndi:DMNEdge id="DMNEdge_1tk1l84" dmnElementRef="Association_0yx5xln">
|
||||||
|
<di:waypoint x="0" y="37" />
|
||||||
|
<di:waypoint x="-57" y="67" />
|
||||||
|
</dmndi:DMNEdge>
|
||||||
|
</dmndi:DMNDiagram>
|
||||||
|
</dmndi:DMNDI>
|
||||||
|
</definitions>
|
Loading…
x
Reference in New Issue
Block a user