1745 lines
63 KiB
XML
1745 lines
63 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="432" />
|
||
<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/playground1"</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>
|
||
<rule id="DecisionRule_1bfxinq">
|
||
<description>Kasilan Naidoo on 2023-10-25</description>
|
||
<inputEntry id="UnaryTests_1kupk72">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_1t8k1ge">
|
||
<text>"btlr"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1lpw15n">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1p6zhka">
|
||
<text>"PG:playground:btlr"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0zcqbsj">
|
||
<description>Michael Trosen on 2023-10-25</description>
|
||
<inputEntry id="UnaryTests_1dyijmq">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_1bpwyc7">
|
||
<text>"status"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_06ogf29">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1ux0ciu">
|
||
<text>"PG:playground:status"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_00v099j">
|
||
<description>Mansur on 2023-10-27</description>
|
||
<inputEntry id="UnaryTests_1coko9p">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_14yk1ma">
|
||
<text>"soho"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_16o41gk">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0ma2814">
|
||
<text>"PG:playground:soho"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0pabw9m">
|
||
<description>Tahseen Jamal on 2023-10-29</description>
|
||
<inputEntry id="UnaryTests_0p1if8n">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_1o3dnf0">
|
||
<text>"optasia"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_06u3trk">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1h0kvgb">
|
||
<text>"PG:playground:optasia"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_025g0ab">
|
||
<description>Jorge Genoud on 2023-11-01</description>
|
||
<inputEntry id="UnaryTests_0h95ye5">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_1wsflhh">
|
||
<text>"genobyte"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0lcib58">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0jb88tu">
|
||
<text>"PG:playground:genobyte"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_1q2fe6b">
|
||
<description>Ken Wang on 2023-11-06</description>
|
||
<inputEntry id="UnaryTests_015p0qx">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_0pqnj4f">
|
||
<text>"sentec"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1rfwysw">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1g3fhlz">
|
||
<text>"PG:playground:sentec"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0g723pm">
|
||
<description>Ana Lucía Solano Cambronero on 2023-11-06</description>
|
||
<inputEntry id="UnaryTests_1ro6npx">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_17kjkmu">
|
||
<text>"emerson"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1he4jrb">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1yy6vbu">
|
||
<text>"PG:playground:emerson"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_07gih99">
|
||
<description>Lyle Martin on 2023-11-07</description>
|
||
<inputEntry id="UnaryTests_1vel2g6">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_1decnc9">
|
||
<text>"segue-tech"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1qok2mp">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1rpijik">
|
||
<text>"PG:playground:segue-tech"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0gebqp6">
|
||
<description>Jay Liew on 2023-11-10</description>
|
||
<inputEntry id="UnaryTests_1yyt8r0">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_0nir7x2">
|
||
<text>"jay-liew"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1fi0g2e">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_17ydeqq">
|
||
<text>"PG:playground:jay-liew"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0v9xq36">
|
||
<description>Niangen Ye on 2023-11-10</description>
|
||
<inputEntry id="UnaryTests_1ithgsd">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_0da99rv">
|
||
<text>"niangen-ye"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1risudj">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1xv4ni1">
|
||
<text>"PG:playground:niangen-ye"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_1tmmwip">
|
||
<description>Dylan Reinhardt on 2023-11-16</description>
|
||
<inputEntry id="UnaryTests_0xvnxrw">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_1tx0e0c">
|
||
<text>"myome"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1knu9fj">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_02gcf8g">
|
||
<text>"PG:playground:myome"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_12ugzlf">
|
||
<description>Abin Jilson on 2023-11-17</description>
|
||
<inputEntry id="UnaryTests_0mpd30p">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_0r878fj">
|
||
<text>"senzcraft"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0wvhcxg">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1lqbi4v">
|
||
<text>"PG:playground:senzcraft"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_1jwkjpl">
|
||
<description>Paul Gromotsky on 2023-11-17</description>
|
||
<inputEntry id="UnaryTests_084wff0">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_1qq6v0t">
|
||
<text>"pacific-life"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0ylvbs1">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1uxog1p">
|
||
<text>"PG:playground:pacific-life"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0xopjup">
|
||
<description>Julian on 2023-11-20</description>
|
||
<inputEntry id="UnaryTests_1tb4ds6">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_1xtqfw9">
|
||
<text>"softseguros"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1d9tkok">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0p5swuf">
|
||
<text>"PG:playground:softseguros"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_10dgu8r">
|
||
<description>Pedro on 2023-11-24</description>
|
||
<inputEntry id="UnaryTests_1x8zlhp">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_01k0hy5">
|
||
<text>"subdere"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1gufwqs">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1lqjwsx">
|
||
<text>"PG:playground:subdere"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0rnq6e7">
|
||
<description>Daniel Bassom on 2023-11-27</description>
|
||
<inputEntry id="UnaryTests_1lrsx22">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_1a4n4qv">
|
||
<text>"maeba"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1phq38i">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_05m7mwi">
|
||
<text>"PG:playground:maeba"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0lm2qma">
|
||
<description>Yash on 2023-11-28</description>
|
||
<inputEntry id="UnaryTests_02qulin">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_11axrun">
|
||
<text>"nielss"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_01adf8j">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1yks0iz">
|
||
<text>"PG:playground:nielss"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_062fio1">
|
||
<description>Dr. Ulrich Eck on 2023-11-30</description>
|
||
<inputEntry id="UnaryTests_1ivp72t">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_19pqwec">
|
||
<text>"tech-uni-munich"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_18m9xrp">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1621bsa">
|
||
<text>"PG:playground:tech-uni-munich"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0lav2dh">
|
||
<description>Robin Lu on 2023-11-30</description>
|
||
<inputEntry id="UnaryTests_170q5ji">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_1in7ldo">
|
||
<text>"personal"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0v7kf54">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_13fsht9">
|
||
<text>"PG:playground:personal"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0780yjn">
|
||
<inputEntry id="UnaryTests_0znhpz3">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_03tw1mz">
|
||
<text>"rhimagnesita"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0168vkp">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0fxex3i">
|
||
<text>"PG:playground:rhimagnesita"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0fvowx4">
|
||
<description>José Fernández 2023-12-12</description>
|
||
<inputEntry id="UnaryTests_1bv8h6r">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_0jgxmuy">
|
||
<text>"predictiva"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1rg2djm">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0zbf8xu">
|
||
<text>"PG:playground:predictiva"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0wknb4n">
|
||
<description>Stella Konieczek 2023-12-20</description>
|
||
<inputEntry id="UnaryTests_0xfts02">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_0mm3qjp">
|
||
<text>"viadee"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0xio5hl">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0xt1e64">
|
||
<text>"PG:playground:viadee"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_08panhz">
|
||
<description>Massimo Mantoni 2023-12-21</description>
|
||
<inputEntry id="UnaryTests_077ifpu">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_1u9z61w">
|
||
<text>"mantoni"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0hsrgup">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_05ovtpe">
|
||
<text>"PG:playground:mantoni"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_1wdedhj">
|
||
<description>Roy Zhaoyu 2023-12-26</description>
|
||
<inputEntry id="UnaryTests_0ei0f2a">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_1qg166u">
|
||
<text>"zyf"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1xu3v3o">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1tq031p">
|
||
<text>"PG:playground:zyf"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_1et1bdk">
|
||
<description>Darío Andrés Muñoz Prudant on 2023-12-29</description>
|
||
<inputEntry id="UnaryTests_0dn0lwe">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_02z5v3d">
|
||
<text>"gauss-control"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1xizxwn">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_13kbeme">
|
||
<text>"PG:playground:gauss-control"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0ovlrvd">
|
||
<description>Ankit Chaurasia on 2024-01-03</description>
|
||
<inputEntry id="UnaryTests_1p3rbf0">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_0iraac2">
|
||
<text>"neo"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_18evzx0">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0ktq0v8">
|
||
<text>"PG:playground:neo"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_1ii9xy6">
|
||
<description>Max Katouzian on 2024-01-03</description>
|
||
<inputEntry id="UnaryTests_0bdrcwt">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_0af7pzk">
|
||
<text>"amit-health"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0vgqyst">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1x45ewj">
|
||
<text>"PG:playground:amit-health"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_12sgmpn">
|
||
<description>Ankit Chaurasia on 2024-01-05</description>
|
||
<inputEntry id="UnaryTests_1n1jtw7">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_0cuthk3">
|
||
<text>"gokhana"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_01rep7y">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1hw0b3n">
|
||
<text>"PG:playground:gokhana"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_015bn9n">
|
||
<description>CA Bhagchand on 2024-01-09</description>
|
||
<inputEntry id="UnaryTests_156vu39">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_1ue51a2">
|
||
<text>"smarty-software"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0hvg3qs">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0mg3xst">
|
||
<text>"PG:playground:smarty-software"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_00nh9lr">
|
||
<description>Taylor Dondichon 2024-01-10</description>
|
||
<inputEntry id="UnaryTests_1v2h3q8">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_11tvl1q">
|
||
<text>"dondich-creative"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0g6lcav">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0kakp0g">
|
||
<text>"PG:playground:dondich-creative"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0gi20qy">
|
||
<description>Maxim Ryzhov on 2024-01-12</description>
|
||
<inputEntry id="UnaryTests_15gq492">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_05jadqi">
|
||
<text>"rmgi"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0o97xxu">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1mr5t21">
|
||
<text>"PG:playground:rmgi"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0y7hk9s">
|
||
<description>Javad Esfandiari on 2024-01-18</description>
|
||
<inputEntry id="UnaryTests_0b17ive">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_0rtczt7">
|
||
<text>"veradis"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1higxhf">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0ttz5i4">
|
||
<text>"PG:playground:veradis"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_1lhl8uk">
|
||
<description>Online Marketplace Orders on 2024-01-20</description>
|
||
<inputEntry id="UnaryTests_0o6bipu">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_1tlcupw">
|
||
<text>"mirai"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_12c42tc">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0nx4nao">
|
||
<text>"PG:playground:mirai"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_00yvp2x">
|
||
<description>hidayatdeer on 2024-01-21</description>
|
||
<inputEntry id="UnaryTests_0qm26m5">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_11ekoz5">
|
||
<text>"hidayatdeer"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_14ckziz">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_14tch9q">
|
||
<text>"PG:playground:hidayatdeer"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_1g8hpsc">
|
||
<description>Waqqas Jabbar on 2024-01-21</description>
|
||
<inputEntry id="UnaryTests_1uuhssg">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_1y68hl7">
|
||
<text>"freelancer-wj"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0zl2tgu">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_07hpeup">
|
||
<text>"PG:playground:freelancer-wj"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0r6wavg">
|
||
<description>Huraira Aidreees on 2024-01-22</description>
|
||
<inputEntry id="UnaryTests_0t30mg8">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_17dj695">
|
||
<text>"nutech"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0fub12v">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_009e1lj">
|
||
<text>"PG:playground:nutech"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_1vn9jwz">
|
||
<description>cristina-morales on 2024-01-22</description>
|
||
<inputEntry id="UnaryTests_0imzkve">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_0lxpzk1">
|
||
<text>"cristina-morales"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_17l0m3y">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1h1x84l">
|
||
<text>"PG:playground:cristina-morales"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0uvpdkk">
|
||
<description>German Castro on 2024-01-22</description>
|
||
<inputEntry id="UnaryTests_06vnt5v">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_0jobc8a">
|
||
<text>"unsw"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1yflth5">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0bae7zf">
|
||
<text>"PG:playground:unsw"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0pp8s51">
|
||
<description>The Webinar Process Group is only available to our trainees.</description>
|
||
<inputEntry id="UnaryTests_065a615">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_15bbmoh">
|
||
<text>"Webinar"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1o6twdw">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1f9nobf">
|
||
<text>"PG:webinar"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0wl6l3g">
|
||
<description>Kent Lee on 2024-01-25</description>
|
||
<inputEntry id="UnaryTests_04h1y0x">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_0pcv9le">
|
||
<text>"gpdx"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_07ns9vd">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_10zbha6">
|
||
<text>"PG:playground:gpdx"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_1wmt3ie">
|
||
<description>Arthur Osipov on 2024-01-30</description>
|
||
<inputEntry id="UnaryTests_16mk3sh">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_0si7789">
|
||
<text>"osipov"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0xpdh0s">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0gacgf7">
|
||
<text>"PG:playground:osipov"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_1mi38va">
|
||
<description>Ridwan on 2024-01-30</description>
|
||
<inputEntry id="UnaryTests_175h6l2">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_06pmgwq">
|
||
<text>"ridwan"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1acvbgt">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0pr28oa">
|
||
<text>"PG:playground:ridwan"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0kia28v">
|
||
<description>Oleynik Daniel on 2024-02-07</description>
|
||
<inputEntry id="UnaryTests_0f90cz4">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_1htjdck">
|
||
<text>"bnpi"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1stfhyk">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1duxiyq">
|
||
<text>"PG:playground:bnpi"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_1nx0jim">
|
||
<description>Allow everyone to see the task data for examples.</description>
|
||
<inputEntry id="UnaryTests_0ud847i">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_0nb01ms">
|
||
<text>"everybody"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_074s58h">
|
||
<text>["read"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1wfgz05">
|
||
<text>"/task-data/examples:*"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_17xcae5">
|
||
<description>MatPLUS Training</description>
|
||
<inputEntry id="UnaryTests_0mq4dne">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_10bzl3l">
|
||
<text>"matplus"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1knnl2c">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_10os342">
|
||
<text>"PG:playground:matplus"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_13kqmyb">
|
||
<description>Ananda Murthy on 2024-02-15</description>
|
||
<inputEntry id="UnaryTests_0ydcqmb">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_1x5dhrj">
|
||
<text>"sutherland"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_06k1qfe">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0z2p72u">
|
||
<text>"PG:playground:sutherland"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_0mjmlhw">
|
||
<description>Yoav Meri on 2024-02-17</description>
|
||
<inputEntry id="UnaryTests_0h0x4kl">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_0gmeujm">
|
||
<text>"aidoc"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1489vio">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0d2rjjg">
|
||
<text>"PG:playground:aidoc"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_1th135d">
|
||
<description>Allowing MatPlus to see and edit data stores</description>
|
||
<inputEntry id="UnaryTests_1owzzyc">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_0kbc0iv">
|
||
<text>"matplus"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1s3x0f0">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_0f854e5">
|
||
<text>"/v1.0/data-stores"</text>
|
||
</outputEntry>
|
||
</rule>
|
||
<rule id="DecisionRule_1vpm66o">
|
||
<description>Claire Zhang on 2024-02-26</description>
|
||
<inputEntry id="UnaryTests_0fi4smb">
|
||
<text></text>
|
||
</inputEntry>
|
||
<outputEntry id="LiteralExpression_1px86pp">
|
||
<text>"fundergo"</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1non4o0">
|
||
<text>["all"]</text>
|
||
</outputEntry>
|
||
<outputEntry id="LiteralExpression_1622fme">
|
||
<text>"PG:playground:fundergo"</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>
|