tasks and its reassignment feature

Certified Senior Developer

Hi All,

Is it possible at all to edit the reassign task screen? I want the user to be able to only select a certain number of groups not all the ones available in the application itself.

thanks in advance

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to Maria

    If it's just an individual task in an individual process that needs this complex reassignment use case, then you can simply build a button that links to a dedicated in-process task, the button being "reassign" and the new task being a dedicated reassignment interface.  In that reassignment task, the current user would select the new assignee user/group(s), and the process would then loop back to the original task (breaking chaining intentionally at this point) and assign the task to the newly chosen user/group(s).

Children