Forum Discussion

russellhq's avatar
russellhq
Regular Visitor
1 year ago
Solved

How To Exit Pipeline Successfully On Condition

Hi, I'm new to pipelines and have been trying to find out how to control the flow of a pipline so it can exit succesfully if a condition is met. The pipeline is on a schedule, each time it runs, i...
  • russellhq's avatar
    russellhq
    1 year ago

    Thanks Ben, I've got something like this set up and working. The issue is I can't add all my activities into the if activity as some of them are for loops and more if activites as well which aren't supported within an if activity.

     

    I've reworked the pipeline to remove the loops and if conditions from within the if block and have got things working now. I've also started using pipeline return parameters which has helped as well.