I have created mulitple batch jobs that pulls data from dataverse and do some processing in business central tables.
But some of my batch jobs depends on data that should be processed by other batch jobs beforehand.
As a result when my child batch job runs it expects that other batch jobs are completed but it get failed beacuse batch jobs are run asynchronously in business central.
I want to code in such a way that all my parent jobs are excuted first then my child batch job excutes.
i tried to run jobs in different time intervals but after some time it gets overlooped and my batch job fails.
I want only my batch jobs to run synchronous.
How this can be achieved.
thanks
Mirza Ahsan baig