Activates a solution deployment.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| SolutionDeploymentName | In | InArgument<String> |
✓ | ||
| Tenant | In | InArgument<UiPath.Pipelines.Activities.CustomTypes.OrchestratorTenant> |
✓ | ||
| ContinueOnError | In | InArgument<Boolean> |
|||
| TimeoutMS | In | InArgument<Int32> |
Analyzes a project against workflow analysis rules.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ContinueOnError | In | InArgument<Boolean> |
|||
| RepositoryPath | In | InArgument<String> |
|||
| ProjectPath | In | InArgument<String> |
|||
| AnalyzePolicy | In | InArgument<UiPath.Pipelines.Activities.AnalyzePolicy> |
|||
| AnalysisResult | Out | OutArgument<Data.DataTable> |
Packages an automation project.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ContinueOnError | In | InArgument<Boolean> |
|||
| RepositoryPath | In | InArgument<String> |
|||
| ProjectPath | In | InArgument<String> |
|||
| Author | In | InArgument<String> |
|||
| Version | In | InArgument<String> |
|||
| IncludeSources | In | InArgument<Boolean> |
|||
| SeparateRuntimeDependencies | In | InArgument<Boolean> |
|||
| SkipValidate | In | InArgument<Boolean> |
|||
| RepositoryType | In | InArgument<String> |
|||
| RepositoryUrl | In | InArgument<String> |
|||
| RepositoryBranch | In | InArgument<String> |
|||
| RepositoryCommit | In | InArgument<String> |
|||
| ReleaseNotes | In | InArgument<String> |
|||
| PackagePath | Out | OutArgument<String> |
Clones a git repository.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| RepoUrl | In | InArgument<String> |
|||
| CommitSha | In | InArgument<String> |
|||
| AccessToken | In | InArgument<String> |
|||
| DestinationPath | In | InArgument<String> |
|||
| SkipCertificateCheck | In | InArgument<Boolean> |
|||
| RepositoryPath | Out | OutArgument<String> |
|||
| ContinueOnError | In | InArgument<Boolean> |
|||
| TimeoutMS | In | InArgument<Int32> |
Deletes a solution package.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| SolutionPackageName | In | InArgument<String> |
|||
| SolutionPackageVersion | In | InArgument<String> |
|||
| Tenant | In | InArgument<UiPath.Pipelines.Activities.CustomTypes.OrchestratorTenant> |
✓ | ||
| ContinueOnError | In | InArgument<Boolean> |
|||
| TimeoutMS | In | InArgument<Int32> |
Deploys a solution.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| SolutionPackageName | In | InArgument<String> |
|||
| SolutionPackageVersion | In | InArgument<String> |
|||
| SolutionDeploymentName | In | InArgument<String> |
|||
| PathToSolutionPackageConfiguration | In | InArgument<String> |
|||
| SolutionRootFolderName | In | InArgument<String> |
|||
| DestinationOrchestratorFolder | In | InArgument<UiPath.Pipelines.Activities.CustomTypes.OrchestratorFolder> |
|||
| Tenant | In | InArgument<UiPath.Pipelines.Activities.CustomTypes.OrchestratorTenant> |
✓ | ||
| ContinueOnError | In | InArgument<Boolean> |
|||
| TimeoutMS | In | InArgument<Int32> |
Downloads a package from Orchestrator.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| PackageName | In | InArgument<String> |
|||
| Folder | In | InArgument<UiPath.Pipelines.Activities.CustomTypes.OrchestratorFolder> |
|||
| PackageVersion | In | InArgument<String> |
|||
| IsLibrary | In | InArgument<Boolean> |
|||
| PackagePath | Out | OutArgument<String> |
|||
| Tenant | In | InArgument<UiPath.Pipelines.Activities.CustomTypes.OrchestratorTenant> |
|||
| ContinueOnError | In | InArgument<Boolean> |
|||
| TimeoutMS | In | InArgument<Int32> |
Downloads a solution package.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| SolutionPackageName | In | InArgument<String> |
|||
| SolutionPackageVersion | In | InArgument<String> |
|||
| PathToSolutionPackage | Out | OutArgument<String> |
|||
| Tenant | In | InArgument<UiPath.Pipelines.Activities.CustomTypes.OrchestratorTenant> |
✓ | ||
| ContinueOnError | In | InArgument<Boolean> |
|||
| TimeoutMS | In | InArgument<Int32> |
Downloads a solution package configuration.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| SolutionPackageName | In | InArgument<String> |
|||
| SolutionPackageVersion | In | InArgument<String> |
|||
| SolutionPackageConfigurationFormat | In | InArgument<UiPath.Pipelines.Activities.Solutions.Dtos.ConfigurationFormat> |
|||
| PathToSolutionPackageConfiguration | Out | OutArgument<String> |
|||
| Tenant | In | InArgument<UiPath.Pipelines.Activities.CustomTypes.OrchestratorTenant> |
✓ | ||
| ContinueOnError | In | InArgument<Boolean> |
|||
| TimeoutMS | In | InArgument<Int32> |
Publishes a package to Orchestrator.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| PackagePath | In | InArgument<String> |
✓ | ||
| Folder | In | InArgument<UiPath.Pipelines.Activities.CustomTypes.OrchestratorFolder> |
|||
| Tenant | In | InArgument<UiPath.Pipelines.Activities.CustomTypes.OrchestratorTenant> |
|||
| ContinueOnError | In | InArgument<Boolean> |
|||
| TimeoutMS | In | InArgument<Int32> |
Publishes a solution package.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| SolutionProjectName | In | InArgument<String> |
|||
| SolutionPackageName | In | InArgument<String> |
|||
| SolutionPackageVersion | In | InArgument<String> |
|||
| SolutionPackageDescription | In | InArgument<String> |
|||
| SolutionRootFolder | In | InArgument<String> |
|||
| Tenant | In | InArgument<UiPath.Pipelines.Activities.CustomTypes.OrchestratorTenant> |
✓ | ||
| ContinueOnError | In | InArgument<Boolean> |
|||
| TimeoutMS | In | InArgument<Int32> |
Re-syncs a solution project. Note: Components may be removed if they are no longer available in the source.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| SolutionProjectName | In | InArgument<String> |
✓ | ||
| SolutionSyncOption | In | InArgument<UiPath.Pipelines.Activities.Solutions.Dtos.SolutionProjectSyncOption> |
|||
| Tenant | In | InArgument<UiPath.Pipelines.Activities.CustomTypes.OrchestratorTenant> |
✓ | ||
| ContinueOnError | In | InArgument<Boolean> |
|||
| TimeoutMS | In | InArgument<Int32> |
Runs an existing test set created in Orchestrator. The activity needs a Testing license to run.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| TestSetName | In | InArgument<String> |
✓ | ||
| Tenant | In | InArgument<UiPath.Pipelines.Activities.CustomTypes.OrchestratorTenant> |
✓ | ||
| Folder | In | InArgument<UiPath.Pipelines.Activities.CustomTypes.OrchestratorFolder> |
✓ | ||
| AttachRobotLogs | In | InArgument<Boolean> |
|||
| RetryCount | In | InArgument<Int32> |
|||
| ResultFilePath | Out | OutArgument<String> |
|||
| TestSetReport | Out | OutArgument<UiPath.Pipelines.Activities.Models.UiPathTestReport> |
|||
| ContinueOnError | In | InArgument<Boolean> |
Run tests. It needs a Testing license
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| RepositoryPath | In | InArgument<String> |
✓ | ||
| ProjectPath | In | InArgument<String> |
|||
| Author | In | InArgument<String> |
|||
| Version | In | InArgument<String> |
|||
| SkipValidate | In | InArgument<Boolean> |
|||
| SeparateRuntimeDependencies | In | InArgument<Boolean> |
|||
| RepositoryType | In | InArgument<String> |
|||
| RepositoryUrl | In | InArgument<String> |
|||
| RepositoryBranch | In | InArgument<String> |
|||
| RepositoryCommit | In | InArgument<String> |
|||
| ReleaseNotes | In | InArgument<String> |
|||
| Tenant | In | InArgument<UiPath.Pipelines.Activities.CustomTypes.OrchestratorTenant> |
✓ | ||
| Folder | In | InArgument<UiPath.Pipelines.Activities.CustomTypes.OrchestratorFolder> |
✓ | ||
| AttachRobotLogs | In | InArgument<Boolean> |
|||
| RetryCount | In | InArgument<Int32> |
|||
| ResultFilePath | Out | OutArgument<String> |
|||
| TestSetReport | Out | OutArgument<UiPath.Pipelines.Activities.Models.UiPathTestReport> |
|||
| ContinueOnError | In | InArgument<Boolean> |
Container activity for reporting status to Automation Ops - Pipelines.
No members extracted.
Uninstalls a solution.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| SolutionDeploymentName | In | InArgument<String> |
|||
| ContinueOnError | In | InArgument<Boolean> |
|||
| Tenant | In | InArgument<UiPath.Pipelines.Activities.CustomTypes.OrchestratorTenant> |
✓ | ||
| TimeoutMS | In | InArgument<Int32> |
Updates a process in Orchestrator.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Folder | In | InArgument<UiPath.Pipelines.Activities.CustomTypes.OrchestratorFolder> |
✓ | ||
| ProcessName | In | InArgument<String> |
|||
| PackageName | In | InArgument<String> |
|||
| PackageVersion | In | InArgument<String> |
|||
| Tenant | In | InArgument<UiPath.Pipelines.Activities.CustomTypes.OrchestratorTenant> |
|||
| ContinueOnError | In | InArgument<Boolean> |
|||
| TimeoutMS | In | InArgument<Int32> |
Uploads a solution package.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| PathToSolutionPackage | In | InArgument<String> |
|||
| Tenant | In | InArgument<UiPath.Pipelines.Activities.CustomTypes.OrchestratorTenant> |
✓ | ||
| ContinueOnError | In | InArgument<Boolean> |
|||
| TimeoutMS | In | InArgument<Int32> |