06-06-2024 04:34 PM
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.
06-07-2024 04:10 AM
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:
06-07-2024 04:13 AM
@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.