(DefaultBatchEngine.java:247) at com.mulesoft.mule.runtime.module.batch.internal.DefaultBatchJob.execute(DefaultBatchJob.java:257) at com.mulesoft.mule.runtime.module.batch.internal.DefaultBatchJob.process(DefaultBatchJob.java:243) at org....
Let's call the first job Batch1:2.) Next, create another flow (or sub-flow) and add another batch scope. Let's call this one Batch2:3.) Lastly, inside the On Complete phase in Batch1, add a Flow Reference and reference Batch2's flow.That's all you need to do. Following this...
From the Mule palette, search for and insert a “Batch Job” action after the Set Variable step we just configured. It should look something like the batch job image above. In the configuration pane for this step, set the “Batch Block Size” to 500. There should already be a “Batch_...
] at com.mulesoft.mule.runtime.module.batch.internal.DefaultBatchJob.lambda$1(DefaultBatchJob.java:231) ~[?:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_231] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_231] at org.mule...
I would like to make the process run quicker and hence trying to split the payload into 2 via scatter-gather and then sending then sending payload1 to one batch job in a subflow and payload2 to another batch job in another subflow. Is this the right approach? Or is it possible to sp...
There should already be a “Batch_Step” inside the Batch Job. Rename the Batch Step to “Update_3XL_to_2XL” so that it can be identified easily in later steps. Now insert a “Transform Message” step into the Processors section of the batch step. You can copy and paste the following...
<batch:job jobName="a-example-5Batch_Job" doc:id="73e2e3ef-bcab-4638-a2dc-d8a66295c1be" > <batch:process-records > <batch:step name="Batch_Step" doc:id="3883add7-b1af-4921-908c-9462a25cd765" > <ee:transform doc:name="CSV File" doc:id="d79ff94a-78a9-423f-8caa-61facc...
Here is the solution given by MuleSoft. https://help.mulesoft.com/s/article/Batch-Job-Does-Not-Finish-Loading-Until-Netsuite-Search-Finishes-All-Paginated-Calls-To-Grab-Records-But-Parallel-For-each-Runs-Immediately Selected as BestUpvoteReply Log In to Answer Subscribe to thread Don't see wh...
From the Mule palette, search for and insert a “Batch Job” action after the Set Variable step we just configured. It should look something like the batch job image above. In the configuration pane for this step, set the “Batch Block Size” to 500. There should already be a “Batch_...
There should already be a “Batch_Step” inside the Batch Job. Rename the Batch Step to “Update_3XL_to_2XL” so that it can be identified easily in later steps. Now insert a “Transform Message” step into the Processors section of the batch step. You can copy and paste the following...