I am using WebRun/JobRun in an automation to run 4 different Lawson processes which need to run in order and need to be completed before the next one starts. I have tried using a branch to check for errorCode = 0, but it apparently has this set before completion. How can I guarantee it is complete before the next runs?