We have a process being kicked off by a watched folder. Unfortunately, we are not guarunteed that the filename will be "data.xml" (or whatever else). However, because we are referring to it in the workflow, it doesn't make it very portable.
I see that it's setting this in the metadata:
com.adobe.aemfd.watchfolder.sourceFileOrDir : C:\ReviewRackProcess_WatchedFolder\stage\Wxc2679dcb579a18455c19d803\data.xml
I guess I need to dynamically read the filename and retrieve the XML in to a variable - probably a custom step.
Anyway, if anybody has already solved this, let me know.
Thanks,