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.

Task assignment if user deactivated

Certified Lead Developer

Hi
if I have running process and task is accepted by user, meanwhile user is deactivated.
what will happen to the task and process.

  Discussion posts and replies are publicly visible

Parents
  • What will happen to the process and the Task?

    1. Process instance will remain active.

    2. The Task will still remain assigned.

     

    How to handle this scenario in a user friendly manner?

    Technical reasoning: Any user who has process manager security (via process model security or process instance security) can override task assignment.

    Such a user can reassign the task to another user.

     

    So, the high level idea is to create a process task report and show the reassign option to the users who have manager access on the process instance.

    This user can then reassign the task.

    For technical details: refer this past answer - https://community.appian.com/discussions/f/best-practices/10226/handling-assigned-task-for-deactivated-users

    The first answer gives some idea how to do this.

    Although we can do this via monitoring process instances - that is a technical way and only developer/designer can do it.

    Preferable way is to have a report via which users having manager rights can reassign the task for this scenario.

Reply
  • What will happen to the process and the Task?

    1. Process instance will remain active.

    2. The Task will still remain assigned.

     

    How to handle this scenario in a user friendly manner?

    Technical reasoning: Any user who has process manager security (via process model security or process instance security) can override task assignment.

    Such a user can reassign the task to another user.

     

    So, the high level idea is to create a process task report and show the reassign option to the users who have manager access on the process instance.

    This user can then reassign the task.

    For technical details: refer this past answer - https://community.appian.com/discussions/f/best-practices/10226/handling-assigned-task-for-deactivated-users

    The first answer gives some idea how to do this.

    Although we can do this via monitoring process instances - that is a technical way and only developer/designer can do it.

    Preferable way is to have a report via which users having manager rights can reassign the task for this scenario.

Children
No Data