1011 lines
37 KiB
XML
1011 lines
37 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" exporter="Camunda Modeler" exporterVersion="5.9.0">
|
||
<decision id="groups_to_permissions_dev" name="Groups to Permissions">
|
||
<decisionTable id="decisionTable_1" hitPolicy="COLLECT">
|
||
<input id="input_1" biodi:width="150">
|
||
<inputExpression id="inputExpression_1" typeRef="string">
|
||
<text>"*"</text>
|
||
</inputExpression>
|
||
</input>
|
||
<output id="OutputClause_14rq1xp" name="permission_groups" typeRef="string" />
|
||
<output id="output_1" name="permissions" typeRef="string" biodi:width="279" />
|
||
<output id="OutputClause_1d0f70s" name="permission_uris" typeRef="string" biodi:width="254" />
|
||
<rule id="DecisionRule_13uhk78">
|
||
<description>admin group has access to everything. The permissions create, read, update, and delete are the full set that is available, and "all" is a shortcut to include all permissions.</description>
|
||
<inputEntry id="UnaryTests_1yb5tu4">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_00aw971">
|
||
<text>"admin"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1drtsn8">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_13n9min">
|
||
<text>"ALL"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0vefj7v">
|
||
<description>Tech writers have access to everything.</description>
|
||
<inputEntry id="UnaryTests_0are8mn">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_133n2ak">
|
||
<text>"tech_writers"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0grv37e">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1qzjsnf">
|
||
<text>"ALL"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0vxd5xq">
|
||
<description>everybody group has basic access to the system.</description>
|
||
<inputEntry id="UnaryTests_18ra8iv">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_09upqcm">
|
||
<text>"everybody"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0qu6sf0">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0mnqz8y">
|
||
<text>"BASIC"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0y6tpc1">
|
||
<description>everybody group can read and start all process groups and process models in Examples.</description>
|
||
<inputEntry id="UnaryTests_0idup89">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_0jn02bx">
|
||
<text>"everybody"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0qw2qs5">
|
||
<text>["read", "start"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1671tcs">
|
||
<text>"PG:examples"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0582ofe">
|
||
<description>People can see that there is a playground group.</description>
|
||
<inputEntry id="UnaryTests_19grl9x">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_0thigpt">
|
||
<text>"everybody"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1dgdcof">
|
||
<text>["read"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0v6x1n6">
|
||
<text>"/v1.0/process-groups/playground"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0wqas1k">
|
||
<description>Madhurya has all access to her playground,</description>
|
||
<inputEntry id="UnaryTests_10u17mu">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_12c38ry">
|
||
<text>"Madhurya"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0ncxvu7">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1w6fmne">
|
||
<text>"PG:playground:madhurya"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0ds11av">
|
||
<description>Dan has all access to his playground.</description>
|
||
<inputEntry id="UnaryTests_1546ip9">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_1teb4mj">
|
||
<text>"Dan"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1ico0n1">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0y1y3i7">
|
||
<text>"PG:playground:dan"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_16yjfua">
|
||
<description>Madhurya has all access to her playground,</description>
|
||
<inputEntry id="UnaryTests_009a9f7">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_061s15l">
|
||
<text>"madhu"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0oee3cg">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0jnr2sw">
|
||
<text>"PG:playground:madhu"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_161dg5r">
|
||
<description>Chew Kok Hoor requested a playground on 6/18/23</description>
|
||
<inputEntry id="UnaryTests_1kxsalw">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_1laz9ny">
|
||
<text>"benefit-solutions-pte-ltd"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1wmz4hz">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1f2x393">
|
||
<text>"PG:playground:benefit-solutions-pte-ltd"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_082708y">
|
||
<description>Usama's playground.</description>
|
||
<inputEntry id="UnaryTests_03w5ap7">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_179xpam">
|
||
<text>"usama"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_08f21wp">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0ibu3w7">
|
||
<text>"PG:playground:usama"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_1mm7yln">
|
||
<description>Daniel Requested a playground on 6/22/23</description>
|
||
<inputEntry id="UnaryTests_0agbdcb">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_1ms2y7d">
|
||
<text>"daniel.luebke"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0buvsik">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_18a2ph4">
|
||
<text>"PG:playground:daniel-luebke"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_1mtn6iu">
|
||
<description>Thomas Boulier of FIME requested on 6/29/23</description>
|
||
<inputEntry id="UnaryTests_0c4dypv">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_1u0jx2p">
|
||
<text>"fime"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0zo8vob">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0zg508x">
|
||
<text>"PG:playground:fime"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0k54vlb">
|
||
<description>David Bayless of Human Scale Business on 7/2/23</description>
|
||
<inputEntry id="UnaryTests_1ta97ss">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_1vdpnti">
|
||
<text>"human-scale-business"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_11j52k9">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_128f5f3">
|
||
<text>"PG:playground:human-scale-business"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_1ve0wdi">
|
||
<description>benni.kambs requested a playground on 7/2/23</description>
|
||
<inputEntry id="UnaryTests_1hsfetl">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_0zw1jtr">
|
||
<text>"benni.kambs"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_12qt0ud">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1r3d6cq">
|
||
<text>"PG:playground:benni-kambs"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0fnz5mr">
|
||
<description>Ricardo requested a playground on 7/4/23</description>
|
||
<inputEntry id="UnaryTests_1s7xxqb">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_05zdmwb">
|
||
<text>"ricardo-silva"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0qe6xdr">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1u7hui6">
|
||
<text>"PG:playground:ricardo-silva"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_1bhx5qi">
|
||
<description>for jason to test</description>
|
||
<inputEntry id="UnaryTests_16a5obw">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_097twxl">
|
||
<text>"jason"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1h8pri0">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_05xvchq">
|
||
<text>"PG:playground:jason"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_1iok7n2">
|
||
<description>Andrew Webberley requested a playground on 7/7/23</description>
|
||
<inputEntry id="UnaryTests_1h53qfy">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_0jatnc8">
|
||
<text>"expandable"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0lqzb3k">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1jc9gv6">
|
||
<text>"PG:playground:expandable"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_1mz3kvd">
|
||
<description>Youenn Boussard requested a playground on 7/7/23</description>
|
||
<inputEntry id="UnaryTests_1t6ockf">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_048xyej">
|
||
<text>"youenn-boussard"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_04yz4wk">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1ud8fnp">
|
||
<text>"PG:playground:youenn-boussard"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0v8np1w">
|
||
<description>Diego Pena requested a playground on 7/723</description>
|
||
<inputEntry id="UnaryTests_0eh6rq2">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_01eepli">
|
||
<text>"bp3-global"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_06wxwlt">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_00fcuok">
|
||
<text>"PG:playground:bp3-global"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0wvy1y8">
|
||
<description>Requested on 7/12/23</description>
|
||
<inputEntry id="UnaryTests_1udso2q">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_05aayoe">
|
||
<text>"volker-kuehn"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_11ab2u7">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1sapa2l">
|
||
<text>"PG:playground:volker-kuehn"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0bmssvf">
|
||
<inputEntry id="UnaryTests_0sz6kmd">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_04eospj">
|
||
<text>"kaninik"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1ml3pwb">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1fqsl23">
|
||
<text>"PG:playground:kaninik"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0bs2c9w">
|
||
<description>Allow Kaninik's sub account limited access to his playground for testing.</description>
|
||
<inputEntry id="UnaryTests_0d98mn7">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_00r0pc4">
|
||
<text>"kaninik_sub"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_04qet7u">
|
||
<text>["read", "start"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_11g18z2">
|
||
<text>"PG:playground:kaninik"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_15p54sm">
|
||
<description>Requested on 7/19/23</description>
|
||
<inputEntry id="UnaryTests_07agj8o">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_1068aug">
|
||
<text>"takunakara"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_07q14ld">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1keolh5">
|
||
<text>"PG:playground:takunakara"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_16m3n3q">
|
||
<description>Requested on 7/19/23</description>
|
||
<inputEntry id="UnaryTests_1rye5v4">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_0u3ehax">
|
||
<text>"shizhengju"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1tysvml">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0o0p0jo">
|
||
<text>"PG:playground:shizhengju"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_194sdno">
|
||
<description>Requested on 7/28/23</description>
|
||
<inputEntry id="UnaryTests_0svjvjv">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_13l4aly">
|
||
<text>"bpmnguru"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_00lxxcz">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0odltqy">
|
||
<text>"PG:playground:bpmnguru"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_1rbp9uj">
|
||
<description>Requested on 7/28/23</description>
|
||
<inputEntry id="UnaryTests_04j9bgd">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_1334cei">
|
||
<text>"alberto-pucci"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1e6p6gz">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_17xbt3d">
|
||
<text>"PG:playground:alberto-pucci"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0ijma8h">
|
||
<description>Requested on 7/31/23</description>
|
||
<inputEntry id="UnaryTests_0630gyx">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_1fh4m0t">
|
||
<text>"tencent"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0b9srph">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0vdjgzk">
|
||
<text>"PG:playground:tencent"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0akdr1a">
|
||
<description>Requested on 8/1/23 and 2023-08-09</description>
|
||
<inputEntry id="UnaryTests_1po9du5">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_06bw3sz">
|
||
<text>"saman"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0osjv74">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1iwyhb6">
|
||
<text>"PG:playground:saman"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_1kn3l42">
|
||
<description>Requested on 8/2/23</description>
|
||
<inputEntry id="UnaryTests_01fqemj">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_1yeshmy">
|
||
<text>"test-studio"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_053g8wx">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1iqivro">
|
||
<text>"PG:playground:test-studio"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0xyhlfg">
|
||
<description>Guenther Froestl requested 2023-08-09</description>
|
||
<inputEntry id="UnaryTests_028v40g">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_011bgb9">
|
||
<text>"gammadata-gmbh"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0h7mcqn">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1s9wojc">
|
||
<text>"PG:playground:gammadata-gmbh"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_1f1cwkm">
|
||
<description>Alex Herron (personal gmail) requested 2023-08-11</description>
|
||
<inputEntry id="UnaryTests_0aad57c">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_1x1itfz">
|
||
<text>"alex-herron"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1i9i821">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0029es6">
|
||
<text>"PG:playground:alex-herron"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0nlzib4">
|
||
<description>Hao requested 2023-08-13</description>
|
||
<inputEntry id="UnaryTests_0hevnd3">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_0v0iijl">
|
||
<text>"rippling"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1c4hox7">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1ez6jnm">
|
||
<text>"PG:playground:rippling"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_1i9r5pp">
|
||
<description>Tran Minh Hien requested 2023-08-15</description>
|
||
<inputEntry id="UnaryTests_0ji8fnv">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_05hjxuv">
|
||
<text>"viettel"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1fchza0">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0krcg3n">
|
||
<text>"PG:playground:viettel"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_15y7lpo">
|
||
<description>Dinesh requested 2023-08-15</description>
|
||
<inputEntry id="UnaryTests_1klpos6">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_1qt5blv">
|
||
<text>"dinesh"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1njk8os">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1trgpjk">
|
||
<text>"PG:playground:dinesh"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_022jh1u">
|
||
<description>Sofiane requested 2023-08-18</description>
|
||
<inputEntry id="UnaryTests_16bojgk">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_0otg5dd">
|
||
<text>"sofiane"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_080ow4b">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0ip6fan">
|
||
<text>"PG:playground:sofiane"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_12swi05">
|
||
<description>Devin Nasar requested 2023-08-22</description>
|
||
<inputEntry id="UnaryTests_0xbk1jg">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_0i8yfyj">
|
||
<text>"devin-nasar"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0zm6n1b">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0c8ygcw">
|
||
<text>"PG:playground:devin-nasar"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_151r7j8">
|
||
<description>Will Flowers on 2023-08-22</description>
|
||
<inputEntry id="UnaryTests_1eg4ofh">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_05iuy8y">
|
||
<text>"data-dreams"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_01zyxxs">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1rao4dv">
|
||
<text>"PG:playground:data-dreams"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_088hlxr">
|
||
<description>Billiah Kerubo on 2023-08-23</description>
|
||
<inputEntry id="UnaryTests_1x2u51s">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_0b8lhms">
|
||
<text>"stayconnect"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1hby0hs">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0qeivsi">
|
||
<text>"PG:playground:stayconnect"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0z8b0ns">
|
||
<description>Madhurya added this</description>
|
||
<inputEntry id="UnaryTests_1pknf4q">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_0cik3fl">
|
||
<text>"dinithi"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_016p3rn">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1tbqqcb">
|
||
<text>"PG:playground:dinithi"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_1k582pn">
|
||
<description>Augusto Miyagi on 2023-08-26</description>
|
||
<inputEntry id="UnaryTests_05t4zkf">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_1556mcs">
|
||
<text>"kaybpm"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1u09dqu">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1tam3h7">
|
||
<text>"PG:playground:kaybpm"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_08axe9l">
|
||
<description>Person Rocha da Cunha on 2023-08-29</description>
|
||
<inputEntry id="UnaryTests_1ouos42">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_18liiw2">
|
||
<text>"controlzone-informtica"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0ev0b3w">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0cte0ng">
|
||
<text>"PG:playground:controlzone-informtica"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_12d3u2a">
|
||
<description>Dilshad on 2023-09-01</description>
|
||
<inputEntry id="UnaryTests_0zqx9ne">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_0htwal8">
|
||
<text>"dilshad"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0og567p">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1jmplh7">
|
||
<text>"PG:playground:dilshad"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_1gdtzxo">
|
||
<description>David Abashidze on 2023-09-07</description>
|
||
<inputEntry id="UnaryTests_1cd7eok">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_14rpqtw">
|
||
<text>"david-abashidze"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_18tnb1j">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0e71chx">
|
||
<text>"PG:playground:david-abashidze"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_1hqz5un">
|
||
<description>Carsten Thies / IT-CREW on 2023-09-07</description>
|
||
<inputEntry id="UnaryTests_0g7gxtu">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_1rqobdc">
|
||
<text>"it-crew"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_15ukc2s">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_03xdn3w">
|
||
<text>"PG:playground:it-crew"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_00izvtg">
|
||
<description>Tadeusz Lis on 2023-09-08</description>
|
||
<inputEntry id="UnaryTests_1yu2nr6">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_1jrxlhg">
|
||
<text>"reinvention"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1rs8pfu">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_15r48td">
|
||
<text>"PG:playground:reinvention"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0hhpm8d">
|
||
<description> Joel on 2023-09-09</description>
|
||
<inputEntry id="UnaryTests_04tb69m">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_17job38">
|
||
<text>"noviga"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0pvco9t">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0jtm3rh">
|
||
<text>"PG:playground:noviga"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0tgbzzn">
|
||
<description>Sergio and Bhairav on 2023-09-11</description>
|
||
<inputEntry id="UnaryTests_0gdto83">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_0yvtvxt">
|
||
<text>"cisco"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1jm5vlt">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1u0onxo">
|
||
<text>"PG:playground:cisco"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_1iu71ik">
|
||
<description>João on 2023-09-14</description>
|
||
<inputEntry id="UnaryTests_0b6gpgo">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_01g0kur">
|
||
<text>"silva"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0hry8ny">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_06dsg1c">
|
||
<text>"PG:playground:silva"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_1lc1qxm">
|
||
<description>Boris Fritscher on 2023-09-16</description>
|
||
<inputEntry id="UnaryTests_0jp1ry2">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_0e4yhdy">
|
||
<text>"heg"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1e0rpmm">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1vfezd9">
|
||
<text>"PG:playground:heg"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_1ftinyq">
|
||
<description>Daniel Whiter on 2023-09-17</description>
|
||
<inputEntry id="UnaryTests_0ts9qzw">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_0p5j6lq">
|
||
<text>"self-startup"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0t9zy3y">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0329i4r">
|
||
<text>"PG:playground:self-startup"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0sc8wto">
|
||
<description>Johan on 2023-09-17</description>
|
||
<inputEntry id="UnaryTests_1751142">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_1qyr3bd">
|
||
<text>"koinworks"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0r5z8v8">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0f2rtfq">
|
||
<text>"PG:playground:koinworks"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0vo2x81">
|
||
<description>Nihal on 2023-09-18</description>
|
||
<inputEntry id="UnaryTests_180xuyo">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_1gyr9tk">
|
||
<text>"status-applicant-1"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1ayrs95">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0z9qlhn">
|
||
<text>"PG:playground:status-applicant-1"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_12x22lk">
|
||
<description>Mehmet Yıldırım on 2023-09-22</description>
|
||
<inputEntry id="UnaryTests_0138768">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_1atq0g9">
|
||
<text>"appyazilim"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_05yhnc0">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0rf6mcx">
|
||
<text>"PG:playground:appyazilim"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0fmkrxo">
|
||
<description>Manoj Tiwari on 2023-09-22</description>
|
||
<inputEntry id="UnaryTests_1jke1sj">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_0bdqo5v">
|
||
<text>"manoj-tiwari-inc"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_14m9yj0">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0ujf8bj">
|
||
<text>"PG:playground:manoj-tiwari-inc"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0il5hpp">
|
||
<description>JP Mateo on 2023-10-03</description>
|
||
<inputEntry id="UnaryTests_1lyxuhr">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_06kuizi">
|
||
<text>"jp"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0zgs8qw">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0ccb5tx">
|
||
<text>"PG:playground:jp"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_14zdr2o">
|
||
<description>Anas Ansar on 2023-10-03</description>
|
||
<inputEntry id="UnaryTests_0g914bh">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_1c5r83w">
|
||
<text>"globtier"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0ntxytv">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0ai3wcx">
|
||
<text>"PG:playground:globtier"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_1losuj8">
|
||
<description></description>
|
||
<inputEntry id="UnaryTests_0k2rnss">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_11bx5a8">
|
||
<text>"jasquat"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0abkq6n">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_07rfhce">
|
||
<text>"PG:playground:jason"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_1dvjk0e">
|
||
<inputEntry id="UnaryTests_0ywq0xu">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_0dhrnr2">
|
||
<text>"ntnu"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1tricam">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_11kd2pq">
|
||
<text>"PG:playground:ntnu"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_1tdsgz3">
|
||
<description>Adrian Toomes on 2023-10-13</description>
|
||
<inputEntry id="UnaryTests_1o5pfcq">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_116g0ok">
|
||
<text>"freelance-at"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_03fipqg">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1jc0t7z">
|
||
<text>"PG:playground:freelance-at"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_1tgwnr1">
|
||
<description>Mark Wilson on 2023-10-15</description>
|
||
<inputEntry id="UnaryTests_13xvoex">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_113kfh8">
|
||
<text>"safran-federal-systems"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_00b5yeg">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1m2dpek">
|
||
<text>"PG:playground:safran-federal-systems"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0x1glaz">
|
||
<description>Dinithi Added This</description>
|
||
<inputEntry id="UnaryTests_0uhbay2">
|
||
<text>-</text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_00tm30q">
|
||
<text>"dinithi-sartography"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1kp1e9y">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1qk2tg3">
|
||
<text>"PG:playground:dinithi-sartography"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_1sbwdfb">
|
||
<description>Sabith Haneef on 2023-10-19</description>
|
||
<inputEntry id="UnaryTests_1rhwy25">
|
||
<text>-</text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_19n7l86">
|
||
<text>"rwth-aachen"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0vhyrec">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_083wpdp">
|
||
<text>"PG:playground:rwth-aachen"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0d4l4ed">
|
||
<description>Dóra Vitay on 2023-10-23</description>
|
||
<inputEntry id="UnaryTests_0qfclan">
|
||
<text>-</text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_1t9r7hy">
|
||
<text>"enginzyme"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1gllaz5">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_14o6vag">
|
||
<text>"PG:playground:enginzyme"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_020v68v">
|
||
<description>andrew su on 2023-10-23</description>
|
||
<inputEntry id="UnaryTests_107iic6">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_0mamq5j">
|
||
<text>"reflexarc"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0q69yfa">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1skitf5">
|
||
<text>"PG:playground:reflexarc"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_1m3bdue">
|
||
<description>Cris Tolbert on 2023-10-24</description>
|
||
<inputEntry id="UnaryTests_0tvv5g7">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_034nukg">
|
||
<text>"cris-tolbert"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1b2x2m0">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_18w6fzf">
|
||
<text>"PG:playground:cris-tolbert"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0ruiae8">
|
||
<description>Dinithi Added This </description>
|
||
<inputEntry id="UnaryTests_04tfv1c">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_04zoddj">
|
||
<text>"qa_bot_tastic"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_19ix58z">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_02jmkly">
|
||
<text>"PG:playground:qa-bot-tastic"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
</decisionTable>
|
||
</decision>
|
||
<dmndi:DMNDI>
|
||
<dmndi:DMNDiagram id="DMNDiagram_1cykosu">
|
||
<dmndi:DMNShape id="DMNShape_1dhfq2s" dmnElementRef="groups_to_permissions_dev">
|
||
<dc:Bounds height="80" width="180" x="250" y="150" />
|
||
</dmndi:DMNShape>
|
||
</dmndi:DMNDiagram>
|
||
</dmndi:DMNDI>
|
||
</definitions>
|