Page 1 of 1

How to make a sub process to complete automatically ?

Posted: Fri Feb 05, 2021 6:36 am
by PunithaN
I have a main process that would start a async sub process and the sub process has a sequential empty task and script task .Our requirement is to make the subprocess complete on its own.
MainProcess.PNG
MainProcess.PNG (21.3 KiB) Viewed 6092 times
Subprocess.PNG
Subprocess.PNG (15.67 KiB) Viewed 6092 times
I tried by adding a trigger with the code
Code: Select all
PMFDerivateCase(@@APPLICATION, @%INDEX); 
and set it to execute before assignment in the starting step of subprocess. It doesn't help

Would like to know how to achieve this !