2023-08-14 18:19:40 +00:00
|
|
|
<?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="approver_decision" name="Approver Assignment">
|
|
|
|
<decisionTable id="decisionTable_1">
|
|
|
|
<input id="input_1">
|
|
|
|
<inputExpression id="inputExpression_1" typeRef="string">
|
|
|
|
<text>domain</text>
|
|
|
|
</inputExpression>
|
|
|
|
</input>
|
|
|
|
<output id="output_1" name="approvers" typeRef="string" biodi:width="396" />
|
|
|
|
<rule id="DecisionRule_0e8ccpt">
|
|
|
|
<inputEntry id="UnaryTests_1timvsg">
|
|
|
|
<text>"domain1"</text>
|
|
|
|
</inputEntry>
|
|
|
|
<outputEntry id="LiteralExpression_1ku4qt9">
|
2023-08-14 18:22:54 +00:00
|
|
|
<text>["admin@spiffworkflow.org"]</text>
|
2023-08-14 18:19:40 +00:00
|
|
|
</outputEntry>
|
|
|
|
</rule>
|
|
|
|
<rule id="DecisionRule_1j9jf4z">
|
|
|
|
<inputEntry id="UnaryTests_00ebhrw">
|
|
|
|
<text>"domain2"</text>
|
|
|
|
</inputEntry>
|
|
|
|
<outputEntry id="LiteralExpression_12hojzj">
|
|
|
|
<text>["dan@sartography.com"]</text>
|
|
|
|
</outputEntry>
|
|
|
|
</rule>
|
|
|
|
<rule id="DecisionRule_11x6chr">
|
|
|
|
<inputEntry id="UnaryTests_0fse331">
|
|
|
|
<text>"domain3"</text>
|
|
|
|
</inputEntry>
|
|
|
|
<outputEntry id="LiteralExpression_1aab495">
|
|
|
|
<text>["alex@sartography.com","dingli@gmail.com"]</text>
|
|
|
|
</outputEntry>
|
|
|
|
</rule>
|
|
|
|
<rule id="DecisionRule_0w2llbh">
|
|
|
|
<inputEntry id="UnaryTests_1esh6y6">
|
|
|
|
<text>"domain4"</text>
|
|
|
|
</inputEntry>
|
|
|
|
<outputEntry id="LiteralExpression_16gxbf6">
|
|
|
|
<text>["dan@sartography.com"]</text>
|
|
|
|
</outputEntry>
|
|
|
|
</rule>
|
|
|
|
</decisionTable>
|
|
|
|
</decision>
|
|
|
|
<dmndi:DMNDI>
|
|
|
|
<dmndi:DMNDiagram id="DMNDiagram_1cykosu">
|
|
|
|
<dmndi:DMNShape id="DMNShape_1dhfq2s" dmnElementRef="approver_decision">
|
|
|
|
<dc:Bounds height="80" width="180" x="157" y="151" />
|
|
|
|
</dmndi:DMNShape>
|
|
|
|
</dmndi:DMNDiagram>
|
|
|
|
</dmndi:DMNDI>
|
|
|
|
</definitions>
|