You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.4 KiB
XML
29 lines
1.4 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:camunda="http://camunda.org/schema/1.0/dmn" id="Definitions_1p0mp6a" name="pmci-dmns" namespace="http://camunda.org/schema/1.0/dmn" exporter="Camunda Modeler" exporterVersion="4.5.0">
|
|
<decision id="determine_approver_group" name="determine_approver_group">
|
|
<decisionTable id="decisionTable_1" hitPolicy="RULE ORDER">
|
|
<input id="InputClause_19ntyko" label="tenant_id" camunda:inputVariable="tenant_id">
|
|
<inputExpression id="LiteralExpression_0nad4el" typeRef="string">
|
|
<text>tenant_id</text>
|
|
</inputExpression>
|
|
</input>
|
|
<output id="output_1" label="approver_group" name="approver_group" typeRef="string" />
|
|
<rule id="DecisionRule_1bujqal">
|
|
<inputEntry id="UnaryTests_0zybuae">
|
|
<text>-</text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_1w7snpv">
|
|
<text>"service-approve"</text>
|
|
</outputEntry>
|
|
</rule>
|
|
</decisionTable>
|
|
</decision>
|
|
<dmndi:DMNDI>
|
|
<dmndi:DMNDiagram id="DMNDiagram_0sx9u2x">
|
|
<dmndi:DMNShape id="DMNShape_0gden1d" dmnElementRef="determine_approver_group">
|
|
<dc:Bounds height="80" width="180" x="150" y="80" />
|
|
</dmndi:DMNShape>
|
|
</dmndi:DMNDiagram>
|
|
</dmndi:DMNDI>
|
|
</definitions>
|