Trigger error event after all subprocess finished

Hi,
Problem:
Lets say 2 audio subprocess in parallel are running ‘A’ and ‘B’. ‘A’ suprocess got an error, throws and main process is finished through ‘Processed fail’. After 10 min I am getting that ‘B’ has been transformed, but process are already finished, so crashing no process exist. How to trigger a ‘single’ error event after all subprocesses are finished?

Hello @Adolis_Pali ,

for these purposes, the escalation event exists.

It is really like an error but here, you have the possibility to not interrupt the sub-process.

I hope this helps

Jonathan