Shell Job Entry FAQ

How to check for the return code of a shell script/batch file?

The Shell script considers a return code of 0 to mean success, anything else is failure. You can use hops to control the resulting flow.