Handling assigned task for deactivated users

Hello,

what is the best practice in handling assigned/active tasks for deactivated users?

  Discussion posts and replies are publicly visible

Parents
  • May you can try this whenever there is an unassigned task, you would be having an exception path, in the exception path, you can route it to a process which will tell whether the user is active or not using isuseractive() fn. If it is giving you false, then you can reassign to the user and also reset the deadlines if any.Hope this would help :)
Reply
  • May you can try this whenever there is an unassigned task, you would be having an exception path, in the exception path, you can route it to a process which will tell whether the user is active or not using isuseractive() fn. If it is giving you false, then you can reassign to the user and also reset the deadlines if any.Hope this would help :)
Children
No Data