Q: My first question is what exactly is a bot in the context of the AppSumo plan limits?
I mean is a bot simply an agent that is available to run jobs? And the number of bots represents the number of simultaneous jobs that can be running at any time? Or are there other limitations to having less bots in tier 1 than in tier 2? Can the bots be reprogrammed to do different things over time? So I can repurpose the bots I have indefinitely over time?
Second question: Can you give more details on how raw python scripts can be used? For example would it be possible to pass variables into a step that is raw Python code and pass the results to the next step? And can basically anything that can be done using Python and Python libraries be done in any step just by using raw Python scripts?

Berii_PythonRPA
May 14, 2024A: Answering your first question: you are correct the bot license is a simply an agent that is available to run jobs, so the number of bots represent the number of simultaneous jobs that can be running. Note one Agent can process only one job at a time.
When you develope the automation project you can run it on any available and configured Agent. There is no limitation on number of automation projects (jobs) you can develop and install on agent. There is no limitation on updating those automation projects.
2) Yes it is possible to pass variables to Python ode and return the result. And yes you can run any Python code in Run Python Script activity on any step. We haven't met yet any restrictons on that. If you will we are always here to help.