Hello All,
I have developed an RPA workflow using UiPath Studio Web, and it is working fine when tested in the cloud. Please refer to the screenshot below. I have also published it to Orchestrator.
Next, I called this workflow in UiPath Maestro.
Issue I am getting is related to Integration service for Gmail. I tried to lower down the dependencies but it seems non editable in UiPath Studio web. Dependency version for
UiPath integration service is “UiPath.IntegrationService.Activities = 1.16.0-beta.20250624.1”
Below is the error message I am getting on Maestro.
Failure in the Orchestrator Job - (170002)
job.faulted for job: Failed to install package ‘Compliance_Get_Emails_Workflow.Rpa.Compliance_Get_Emails_Workflow.1.0.1’ System.Exception: Failed to install package ‘Compliance_Get_Emails_Workflow.Rpa.Compliance_Get_Emails_Workflow.1.0.1’ —> System.Exception: NU1102: Unable to find package UiPath.IntegrationService.Activities with version (>= 1.16.0-beta.20250624.1) - Found 18 version(s) in Orchestrator Host [ Nearest version: 1.15.0 ] - Found 18 version(s) in Official [ Nearest version: 1.15.0 ] - Found 0 version(s) in Local - Found 0 version(s) in nuget.org - Found 0 version(s) in Connect - Found 0 version(s) in Processes Feed — End of inner exception stack trace — at UiPath.Robot.Core.ProjectInstaller.ThrowInstallationException(IEnumerable1 loggerErrors, IEnumerable
1 additionalInstallPackageCommandErrors, Package package) at UiPath.Robot.Core.ProjectInstaller.InstallCore(InstallProjectCommand installCommand) at UiPath.Service.Core.NetWindowsProjectInstaller.InstallCore(InstallProjectCommand installCommand) at UiPath.Robot.Core.ProjectInstaller.<>c__DisplayClass11_0.<b__0>d.MoveNext() — End of stack trace from previous location — at UiPath.Robot.Core.ProjectInstaller.Install(InstallProjectCommand installCommand) at UiPath.Service.Core.PackageService.InstallWithTelemetry(InstallProjectCommand installCommand, String operationName, ProjectInstallTelemetry telemetryData) at UiPath.Service.Core.PackageService.InstallProcess(PublishedProcess process, ImpersonableIdentity identity, IRobot robot, Nullable`1 jobId, CancellationToken ct) at UiPath.Service.Job.InstallPackage(ImpersonableIdentity identity, CancellationToken ct) at UiPath.Service.Job.PrepareForExecution(ImpersonableIdentity identity, CancellationToken ct) at UiPath.Service.Job.StartAsync(IUserCredential credential)
It seems like for Integration service package version is different on orchestrator and on UiPath Studio web.
Let me know if you have any updates on this.
Thank you.