How to assign task with the select of different buttons to difft users

I have this requirement where the task is assigned to approval group members in user input task.

They should have ability to return  same task to user with the selected return button and escalate with selected button to manager.

Any suggestions , how this can be achieved?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    Hi,

    Not quit understand your question. But using Appian out of the box functionality user can re-assign a task to specific user. 

            

    In case if you are planning to assign different user roles based on submit button, when user submit the form save the latest assigned user details into a process variable and loop back to user input task without activity chaining and assign the task to new user based in the new assignee value   

Reply
  • 0
    Certified Lead Developer

    Hi,

    Not quit understand your question. But using Appian out of the box functionality user can re-assign a task to specific user. 

            

    In case if you are planning to assign different user roles based on submit button, when user submit the form save the latest assigned user details into a process variable and loop back to user input task without activity chaining and assign the task to new user based in the new assignee value   

Children