mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 21:58:18 +00:00
77 lines
2.9 KiB
XML
77 lines
2.9 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="groups_to_permissions" name="Groups to Permissions">
|
|
<decisionTable id="decisionTable_1" hitPolicy="COLLECT">
|
|
<input id="input_1">
|
|
<inputExpression id="inputExpression_1" typeRef="string">
|
|
<text>? in groups</text>
|
|
</inputExpression>
|
|
</input>
|
|
<output id="output_1" name="process" typeRef="string" biodi:width="204" />
|
|
<output id="OutputClause_1ep9cdk" name="permissions" typeRef="string" />
|
|
<rule id="DecisionRule_13uhk78">
|
|
<inputEntry id="UnaryTests_1yb5tu4">
|
|
<text>"admin"</text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_1drtsn8">
|
|
<text>"all"</text>
|
|
</outputEntry>
|
|
<outputEntry id="LiteralExpression_1clza7v">
|
|
<text>"all"</text>
|
|
</outputEntry>
|
|
</rule>
|
|
<rule id="DecisionRule_0k9f1qb">
|
|
<inputEntry id="UnaryTests_05yo5vc">
|
|
<text>"education"</text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_1op7mul">
|
|
<text>"school_entry_process"</text>
|
|
</outputEntry>
|
|
<outputEntry id="LiteralExpression_12gqrr5">
|
|
<text>"all"</text>
|
|
</outputEntry>
|
|
</rule>
|
|
<rule id="DecisionRule_0vhwss9">
|
|
<inputEntry id="UnaryTests_1g3woxl">
|
|
<text>"transportation"</text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_0uovxy5">
|
|
<text>"bus_admission_process"</text>
|
|
</outputEntry>
|
|
<outputEntry id="LiteralExpression_1s8pqze">
|
|
<text>"all"</text>
|
|
</outputEntry>
|
|
</rule>
|
|
<rule id="DecisionRule_1cq1j3b">
|
|
<inputEntry id="UnaryTests_1n564ft">
|
|
<text>"leadership"</text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_0bl35nc">
|
|
<text>"all"</text>
|
|
</outputEntry>
|
|
<outputEntry id="LiteralExpression_1obkayk">
|
|
<text>"all"</text>
|
|
</outputEntry>
|
|
</rule>
|
|
<rule id="DecisionRule_0ehfhlz">
|
|
<inputEntry id="UnaryTests_12f0uu3">
|
|
<text></text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_01s3loo">
|
|
<text>"all"</text>
|
|
</outputEntry>
|
|
<outputEntry id="LiteralExpression_1bjx5o9">
|
|
<text>"read", "execute"</text>
|
|
</outputEntry>
|
|
</rule>
|
|
</decisionTable>
|
|
</decision>
|
|
<dmndi:DMNDI>
|
|
<dmndi:DMNDiagram id="DMNDiagram_1cykosu">
|
|
<dmndi:DMNShape id="DMNShape_1dhfq2s" dmnElementRef="groups_to_permissions">
|
|
<dc:Bounds height="80" width="180" x="157" y="151" />
|
|
</dmndi:DMNShape>
|
|
</dmndi:DMNDiagram>
|
|
</dmndi:DMNDI>
|
|
</definitions>
|