QuestionQ90

Orchestrator

A developer created an Azure DevOps Release Pipeline using the UiPath plugin. They added a Deploy task with the settings shown.

What is the expected output of this task?

Question Image

  • A Publishes the packages to Orchestrator Tenant.Creates the processes in Finance Orchestrator Folder. If the Process exists, it upgrades it to latest version.
  • B Creates the nupkg files.Publishes the packages to Finance Orchestrator Folder.Creates the processes in Finance Orchestrator Folder. If the Process exists, it upgrades it to latest version.
  • C Publishes the packages to Finance Orchestrator Folder.Creates the processes in Finance Orchestrator Folder. If the Process exists, it upgrades it to latest version.
  • D Creates the nupkg files.Publishes the packages to Orchestrator Tenant.Creates the processes in Finance Orchestrator Folder. If the Process exists, it upgrades it to latest version.
Explanation

The UiPath Deploy task deploys existing NuGet packages to UiPath Orchestrator; package creation is performed by the separate UiPath Pack task. With automatic process creation/update enabled, the task creates processes in the specified Finance Orchestrator folder using Main.xaml, and updates processes associated with the package to the latest version. Packages are published to the Orchestrator tenant feed, whereas processes are deployed within an Orchestrator folder.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!