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

Is it possible to run a trigger task and scheduled task on same pipeline for different operations?

Santosh
New Contributor

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 2

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. 

 

koryknick
Employee
Employee

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