Hello,
We are multi-tenant and have an fsm process flow that will periodically purge and reload a business class. We are mimicking the "Purge Data" under Admin Console / Database by using a Landmark node on the Object "PurgeData" with an Action type of "CreateUpdateDelete" for the specified Business Class.
Normally, the purge completes in under a minute, but sometimes will run for quite a while. Is there a way to monitor the purge so the flow doesn't continue until the purge completes? We've been using a Landmark Admin node with a dbexport to check if the file is empty, but this is not working reliably. We've had occasions where the flow thinks the table is empty, starts loading data, but the purge is actually still running.
Any assistance or guidance would be greatly appreciated.
Thank you.