This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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
  • This is not possible with the built-in assignments: the whole assignment is considered rejected if there's a single rejection. You would have to set up the task in some other way. This "majority approval" logic may require developing a custom extension.

  • 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.

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