I'm building a subsequent approval flow, the list of approvers is set by a user and can contain an unlimited amount of approvers.
So, I thought that I may declare a variable like "Skip" and set it to "Yes" if someone will respond "Reject", while do-while could monitor this variable in a parallel flow branch.
Anyway, I built another solution to skip further approvers if the one responded Reject, without using of Terminate.