mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 14:15:14 +00:00
44 lines
1.8 KiB
XML
44 lines
1.8 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/" id="Definitions_76910d7" name="DRD" namespace="http://camunda.org/schema/1.0/dmn">
|
|
<decision id="decision_UserRoleDecision" name="UserRoleDecision">
|
|
<decisionTable id="decisionTable_2">
|
|
<input id="input_1" label="ID">
|
|
<inputExpression id="inputExpression_1" typeRef="number">
|
|
<text>businessRuleTaskId</text>
|
|
</inputExpression>
|
|
</input>
|
|
<output id="output_1" label="Name" name="test_name" typeRef="string" />
|
|
<output id="OutputClause_049kh0e" label="Role" name="test_role" typeRef="string" />
|
|
<rule id="DecisionRule_0zs1sk9">
|
|
<inputEntry id="UnaryTests_1h0gxhn">
|
|
<text>12</text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_0hgsu0i">
|
|
<text>"TIM"</text>
|
|
</outputEntry>
|
|
<outputEntry id="LiteralExpression_0xu3lfm">
|
|
<text>"QA"</text>
|
|
</outputEntry>
|
|
</rule>
|
|
<rule id="DecisionRule_12umyi2">
|
|
<inputEntry id="UnaryTests_1wovi0i">
|
|
<text>24</text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_13ywo9a">
|
|
<text>"EVE"</text>
|
|
</outputEntry>
|
|
<outputEntry id="LiteralExpression_08vkbr5">
|
|
<text>"DEV"</text>
|
|
</outputEntry>
|
|
</rule>
|
|
</decisionTable>
|
|
</decision>
|
|
<dmndi:DMNDI>
|
|
<dmndi:DMNDiagram id="DMNDiagram_1cykosu">
|
|
<dmndi:DMNShape id="DMNShape_1dhfq2s" dmnElementRef="decision_UserRoleDecision">
|
|
<dc:Bounds height="80" width="180" x="157" y="151" />
|
|
</dmndi:DMNShape>
|
|
</dmndi:DMNDiagram>
|
|
</dmndi:DMNDI>
|
|
</definitions>
|