Assignment's rejection

Currently, I have an approval task that is marked as completed when all recipients have approved. However, as soon as one of the recipients rejects, the task is automatically marked as completed. Is it possible, even if there is a rejection, to wait until all recipients have either approved or rejected before closing the task?

Parents Reply
  • Could it be done with property calculator ?

    We can calculate total assignees on create and compare the count of marked as approved and marked as rejected on every checkin. then we can compare the number of approve rejects until we reach total assignees number. Lastly, we can set another property as "approved" or "rejected".

    We can then make an automatic transition to next state using this information.

Children