I have a pipeline with multiple JDBC query executors and I’m looking for execution in the order it is mentioned in the pipeline however all executors are executing at the end.
I have tried batch commit - enable/disable but still facing the same issue, Any clue?