Skip to main content

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 answers
  1. Sep 15, 2023, 10:41 PM

    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