No available license / Agentic units to perform healing analysis and recovery

Hi again guys,

I’m trying to use a ‘Check App State’ activity and I keep getting the error “No available license / Agentic units to perform healing analysis and recovery”.

I don’t have any License for Healing Agents because I don’t want to use it in my automation. I don’t know how to disable the ‘Healing Agents’, when I select the option ‘Disabled’ on Properties Panel, the error is still there. Can someone explain me how I can get rid of this functionality that I didn’t even ask for and don’t want to use?

I could fix!!

I needed to add ‘“DisableActivityRecovery”: true’ to the project.json under ‘RuntimeOptions’.

It seems it was related to the activity being inside a Try Catch with a generic exception and I was executing in ‘Debug’ mode. So for some reason the error was being displayed. Probably some really specific error that would only happen under these conditions.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.