I think if you want to keep this workflow intact, you might investigate using a custom status as a halfway point. Instead of review 1 holding an approval on Complete, maybe it should hold an approval on a custom status called "Ready for review", which is equivalent to a "complete". * if the review actually gets approved then it ends on "ready for review" -- not super ideal, but if it's equivalent to complete, it can be ignored. * once changes are made, it appears from your description that you actually want it to be completed. In which case, it can move to Complete, which is a status that IS complete, and doesn't hold any approvals. Alternatively, you could create a custom status called "Changes made" which equates to Complete, but doesn't hold an approval. For this option: * if the review gets approved, it ends on Complete. * if the review doesn't get approved, and changes get made, the task ends on Changes Made which equates to complete but holds no approvals. * Additional curiosity: potentially you can count the number of tasks that ended on Changes Made to figure out how many times you had to make changes? Caveat: at some point, the user assigned to review 1 task needs to remember to change over to the custom status rather than hit "I'm done". This can annoy certain users. So... it's definitely something they need to buy in to. -skye