In Mule 4 is there any any way to run the Mule-Batch in synchronous Mode
I have done several projects using mule batch component. Now present case we have a situation where need to dependent on the output produced by the mule batch component.For my case it is creating a file in asynchronous mode which contains the below information.
studentId,Name,Status 1,bijoy,enrolled 2,hari,not_enrolled, 3,piyush,erolled
But as it is running in asynchronous mode could not rely on the data. My question is is there any way to run mule Batch (Mule 4) synchronously?