mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 06:05:13 +00:00
33 lines
1.6 KiB
XML
33 lines
1.6 KiB
XML
<?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:biodi="http://bpmn.io/schema/dmn/biodi/2.0" id="Definitions_76910d7" name="DRD" namespace="http://camunda.org/schema/1.0/dmn">
|
|
<decision id="Waku_Test" name="Waku Test">
|
|
<decisionTable id="decisionTable_1">
|
|
<input id="input_1" label="empl_id">
|
|
<inputExpression id="inputExpression_1" typeRef="string">
|
|
<text>empl_id</text>
|
|
</inputExpression>
|
|
</input>
|
|
<output id="output_1" label="Status Key" name="status_key" typeRef="string" biodi:width="394" />
|
|
<output id="OutputClause_16q6r9p" label="Message Text" name="message_text" typeRef="string" />
|
|
<rule id="DecisionRule_09lipav">
|
|
<inputEntry id="UnaryTests_1ds1f4o">
|
|
<text></text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_0op2d4h">
|
|
<text>"0x04cf9f835bfb5f5b94b4c6f36378fd14bde09960a4d021928981125d314fa423fa79cde37003b9c6135b52dc20734590dcac5a68b73af74d58060628b2c531faf1"</text>
|
|
</outputEntry>
|
|
<outputEntry id="LiteralExpression_0lbw6xg">
|
|
<text>"Message to Natalia"</text>
|
|
</outputEntry>
|
|
</rule>
|
|
</decisionTable>
|
|
</decision>
|
|
<dmndi:DMNDI>
|
|
<dmndi:DMNDiagram id="DMNDiagram_1cykosu">
|
|
<dmndi:DMNShape id="DMNShape_1dhfq2s" dmnElementRef="Waku_Test">
|
|
<dc:Bounds height="80" width="180" x="157" y="151" />
|
|
</dmndi:DMNShape>
|
|
</dmndi:DMNDiagram>
|
|
</dmndi:DMNDI>
|
|
</definitions>
|