I have a job with a simple evaluation. If the variable it is evaluating is 1, it reports success and runs a transformation. If it is zero then I have the error running a dummy step. Problem is that the job metrics reports a failure for that job and I want it to report a success even though the evaluation "failed". There are no errors in the log but the job reports "false" under "finished job entry". Basically the variable is set in a config file and allows the user to decide which transforms to turn on and off.