How to get if child process completed with parallel processing
Posted: Mon Jul 17, 2023 4:53 pm
Hi TM1 Experts,
We are running month-wise processes for fcst periods using RunTI in a master process. Many times master completes but some internal processes are still running, but the subsequent master processes of the chore triggers. We have been managing through Sleep, but due to data volume inconsistencies, there is a lot of overlapping happening leading to data mismatch.
Can anyone help what's the best practice to handle such a scenario?
We tried logging the status of the child process into a control cube and created a waiting loop of a few mins in Epilog but the loop is not able to identify if it is committed.
Let me know if you need any more details.
We are running month-wise processes for fcst periods using RunTI in a master process. Many times master completes but some internal processes are still running, but the subsequent master processes of the chore triggers. We have been managing through Sleep, but due to data volume inconsistencies, there is a lot of overlapping happening leading to data mismatch.
Can anyone help what's the best practice to handle such a scenario?
We tried logging the status of the child process into a control cube and created a waiting loop of a few mins in Epilog but the loop is not able to identify if it is committed.
Let me know if you need any more details.