Hi everyone,
I’m currently building an agentic automation solution using UiPath Maestro + Web Studio and I’m facing an issue with solution deployment/debugging.
Setup:
- Created a new Solution directly from Maestro using “Start Modeling”
- Added a BPMN process
- Added RPA workflows inside the same solution
- Using “Deploy resources before debugging”
Problem:
- Local workflow debugging works normally
- But running the BPMN process fails
- Initially I got:
“Failure to start Orchestrator RPA job” - Then after enabling “Deploy resources before debugging”, deployment started hanging on:
designer.solution_debug.publish_queued
I later discovered a package version conflict:
1.0.0 version already exists for this package
After incrementing the version, publishing started but now fails with:
Failed to provision solution projects due to timeout
Full error:
Failed to provision solution projects due to timeout
Questions:
- Is this a known Maestro/Web Studio provisioning issue?
- Does Maestro internally require Orchestrator resources/processes even if everything is created only from the Solution view?
- Is there a recommended way to force-refresh/rebuild orchestration bindings for solution workflows?
- Could this be caused by corrupted solution metadata?
- Are there any tenant/folder/licensing requirements specific to Maestro solutions that are easy to miss?
Additional notes:
- I recreated the solution from scratch and still see the same issue
- Simple workflows like “Log Message” also fail during deployment
- I’m using UiPath Automation Cloud + Maestro Web Studio
Any guidance would be appreciated because I’m currently stuck understanding whether this is:
- a deployment configuration issue,
- a Maestro limitation,
- or a cloud provisioning/backend problem.
My problem is the same as this problem
Not able to start Robot while debugging Agent : Failure to start the Orchestrator RPA job - (170007)
but i didn’t understand any of the given solutions i didn’t know how to apply them
Thanks!