CMS - add a PDF file to the process
Hi all,
I'm trying to find the way to do the following. We need to start a process when a email comes with an attachment. I can solve this by a daemon in OS at host. But then, when the file moves to a folder, I need to:
- Start the process
- Add the PDF to the process to be available to process users.
I'm writing a Java class in order to search if there is a file to the folder and raise the start of the process. I need to know how can put it in a daemon that executes that every x minutes.
Then, I have to attach the PDF to the process, but I'm not finding a way to do it.
Any idea?
Thanks in advance