I create one batch flow. From one batch flow i am calling another batch and from 2nd batch i am calling simple 3rd flow.
I am getting problem in this scenario All are not working sequentially I need all flows should work sequentially manner
For example I have 5 records are comming in batch and in 2nd batch 10 records are comming and from 2nd batch i am calling 3rd flow which is simple flow
Problem is 2nd batch is not waiting to finish 3rd flow execution,it continuously executed till 10 records,
I need first 3rd flow exection should be complete then and only then 2 records should be come
How can I solve this scenario
Please help me