Release Automation

 View Only
  • 1.  How to fail a deployment with flows

    Posted Feb 16, 2018 01:55 PM

    Hi all,

     

    I'm trying to stop a deployment containing a flow and some actions outside of that flow. Even If I can "ROC - Fail Deployment Step" the actions outside of the flow still get called.

     

    See screen_shot.png :

     

     

    Regards,

    GGV



  • 2.  Re: How to fail a deployment with flows
    Best Answer

    Posted Feb 16, 2018 03:36 PM

    The “fail deployment” action doesnt stop the process, it calls a rest operation which fails the deployment. If there are subsequent actions they will continue to execute. I would recommend to have the action at the end or add a boolean condition to stop the process or exit the flow using a while loop. 



  • 3.  Re: How to fail a deployment with flows

    Posted Feb 17, 2018 04:13 PM

    Thanks Avi !