I got this situation.
Example:
In certain point in my business process got an inclusive gate goes always for path A and sometimes path B in parallel.
When user B do his task i end up that part of the flow and only use pieces of info he capture in the next user tasks (A,C,D,E).
A and B are user task. If user B takes too much time to do his task it doesn't matter because the process can advance to user task C and so on when user A approve. But if user task A that got the option of approve or reject the form; if he approves the business process advance but if he rejects the form, the business process returns to a previous user task before the inclusive gate there for i need to terminate the user task of the user B because I don’t want he perform the action unless the process gets back to the inclusive gate and assign him the task. This because previous the inclusive gate the user task can decide no only continue also he can terminate the process.
So basically I need to terminate a user task without kill the entire BP. Is this possible?