Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

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