Hi i want to store and reprocessed the records inside the parallel for each , i am using object store to store the record .
- how to call the flow again to process the failed record,after parallel for each stopped
- how to pass retretive(objec store) payload to request api
- how to stop the flow once all failed records are processed
is store and reterive both should present inside the parallel for each flow?
10 answers
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.
Hope this helps...