If you see the error in task result and that is a workflow being triggered by identity refresh task -
Mostly it is due to one or more of the application provisioning polices having unanswered questions. Because Scheduler is the default launcher for workflow triggered by identity refresh task and it's not really an identity object, you see the error. To find out what exactly the applications are -
Add this to your log4j.properties and reload logging in debug:
log4j.logger.sailpoint.WorkflowTrace=trace
Reproduce the issue and look for these lines in SailPoint log:
Basically from the errors above, we can tell the app's name and it's the Enable provisioning policy that needs answer for the status attribute.
Update the value of status so there's always a default answer or remove required = "true" and reviewRequired="true" to make the form not to be presented.
Thanks Clement. Can we not override the owner to spadmin or another Identity at the field or Form level ?