I have a scenario where i need to get a variable amount of CSV files as attachments into a running process instance.
The problem is that these CSV files are created by an outside system and can only be identified by the path in which they are stored and the creation date of the file. I can find these files with a PowerShell action but i have no clue how to add them as attachments to my workflow. At the point in time the files are created by the 3rd part system my workflow is not yet running so i cannot attach an instance identifier to the files which would be needed to use a hotfolder scenario.
Any tips would be much appreciated.
Cheers
Pasquale