cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Trigger the Pipeline/Task during the events happens without Ultra?

Surendar
Contributor

I have a requirement like to trigger/ kick start the Task/Pipeline when receiving the input source files in a specified file location path.

Is possible to achieve this without Ultra method task?

By using File Poller we can poll the files but shall we trigger the pipeline/Task based on any snaps or configurations?

Kindly share your ideas/suggestions on this. Also let me know for any queries.

Note:
Events may be getting files in specified path,
Removing the files in specified path etc

1 REPLY 1

vaidyarm
Contributor

Hi Surrender,

you can use file poller with Polling timeout as -1, this will poll for files indefinitely, and use task or pipeline execute snap in front of it and add filename as one of pipeline parameter.

now run the pipeline with all the needed configuration on non ultra snaplex, pipeline will run indefinitely just like ultra pipeline,

hope this serves the purpose

Thanks