sailpoint.custom.training.RulesIntegrationExecutor

I have the IntegrationConfig-RulesBasedProvision declared like this on SailPoint 7.2p3:

<IntegrationConfig execStyle="synchronous" executor="sailpoint.custom.training.RulesIntegrationExecutor" name="IntegrationConfig-RulesBasedProvision" roleSyncStyle="it">

On SailPoint 8 though, it complains about the executor being invalid.

Look like the custom.training package is now obsolete. What should be the new executor class name?

You need to make sure that the compiled Java class sailpoint.custom.training.RulesIntegrationExecutor is present in your classpath, perhaps in WEB-INF/classes or in a .jar file within WEB-INF/lib

I found the class as a loose class file in my 7.2P3 environment; is this class not a part of the IdentityIQ product?

No, this class is not part of the product and does not come out-of-the-box. Most likely it was developed by someone in SailPoint Professional Services or Training Services