YahyaOS
2 years agoNew Contributor II
Problem with Harvest Directory
Hi everyone,
I'm having a problem with the Harvest directory. Indeed, I have two batches running at the same time and which retrieve files from an SFTP to put them in the Harvest directory in order to load them into the WF corresponding to each file, for this I use this line coded :
Dim batchInfo As WorkflowBatchFileCollection = BRApi.Utilities.ExecuteFileHarvestBatch(si, fixedScenario, systemTime, valTransform, valIntersect, loadCube, processCube, confirm, autoCertify, False)
But with this line I do not filter the files present in Harvest.
Is there a way to filter by file name inside Harvest which seems to be common and mandatory?
Thank you for your help