Hi Everyone I’m trying to run the very simple agent on community account. But it’s getting faulted can anyone please check this.
Also I’m running this on community account can it be the reason due to licence
@Codeverse When a UiPath job shows as “Faulted”, it simply means the process encountered an error during execution and could not continue.
To troubleshoot this, you can check a few things:
Check logs → This is the most important step. Look at the logs in the Output panel (Studio) or in Orchestrator. They usually tell exactly where it failed.
Review exception details → If there is an error/exception, go through it to understand what caused the failure.
Run in Debug mode → Step through the workflow to identify the exact activity where the issue occurs.
Check dependencies → Make sure all required packages, connections, or external resources are available and properly configured.
This is defiantly not an issue due to the license. There is some error which is not just visible in the output logs due to some lags/delays. Click on the Download Logs button and check all the logs for the actual issue.
Hii @Codeverse,
this is very likely due to the community account those plans often have strict execution or time limits so the agent gets faulted midrun
if it a simple agent and still failing it usually hitting a timeout or step limit rather than a logic issue. stillquickly check the logs once if you see timeout or rate limit errors that confirms it’s the license restriction.
Hi @ashokkarale thanks for your response but this is what I’m getting nothing more detailed
Hi @Jp_Khetan - I’m assuming the same due community plan how it’s behaving
upgrade the plan this is the most reliable fix higher tiers remove those strict time or step limits so agents run properly optimize the agent reduce steps, avoid loops,
and remove unnecessary tool calls so it finishes within community limits
If it’s faulting randomly even when simple, upgrading is usually the only stable solution.
Ohh ok that’s strange @Codeverse
I tried recreating the issue on Community license and it’s working fine for me
Have you tried creating a new agent from scratch? If not, give it a try.
@ashokkarale - I can give it try creating it from scratch
Let us know if issue persists.