IF there are 4 tasks in a workflow. t1->t2->t3->t4->t5. t1, t2, t3 are succesful but t4 fails. It calls the revert for all the successful tasks and make their status as reverted. I would like to skip the revert of the successful tasks in the above case for my requirement. Is there a way to accomplish this using taskflow?