Skip to main content
sunilc0004
June 20, 2022
Question

Assign task to the group or perticular user through interface.

  • June 20, 2022
  • 2 replies
  • 0 views

Hello Community,

How I can be assign the task to the user or group through interface.

    2 replies

    dhananjayk3480
    June 20, 2022

    There are two ways
    1. You need to use Appian out of the box feature in the USER INPUT TASK configuration in model

    2. You need to create your own UI, where you need to pull all the task which you want reassign and on selecting those task, show a picker/dropdown with recipients as value.  On submit call a process model and use a smart service of reassign.

    Below is the plugin which will give Reassign + extra task management smart services

    community.appian.com/.../task-management-smart-services

    sunilc0004
    June 20, 2022

    Ok I try it.