I am having a Master Process which calls many other sub processes. These sub processes are written in both prolog and Epilog
The total time to run this process must be around 9 hours (adding up the times of the individual processes)
Now my problem is when the last sub process in the epilog is completed, i am not getting the 'Process getting sucessfully' or 'Finished with erros' etc.,
Instead, my master process is triggered again. When i check in logs , it says the process is executed by me

28960 [1] INFO 2020-05-30 17:52:17.466 TM1.Process Process "Sys.TI.Tracker": finished executing normally, elapsed time 0.00 seconds
26888 [] WARN 2020-05-30 17:52:17.560 Event.Thread Thread[28960] is blocking 72 other threads, and is in state [Run].
14444 [a] INFO 2020-05-30 17:52:18.072 TM1.Process Process "GP.Cub.Master.Load" executed by user "Admin"
Note : In the last process of the epilog , i am using run process to run multiple other TIs in paralle, even after completion, the threads stay in the top .
Appreciate your thoughts on this
Thanks,
Regards
Guru Madheshwaran