Skip to content

Commit 2e3f11a

Browse files
authored
Create README.md
This schedule script will execute monthly, weekly or bi-weekly as frequency is scheduled to identify all the groups that are not referenced in any Task(INC/PRD/CHG/RITM) past 6 months for analysis and inactivate them after analysis What it does and how it can add value ? - Find out the groups that are inactive and not updated in last 6 months. Get the group names as a comma seprated array - Check if the group has any task assigned in the last 6 months (tasks that were created after the date 6 months ago.) - Get the list as Output of all inactive group names as a comma-separated string Benifits: This activity has been carried out as cleanup activity for groups that are not in use and consuming license role
1 parent 8afecf3 commit 2e3f11a

File tree

1 file changed

+9
-0
lines changed
  • Server-Side Components/Scheduled Job/inactiveGroupCleanup

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
This schedule script will execute monthly, weekly or bi-weekly as frequency is scheduled to identify all the groups that are not referenced in any Task(INC/PRD/CHG/RITM) past 6 months for analysis and inactivate them after analysis
2+
3+
What it does and how it can add value ?
4+
- Find out the groups that are inactive and not updated in last 6 months. Get the group names as a comma seprated array
5+
- Check if the group has any task assigned in the last 6 months (tasks that were created after the date 6 months ago.)
6+
- Get the list as Output of all inactive group names as a comma-separated string
7+
8+
Benifits:
9+
This activity has been carried out as cleanup activity for groups that are not in use and consuming license role

0 commit comments

Comments
 (0)