From 17190f910a1b1c1c47e3f3e3332fc0ad464e347c Mon Sep 17 00:00:00 2001 From: mike cullerton Date: Mon, 21 Nov 2022 11:05:54 -0500 Subject: [PATCH] Add Status groups for demo --- manage-procurement/process_group.json | 8 ++++++++ manage-procurement/procurement/process_group.json | 8 ++++++++ .../vendor-invoice-management/process_group.json | 8 ++++++++ manage-talents/process_group.json | 8 ++++++++ .../source-and-onboard-new-talents/process_group.json | 8 ++++++++ .../process_group.json | 8 ++++++++ misc/process_group.json | 8 ++++++++ 7 files changed, 56 insertions(+) create mode 100644 manage-procurement/process_group.json create mode 100644 manage-procurement/procurement/process_group.json create mode 100644 manage-procurement/procurement/vendor-invoice-management/process_group.json create mode 100644 manage-talents/process_group.json create mode 100644 manage-talents/source-and-onboard-new-talents/process_group.json create mode 100644 manage-talents/source-and-onboard-new-talents/talent-acquisition-from-job-requisition-to-hiring/process_group.json create mode 100644 misc/process_group.json diff --git a/manage-procurement/process_group.json b/manage-procurement/process_group.json new file mode 100644 index 00000000..b818ce49 --- /dev/null +++ b/manage-procurement/process_group.json @@ -0,0 +1,8 @@ +{ + "admin": false, + "description": "Manage Procurement", + "display_name": "Manage Procurement", + "display_order": 17, + "process_groups": [], + "process_models": [] +} \ No newline at end of file diff --git a/manage-procurement/procurement/process_group.json b/manage-procurement/procurement/process_group.json new file mode 100644 index 00000000..49328ce0 --- /dev/null +++ b/manage-procurement/procurement/process_group.json @@ -0,0 +1,8 @@ +{ + "admin": false, + "description": "Procurement", + "display_name": "Procurement", + "display_order": 18, + "process_groups": [], + "process_models": [] +} \ No newline at end of file diff --git a/manage-procurement/procurement/vendor-invoice-management/process_group.json b/manage-procurement/procurement/vendor-invoice-management/process_group.json new file mode 100644 index 00000000..808962b3 --- /dev/null +++ b/manage-procurement/procurement/vendor-invoice-management/process_group.json @@ -0,0 +1,8 @@ +{ + "admin": false, + "description": "Vendor Invoice management", + "display_name": "Vendor Invoice management", + "display_order": 18, + "process_groups": [], + "process_models": [] +} \ No newline at end of file diff --git a/manage-talents/process_group.json b/manage-talents/process_group.json new file mode 100644 index 00000000..0621847b --- /dev/null +++ b/manage-talents/process_group.json @@ -0,0 +1,8 @@ +{ + "admin": false, + "description": "Manage Talents", + "display_name": "Manage Talents", + "display_order": 18, + "process_groups": [], + "process_models": [] +} \ No newline at end of file diff --git a/manage-talents/source-and-onboard-new-talents/process_group.json b/manage-talents/source-and-onboard-new-talents/process_group.json new file mode 100644 index 00000000..3a328d16 --- /dev/null +++ b/manage-talents/source-and-onboard-new-talents/process_group.json @@ -0,0 +1,8 @@ +{ + "admin": false, + "description": "Source and Onboard New Talents", + "display_name": "Source and Onboard New Talents", + "display_order": 19, + "process_groups": [], + "process_models": [] +} \ No newline at end of file diff --git a/manage-talents/source-and-onboard-new-talents/talent-acquisition-from-job-requisition-to-hiring/process_group.json b/manage-talents/source-and-onboard-new-talents/talent-acquisition-from-job-requisition-to-hiring/process_group.json new file mode 100644 index 00000000..dbfe7e18 --- /dev/null +++ b/manage-talents/source-and-onboard-new-talents/talent-acquisition-from-job-requisition-to-hiring/process_group.json @@ -0,0 +1,8 @@ +{ + "admin": false, + "description": "Talent Acquisition: from job requisition to hiring", + "display_name": "Talent Acquisition: from job requisition to hiring", + "display_order": 19, + "process_groups": [], + "process_models": [] +} \ No newline at end of file diff --git a/misc/process_group.json b/misc/process_group.json new file mode 100644 index 00000000..d2903c7f --- /dev/null +++ b/misc/process_group.json @@ -0,0 +1,8 @@ +{ + "admin": false, + "description": "Miscellaneous", + "display_name": "Misc", + "display_order": 19, + "process_groups": [], + "process_models": [] +} \ No newline at end of file