Auto-Healing | Healing Agent

Currently, I have enabled Auto-healing for a process in orchestrator and it says, “The job was completed successfully without any issues requiring self-heal.” in the job details and there is no tab to see its suggestions.

However in the logs of this process, there are UI Activities where targets could not be found.

Why did the healing agent not work and fix the automation?

@ashton.lalchan,

There could be multiple reasons for why Healing Agent didn’t worked. Refer this post and check all the points.

hi @ashokkarale I have verified that these reasons in that thread have been enabled/address yet the message still persists where there are no debug files presented when Auto-healing should be there.

Hi @ashton.lalchan

The failure count may have been too low for Auto-healing to trigger. The process might have retried or caught exceptions, preventing healing. Auto-healing may not cover certain UI activities. If selectors changed significantly, healing might not work. The model may not have learned enough from past failures.

Check Auto-healing settings and logs for ignored failures. Review exception handling to ensure healing can activate. Manually update selectors for UI elements that failed. Allow more failures to be analyzed for better healing suggestions.

Mark as a solution if you found helpful.