I need a workflow that forward all pending request of a user to his manager’s manager when manager of the user is terminated.
suppose user is xyz—abc(xyz’s manager)—-lmn(abc’s manager)
Now when the abc is terminated (lifecycle state becomes terminateddisabeled) then all the pending work items (access request , cert, etc) should automatically forwarded to lmn(abc’s manager) please guide
One way to accomplish this is to create a workflow that triggers before termination happens. You could base this workflow’s trigger on something like user end date.