Skip to main content
YUG SINGH a posé une question dans #MuleSoft Anypoint Platform

Hi i want to store and reprocessed the records inside the parallel for each , i am using object store to store the record .

  1. how to call the flow again to process the failed record,after parallel for each stopped
  2. how to pass retretive(objec store) payload to request api
  3. how to stop the flow once all failed records are processed

is store and reterive both should present inside the parallel for each flow?parallel for each , reprocessed error records

10 réponses
  1. 15 sept. 2023, 22:41

    In my opinion, adding VM connector on your flow will achieve those requirements.

     

    Below is a sample flow to implement pagination which is roughly the same concept. VM listener will keep on firing while there is data published to it.

    In my opinion, adding VM connector on your flow will achieve those requirements. Below is a sample flow to implement pagination which is roughly the same concept. 

    Hope this helps...

0/9000