How can I chain multiple batch Executables to run in a specific sequence?
Use a Pipeline to organize Batch Executables and assign each one a Seq No. according to its dependency order. When the Pipeline runs, the Executables are executed sequentially, following the defined order.
You can also chain Pipelines together in scheduled jobs using the Chained Pipeline (Scheduled) field. This allows each Pipeline to remain self-contained while still being linked into larger, orchestrated workflows during scheduled execution.