Hi All
I have a Main BPMN process has 5 service tasks. Process can get cancel request ( as sub process) we will validate the cancel request before cancelling the BPMN running process .
My query is that how we can pause BPMN service tasks while validating the cancel request . If cancel request is validate then cancel the BPMN flow else start paused BPMN flow .
diagram_1.bpmn (11.0 KB)
Thanks in advance