Forum Discussion
Hi @hirakangshu.nag,
There is possible another approach. Instead of having ultra pipeline, you can simple have one pipeline that starts with File Poller snap. Once the pipeline is started it will run indefinitely if pooling timeout is set to -1. So, in the dashboard you will see only one process that will run continuously If you check Only Output On Change there will be output documents from File Poller only if the content of the given location is changed. Polling interval in seconds allows you to specify on what period the file poller should check the location for changes (i.e. 10 seconds in your example).
Below is a screen shot of one test pipeline:
I hope this will help you in your case.
Let me know if you need further help on this. 👌
/Lazo