Hi All,
Can i have a File pickup with Polling functionality as a part of itnerary so that when File Pickup service keeps polling the folder and when it gets a file ,the contents of the file are placed to the next step in the iternary.
Thanks
Yes, you can do that. Just place the pickup instance as step in your process. It will wait till it either picks one file or you reach the timeout.
Thomas
Hello
You can't use polling functionnality as a part of an esbprocess because an esbprocess is triggered by an incoming message in the entry endpoint.
To do what you want you have to use the filepickup to publish in the entry point of your process.
Regards
Chan Jeremy