User: alex@sartography.com added process model file playground/alex-herron/irb-prototype/shared/org-personnel/personnel.dmn
This commit is contained in:
parent
4ca679424e
commit
bf9a4f2cbf
|
@ -0,0 +1,109 @@
|
|||
<?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="Personnel" name="Personnel">
|
||||
<decisionTable id="decisionTable_1" hitPolicy="COLLECT">
|
||||
<input id="input_1" label="""">
|
||||
<inputExpression id="inputExpression_1" typeRef="string">
|
||||
<text>""</text>
|
||||
</inputExpression>
|
||||
</input>
|
||||
<output id="output_1" label="Value" name="enum_value" typeRef="string" />
|
||||
<output id="OutputClause_16qf34n" label="Label" name="enum_label" typeRef="string" />
|
||||
<rule id="DecisionRule_04z01u0">
|
||||
<inputEntry id="UnaryTests_0ox8aft">
|
||||
<text></text>
|
||||
</inputEntry>
|
||||
<outputEntry id="LiteralExpression_1elqkhx">
|
||||
<text>"pi_1"</text>
|
||||
</outputEntry>
|
||||
<outputEntry id="LiteralExpression_0vpocot">
|
||||
<text>"Principal Investigator, I"</text>
|
||||
</outputEntry>
|
||||
</rule>
|
||||
<rule id="DecisionRule_16v50wc">
|
||||
<inputEntry id="UnaryTests_1bbmtd5">
|
||||
<text></text>
|
||||
</inputEntry>
|
||||
<outputEntry id="LiteralExpression_1nj8pgo">
|
||||
<text>"pi_2"</text>
|
||||
</outputEntry>
|
||||
<outputEntry id="LiteralExpression_1yl1kf1">
|
||||
<text>"Principal Investigator, II"</text>
|
||||
</outputEntry>
|
||||
</rule>
|
||||
<rule id="DecisionRule_016eys0">
|
||||
<inputEntry id="UnaryTests_0lmnho8">
|
||||
<text></text>
|
||||
</inputEntry>
|
||||
<outputEntry id="LiteralExpression_01lpx15">
|
||||
<text>"dc_1"</text>
|
||||
</outputEntry>
|
||||
<outputEntry id="LiteralExpression_1dhfgvg">
|
||||
<text>"Department Chair, I"</text>
|
||||
</outputEntry>
|
||||
</rule>
|
||||
<rule id="DecisionRule_0qivlcb">
|
||||
<inputEntry id="UnaryTests_0xpsmc0">
|
||||
<text></text>
|
||||
</inputEntry>
|
||||
<outputEntry id="LiteralExpression_1rewd35">
|
||||
<text>"dc_2"</text>
|
||||
</outputEntry>
|
||||
<outputEntry id="LiteralExpression_0ql326k">
|
||||
<text>"Department Chair, II"</text>
|
||||
</outputEntry>
|
||||
</rule>
|
||||
<rule id="DecisionRule_1vul6te">
|
||||
<inputEntry id="UnaryTests_0aj3jhf">
|
||||
<text></text>
|
||||
</inputEntry>
|
||||
<outputEntry id="LiteralExpression_0zarobv">
|
||||
<text>"sc_1"</text>
|
||||
</outputEntry>
|
||||
<outputEntry id="LiteralExpression_1ew3hjl">
|
||||
<text>"Study Coordinator, I"</text>
|
||||
</outputEntry>
|
||||
</rule>
|
||||
<rule id="DecisionRule_02pyfmg">
|
||||
<inputEntry id="UnaryTests_08lrpoz">
|
||||
<text></text>
|
||||
</inputEntry>
|
||||
<outputEntry id="LiteralExpression_045w915">
|
||||
<text>"sc_2"</text>
|
||||
</outputEntry>
|
||||
<outputEntry id="LiteralExpression_0lf04t5">
|
||||
<text>"Study Coordinator, II"</text>
|
||||
</outputEntry>
|
||||
</rule>
|
||||
<rule id="DecisionRule_1eo1a5l">
|
||||
<inputEntry id="UnaryTests_0c9d77j">
|
||||
<text></text>
|
||||
</inputEntry>
|
||||
<outputEntry id="LiteralExpression_16bgpn9">
|
||||
<text>"si_1"</text>
|
||||
</outputEntry>
|
||||
<outputEntry id="LiteralExpression_18bwlyl">
|
||||
<text>"Sub Investigator, I"</text>
|
||||
</outputEntry>
|
||||
</rule>
|
||||
<rule id="DecisionRule_1xr6pht">
|
||||
<inputEntry id="UnaryTests_0lm9tmb">
|
||||
<text></text>
|
||||
</inputEntry>
|
||||
<outputEntry id="LiteralExpression_0rojuxj">
|
||||
<text>"si_2"</text>
|
||||
</outputEntry>
|
||||
<outputEntry id="LiteralExpression_01n37ig">
|
||||
<text>"Sub Investigator, II"</text>
|
||||
</outputEntry>
|
||||
</rule>
|
||||
</decisionTable>
|
||||
</decision>
|
||||
<dmndi:DMNDI>
|
||||
<dmndi:DMNDiagram id="DMNDiagram_1cykosu">
|
||||
<dmndi:DMNShape id="DMNShape_1dhfq2s" dmnElementRef="Personnel">
|
||||
<dc:Bounds height="80" width="180" x="157" y="151" />
|
||||
</dmndi:DMNShape>
|
||||
</dmndi:DMNDiagram>
|
||||
</dmndi:DMNDI>
|
||||
</definitions>
|
Loading…
Reference in New Issue