Multiple Usertask - end workflow when rejected

Assistance needed and appreciated.

I just started working with Flowable several weeks ago and now have the need to make changes to a workflow process. The process contains multiple signoff task (example shows 3) signoff user task. I don’t care what order they signoff, but I do need it to stop the workflow when ONE of them “REJECTS” the assigned task. I apologize if I’m not clear enough. Currently, if signoff task 1 rejects the task, it still takes me to the signoff task 2.

Thanks again for the assistance.

Steve

Hey @snorris,

Have you tried using a multi instance for this?

Additionally, if you really want to go with having 3 tasks in parallel, perhaps you need to use a terminate all end event, which would terminate the entire process.

Cheers,
Filip

Filip,

Appreciate the direction, I’m new to the process. So I will research the multi instance process and the terminate all end event. I will recheck the forum.

Regards

Steve