How to update status of Active Task?

I have a requirement where i need to change the status of few active tasks.

Like changing the status of task from assigned to group by  accepted by a user.

is there any way i can do that?

  Discussion posts and replies are publicly visible

Parents
  • When a Task is Assigned to a Group an individual User has to 'accept' the Task for it to be accepted by them. When the Task is assigned to an individual then it is 'accepted' by default. So one option might be to trigger a transition (by implemented an 'exception') from the Task that is currently assigned to to the Group to another identical Task that assigns it to the target User.

Reply
  • When a Task is Assigned to a Group an individual User has to 'accept' the Task for it to be accepted by them. When the Task is assigned to an individual then it is 'accepted' by default. So one option might be to trigger a transition (by implemented an 'exception') from the Task that is currently assigned to to the Group to another identical Task that assigns it to the target User.

Children