mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 22:08:08 +00:00
User: maximryzhov88@yandex.ru added process model file playground/rmgi/test/test.dmn
This commit is contained in:
parent
2abab70070
commit
77fefa32bb
28
playground/rmgi/test/test.dmn
Normal file
28
playground/rmgi/test/test.dmn
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
<?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/" id="Definitions_76910d7" name="DRD" namespace="http://camunda.org/schema/1.0/dmn">
|
||||||
|
<decision id="decision_1" name="Decision 1">
|
||||||
|
<decisionTable id="decisionTable_1" hitPolicy="FIRST">
|
||||||
|
<input id="input_1">
|
||||||
|
<inputExpression id="inputExpression_1" typeRef="string">
|
||||||
|
<text></text>
|
||||||
|
</inputExpression>
|
||||||
|
</input>
|
||||||
|
<output id="output_1" typeRef="boolean" />
|
||||||
|
<rule id="DecisionRule_1u9irsf">
|
||||||
|
<inputEntry id="UnaryTests_1li8u36">
|
||||||
|
<text></text>
|
||||||
|
</inputEntry>
|
||||||
|
<outputEntry id="LiteralExpression_0hav870">
|
||||||
|
<text>true</text>
|
||||||
|
</outputEntry>
|
||||||
|
</rule>
|
||||||
|
</decisionTable>
|
||||||
|
</decision>
|
||||||
|
<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:DMNDiagram>
|
||||||
|
</dmndi:DMNDI>
|
||||||
|
</definitions>
|
Loading…
x
Reference in New Issue
Block a user