Activities
latest
false
Banner background image
Workflow Activities
Last updated Apr 22, 2024

Update Process

Description

This activity is used to update a process with an existing package from the same folder.

Inputs

  • Orchestrator Url - The URL of the Orchestrator instance where the process has to be updated. For example: https://{yourDomain}.
  • Folder Name - The name of the Orchestrator folder in which the process is found.
  • Process Name - The name of the process to be updated.

Properties

  • Folder Name - The name of the Orchestrator folder in which the process is found.
  • Orchestrator Url - The URL of the Orchestrator instance where the process has to be updated. For example: https://{yourDomain}.
  • Package Name Optional - If specified, a check is performed to ensure the process is based on that package. If empty, no check is done.
  • Package Version Optional - Specifies the package version to be used for the process. If empty, the process is updated to the latest version.
  • Process Name - The name of the process to be updated.

Exceptions

In the event of an error, the Update Process Activity displays the following exceptions:

  • 'UiPath.Pipelines.Activities.Core.DifferentPackageNameException' - This exception is thrown when the package name specified in the activity does not match the name of the actual process package.
  • 'UiPath.Pipelines.Activities.Core.SameVersionUpdateException' - This exception is thrown when the process is already based on this version of the package. This is also expected when you don't provide a Package version and the process is already updated to the latest version of the package.

This exception is thrown when a version conflict occurs. For example:

  • When you provide a specific version that is already in use by the process.
  • When you do not provide a specific version but the process you try to update already uses the version in the package.
You can handle it if you want your Pipeline to continue execution for these cases or set the ContinueOnError flag to continue the job even if an error is thrown.
  • Description
  • Inputs
  • Properties
  • Exceptions

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.