Forum Discussion

Suryyyaaaa's avatar
Suryyyaaaa
Regular Visitor
1 year ago
Solved

How to Chain Multiple Pipelines Conditionally in Microsoft Fabric (Without Scheduling or File-Based

Hi Fabric Community, I’m working on a real-time orchestration scenario where I need to run multiple pipelines (e.g., Pipeline A → B → C) only if the previous one succeeds. If any pipeline fails, t...
  • v-nmadadi-msft's avatar
    1 year ago

    Hi  Suryyyaaaa ,
    Thanks for reaching out to the Microsoft fabric community forum.

    You can use the Fabric Invoke pipeline activity to execute another Microsoft Fabric pipeline. You can use it to orchestrate the execution of one or multiple pipelines from within a single pipeline.

     

    If you set up such an architecture, Pipeline 2 will run only once pipeline 1 is successful
    and pipeline 3 will run when pipeline 1 and 2 are successful.

    Invoke pipeline activity - Microsoft Fabric | Microsoft Learn

    I hope this information helps. Please do let us know if you have any further queries.
    Thank you