BPM, Workflow, and Case

 View Only
Expand all | Collapse all

Assign a task to a user outside the team

  • 1.  Assign a task to a user outside the team

    Posted Thu January 26, 2023 07:33 AM
    Hi!
    In IBM BPM 8.5.5, when I was a team manager, I could assign a task to any user, even one who was not in the team to which the task was assigned. In BAW, I don't have that option anymore. Is it possible to enable this option somehow?

    ------------------------------
    Łukasz Piotrowski
    ------------------------------


  • 2.  RE: Assign a task to a user outside the team

    Posted Mon January 30, 2023 06:59 AM
    Not sure about enabling this again. You can use a workaround and create your own custom ui and use the API
    tw.system.findTaskByID(taskID).reassignTo(user);
    Through this you can assign the task to anyone.

    ------------------------------
    Akash Gupta
    ------------------------------