Is it possible to run a trigger task and scheduled task on same pipeline for different operations?
Is it possible to run a trigger task and a scheduled tasks on same pipeline for different operations? Ex: If there a specific value coming from a input source then trigger task should run to process...
Santosh - yes, you can create multiple tasks on the same pipeline. Just create a Scheduled task with the default parameters you want to run with, and also create a Triggered task you can call on demand.