adTempus 4.9.1.0 Release Notes

4.9.1.0

Released September 27, 2022

Fixed Issues

General
Fixed issue with refreshing OAuth2 authentication tokens
For more information see article K00000613.
Job Execution
Fix for step status override
When a step fails and a step failure Response is configured to change the step status to Succeeded, the step is now correctly reported as successful. Previously it was still incorrectly reported as a failure in some case.

Note that a simpler way to achieve the same outcome for a Program Execution Task is to change the Success Rule settings for the step to always report it as successful.
Continue executing if Response on failed step branches to another step
If a failed step has a failure Response to run another step in the job, adTempus will now continue execution at the specified step. Previously the failed step caused job execution to stop, and the requested step(s) were not run.