RPA bot not triggering from RM

When we try to trigger the bot after deployment in dev RM, we receive an error message such as “Not ready, cannot access app.”

@JoelPrakashJ2907My initial suspicion is that you have one of your adapter’s (now called Applications in 22.1) ReadyForRobotWork property set to false. The message is likely coming from the property ReasonAdapterNotReady. I would start there first. That property is used to allow you to perform some initialization in your project before Robot Manager begins sending work to the bot. It is typically used to launch all the required applications and ensure they are ready and available before accepting any work. You can also use it to turn off incoming work if you encounter an issue that would prevent work from being processed (like your password expired or the application being automated is down).

For more details, please see: Pegasystems Documentation.
The ‘RobotReadyForWork’ property is in the Runtime events section.