Creating branches and joins

You can use exit codes in your flow to determine which branch of your flow to run.

About this task

In the following example, if the Start job ends with exit code 77, it means success and job Finish77 is started. If the Start job ends with 0, 2, or 3, different processing is needed. The result of any of those processing branches goes to the merge job.