UiPath Studio Web – Run Job activity mismatch with training module
The training module “Build your first agent with UiPath Studio Web” shows an older version of the Run Job activity compared to the current Studio Web UI.
In the training, the activity only shows Process Name + Input Arguments, and you can directly configure inputs like EmailBody and EmailAddress.
In the current version, there is an additional required field: Entry Point Path. Before Input Arguments can be properly configured, you must first select the entry point (default shown as /content/agent.json).
However, there is a critical issue: if /content/agent.json remains set in the Entry Point Path, the process fails after publishing and running in Orchestrator with:
The entry point with path ‘/content/agent.json’ was not found in package version ‘1.1.1’. Error code: 2009
The workaround I found is:
-
Set the Entry Point Path to
/content/agent.jsonto enable Input Arguments configuration -
Configure
EmailBodyandEmailAddress -
Then clear/remove the Entry Point Path value before publishing
Without removing it, the job fails in Orchestrator.
It seems like a mismatch between the training documentation and the current Studio Web behavior, or possibly an incorrect dependency on the entry point field in this activity version.
Remove & re-publish



