Conditional process flow using Step Templates

If I have a process flow that uses step templates (eg. IIS Website - Delete), what is the best way to introduce conditional flow into this process, such as checking if the website exists before trying to delete it?

Hi Richard,

Thanks for getting in touch! A very simplistic solution here would be to create a PowerShell step ahead of the delete step to determine if the site exists before this step runs.
Then you could conditionally only run that step if the PowerShell step before is successful.

If this solution doesn’t sound suitable, could you provide a detailed description of the scenario you are trying to solve.
Vanessa

Thanks Vanessa - sorry for the tardy reply :stuck_out_tongue: