How to end a process and appear with status "successfull" in Orchestrator

Hi, I have a web based process and I want my process to end if the site is not available, but in orchestrator I want the status to be “successfull” not “failed”.

How can I stop a process and give this status? Also I want my process to end if the site is not working. How cand I do that?

@adrianab.98

Use a try catch around your site check…so if it fails a catch will catch that exception…in the catch block use a boolean variable and set it to true and add if condition after that and when true do not process further…and process will smoothly end

Cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.