Self Trigger RapidMiner Process

I have created a process in Rapid Miner Studio for retraining. The first operator that I use in this Process is "Process Documents from File" where I fill up the value for "Text Directories" i.e. the file locations which it picks up to get retrained.
My requirement is that, whenever there is addition of files in that location, the process should get triggered by itself to get retrained on the new files.
Is this capability present in Rapid Miner?
Find more posts tagged with
Are there any other options. As I dont want to Keep on monitoring the directory everytime. I wonder if the same can be provided from RapidMiner.
I dont want the process to get triggered through a scheduler. Instead, it should self trigger itself whenever there is an addition of files in the input directory from which it is reading.
Hi,
i've used rapidminer server to check every 20 secs if there is a new file in a folder and if there is, process it. So - yes, with a scheduled job on RM Server.
Best,
Martin