I am looking for a solution, to replace my autosys scheduler in google cloud for my legacy application which is being migrated to Google cloud. I have implemented batches using mostly kubernetes cron, but the purpose of asking this question, looking for a solution which gives dependency in batch execution. For example, Job2 is dependent on Job1 success state etc. To develop a batch from scratch, it is easy as we have the flexibility to choose model, but there is a numerous number of batches that exists in a variety of languages and everything can't be re-written.
Using business logic to achieve the same is not the goal of this post, as I am looking for cloud out of box offerings.
Have any of you implemented similar things?