Assignment of User input task

Hi! I am currently assigning tasks to 3 groups simultaneously and then waiting for their response based on which action is taken. if any one of them rejects the task, task goes back to initiator only after the other 2 have taken action on it(accept/reject).
But now I want to not wait for the other users, as soon as one of the users reject the task it should immediately go to initiator and the tasks for the other 2 users should be cancelled. SO if all the users accept , only then task will proceed to the next step.
How can I proceed with this?

  Discussion posts and replies are publicly visible

  • 0
    Certified Senior Developer

    You can resolve the situation with these suggestions -
    - On the click of the reject button, write the initiator in the assignee field (set initiator in the assignee field)
    - Have a separate column (acceptedAssignees) where you will store the users who have accepted the task.
    When the initial task assignee and acceptedAssignees become the same then move the task to the next step.

    Note- I am assuming that you are storing initiator and assignees in the different fields.