RPA workflow as an agent tool is slow

Hi everyone,

I’m calling a RPA workflow as a tool with my agent. The RPA workflow take normally less than 3 seconds to proceed (without the provisioning steps). However, with the agent tool it’s taking 13 seconds …

Do you know how to reduce theis ? I highly suspect the provisionning steps to be the bottleneck.

PS : I’m using the UiPath studio web

image

Logs RPA workflow not invoked within the agent tool

2026-02-11 10:16:10.532 CET: Info: Preparing projects for debugging…
2026-02-11 10:16:12.222 CET: Info: Preparing projects for debugging completed
2026-02-11 10:16:12.358 CET: Warning: Other projects detected, but provisioning step was skipped.
2026-02-11 10:16:12.588 CET: Info: Building project
2026-02-11 10:16:14.506 CET: Info: Project built
2026-02-11 10:16:14.850 CET: Trace: Debug session is initializing
2026-02-11 10:16:14.860 CET: Trace: Transferring project
2026-02-11 10:16:15.395 CET: Trace: Download completed
2026-02-11 10:16:15.400 CET: Trace: Restoring NuGet packages
2026-02-11 10:16:16.282 CET: Trace: Packages restored
2026-02-11 10:16:18.508 CET: Information: get_data execution started
2026-02-11 10:16:21.127 CET: Information: [data_row]
2026-02-11 10:16:22.247 CET: Information: get_data_ execution ended

@Theo_l

If your RPA Workflow running on a Serverless robot, this is going to install the package every time the tool will run as the serverless bot will be dynamically allocated to your job to run the job. Try running the RPA Workflow on a Attended or Unattended bot.