After upgrading from 5.1.0 to 5.2.0 it complains that failedTotalAll no longer exists. Is this intended? I do not see anything about it in the release notes.
Well, they are deprecated since 3.0.0. We needed to write a new step in 5.2.0 and simply did not copy the deprecated properties into the new step. It should be feasible to copy the old properties again so that old scripts should still run.