Idea
Discussion

Enable cancel execution of subprocesses

Currently, when a subprocess errors, it cannot be canceled.  Either a subprocess should be able to be canceled when it errors, or if a parent process is canceled, the execution of subprocesses should also be canceled.

3 comments

Dear Janine, 

This is how the system works currently. If subprocess is ends with an error the original process marks as error as well. If you cancel the original process the sub process gets canceled as well.

Best regards,

Dennis

Dennis Hudson,

That's not how it worked in my case.  I canceled the parent process and the subprocess is still showing Error.

Janine White,

In the OOB version of the application when you cancel the parent process the sub-process cancels as well even when sub-process ended with an error. If sub process doesn't get cancelled when you cancel the parent process on your instance please send email to the support@bpmonline.com

Best regards,

Dennis

Show all comments