Forum Discussion

Santosh's avatar
Santosh
New Contributor
2 years ago

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 the data, else scheduled task should run to process the entire data coming from the input source.

2 Replies

  • 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.

  • SpiroTaleski's avatar
    SpiroTaleski
    Valued Contributor

    Santosh 

    You can create different types of tasks(Triggered, Scheduled, Ultra) on the same pipeline. But in your case, you can have one triggered pipeline and have a check in the pipeline where: 

    •  if there is an input data sent by the source, process that data. 
    • else process all data from the source.