You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check for any tasks assigned to inactive users to ensure proper task reassignment. This helps avoid workflow disruptions and ensures tasks are managed by active users.
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,9 @@ Open-Sourced community contributed and owned repository for Instance Scan Defini
12
12
13
13
## Category: Manageability
14
14
15
+
### Check any Catalog Tasks Assigned to an Inactive User
16
+
Check for any tasks assigned to inactive users to ensure proper task reassignment. This helps avoid workflow disruptions and ensures tasks are managed by active users.
17
+
15
18
### Avoid using javascript "document" object in Portal
16
19
Always avoid using native js "document" object for DOM manipulation in service portal. Instead we should use AngularJS equivalent capabilities to achieve the same.
0 commit comments