Any function to reassign a task?

We have a report to show all the active tasks in a grid. We want to let the user to select tasks and reassign it to a specific user or group. Is there any sail function to do that ? I dont want to kick start a process instance for this.

OriginalPostID-239047

  Discussion posts and replies are publicly visible

Parents
  • @karthikeyan,

    in order to reassign task from the report, you need to do work around using bind(), startprocesswrite() functions.
    1)Design a process model that performs reassign task to users based on TaskID using Reassign task smart service,
    2)From the report Reassign Button click you need to configure the bind variable with task ids in saveInto field.
Reply
  • @karthikeyan,

    in order to reassign task from the report, you need to do work around using bind(), startprocesswrite() functions.
    1)Design a process model that performs reassign task to users based on TaskID using Reassign task smart service,
    2)From the report Reassign Button click you need to configure the bind variable with task ids in saveInto field.
Children