53 lines
2.1 KiB
XML
53 lines
2.1 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:biodi="http://bpmn.io/schema/dmn/biodi/2.0" id="Definitions_76910d7" name="DRD" namespace="http://camunda.org/schema/1.0/dmn">
|
|
<decision id="User_Info_Group-New_Talent" name="User Info: Group-New Talent">
|
|
<decisionTable id="decisionTable_1">
|
|
<input id="input_1" label="Auth User Name">
|
|
<inputExpression id="inputExpression_1" typeRef="string">
|
|
<text>find_user</text>
|
|
</inputExpression>
|
|
</input>
|
|
<output id="output_1" label="Source and Onboard New Talents" name="user_grp_new_talent_role" typeRef="string" biodi:width="275" />
|
|
<rule id="DecisionRule_1aiwbnm">
|
|
<inputEntry id="UnaryTests_098rlq5">
|
|
<text>"natalia"</text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_16k3zei">
|
|
<text>"member"</text>
|
|
</outputEntry>
|
|
</rule>
|
|
<rule id="DecisionRule_0wkxs43">
|
|
<inputEntry id="UnaryTests_1h514d5">
|
|
<text>"harmeet"</text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_1tk6npo">
|
|
<text>"project lead"</text>
|
|
</outputEntry>
|
|
</rule>
|
|
<rule id="DecisionRule_0cxevvz">
|
|
<inputEntry id="UnaryTests_0i2h9za">
|
|
<text>"sasha"</text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_0kurm0e">
|
|
<text>"admin"</text>
|
|
</outputEntry>
|
|
</rule>
|
|
<rule id="DecisionRule_0d6iqwc">
|
|
<inputEntry id="UnaryTests_0usdg4l">
|
|
<text></text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_1a592dz">
|
|
<text>"viewer"</text>
|
|
</outputEntry>
|
|
</rule>
|
|
</decisionTable>
|
|
</decision>
|
|
<dmndi:DMNDI>
|
|
<dmndi:DMNDiagram id="DMNDiagram_1cykosu">
|
|
<dmndi:DMNShape id="DMNShape_1dhfq2s" dmnElementRef="User_Info_Group-New_Talent">
|
|
<dc:Bounds height="80" width="180" x="157" y="151" />
|
|
</dmndi:DMNShape>
|
|
</dmndi:DMNDiagram>
|
|
</dmndi:DMNDI>
|
|
</definitions>
|