29 lines
1.2 KiB
Plaintext
29 lines
1.2 KiB
Plaintext
|
<?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="User Info">
|
||
|
<decisionTable id="decisionTable_1">
|
||
|
<input id="input_1" label="Current User Name">
|
||
|
<inputExpression id="inputExpression_1" typeRef="string">
|
||
|
<text>current_user["username"]</text>
|
||
|
</inputExpression>
|
||
|
</input>
|
||
|
<output id="output_1" typeRef="string" />
|
||
|
<rule id="DecisionRule_1l69hzf">
|
||
|
<inputEntry id="UnaryTests_1na48u1">
|
||
|
<text></text>
|
||
|
</inputEntry>
|
||
|
<outputEntry id="LiteralExpression_0bupwij">
|
||
|
<text></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>
|