45 lines
1.8 KiB
Plaintext
Raw Normal View History

<?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="Projects_Leads" name="Projects and Leads">
<decisionTable id="decisionTable_1">
<input id="input_1" label="Project">
<inputExpression id="inputExpression_1" typeRef="string">
<text>project</text>
</inputExpression>
</input>
<output id="output_1" label="Project Lead Email" name="project_lead_email" typeRef="string" />
<rule id="DecisionRule_1m1gc9k">
<inputEntry id="UnaryTests_1wjumn6">
<text>"Project 1"</text>
</inputEntry>
<outputEntry id="LiteralExpression_0nveee3">
<text>"lead@status.im"</text>
</outputEntry>
</rule>
<rule id="DecisionRule_08r9iki">
<inputEntry id="UnaryTests_1ga3s0o">
<text>"Project 2"</text>
</inputEntry>
<outputEntry id="LiteralExpression_1bwa43u">
<text>"lead1@status.im"</text>
</outputEntry>
</rule>
<rule id="DecisionRule_1pfw206">
<inputEntry id="UnaryTests_1deljgd">
<text>"Project 3"</text>
</inputEntry>
<outputEntry id="LiteralExpression_0u8tlat">
<text>"manuchehr@status.im"</text>
</outputEntry>
</rule>
</decisionTable>
</decision>
<dmndi:DMNDI>
<dmndi:DMNDiagram id="DMNDiagram_1cykosu">
<dmndi:DMNShape id="DMNShape_1dhfq2s" dmnElementRef="Projects_Leads">
<dc:Bounds height="80" width="180" x="157" y="151" />
</dmndi:DMNShape>
</dmndi:DMNDiagram>
</dmndi:DMNDI>
</definitions>