UiPath Documentation
sdk
latest
false
Developer guide

Release notes

This page documents the new feature keys introduced in each release of the UiPAth.Activities.Api SDK package.

v22.4.1​

Release date: 9 May 2022

WorkflowAnalyzerV11​

  • New interfaces:
  • New properties have been added to the IProjectSummary interface:
    • HasModernBehavior - Indicates if the project uses the modern design experience.
    • Templates - The list of all templates in the project.
    • ObjectBrowserSummary - A summary of Object Repository information in the project.

WorkflowAnalyzerV12​

A new property has been added to the IMemberModel interface:

  • HasLiteralExpression - Indicates if the defined expression is a Literal<string>.

WorkflowAnalyzerV13​

A new property has been added to the IAnalyzerConfigurationService interface:

  • ActiveProfile - Indicates the profile where the Workflow Analyzer is executed.

ProjectPropertiesV3​

A new property has been added to the IProjectPropertiesService interface:

  • GetProjectName() - Returns the project name.

ActivityFactoryV4​

New interfaces:

PackageBindingsV3​

  • New properties have been added to the IPackageBindingModel interface:
    • MetadataV2 - Properties of the bound object.
    • Key - Unique key of the binding.
    • Description - Description of the binding.
  • New properties have been added to the PackageBindingMetadata interface:
    • Key - Property used to generate the unique identifier for the resource.
    • Description - User-defined description to specify the intended usage of the resource.
    • Metadata - Properties used to tailor the bindings override experience.

ActivityTriggersV1​

New interfaces:

  • IActivityTriggerService - Exposes functionality for trigger activities to register information about themselves.
  • TriggerData - Provides trigger-related information about activities.

v21.10.3​

Release date: 8 November 2021

WorkflowAnalyzerV10​

A new property has been added to the IProjectSummary interface:

  • FileTemplates - Returns the list of file templates in the project.

ProjectPropertiesV2​

A new property has been added to the IProjectPropertiesService interface:

  • GetTargetFramework() - Returns the target framework of the current project.

DesignTimeExpressionExpanderService​

New interfaces:

OrchestratorApiV1​

New interfaces:

LicenseApiV1​

New interfaces:

ModernClassicSettingV1​

New interfaces:

  • ModernClassicSettings - Defines how an activity package prefers to handle Modern vs Classic activities.

ActivitySynonymsV1​

New interfaces:

AttendedActivitiesV1​

New interfaces:

StudioDesignSettingsV2​

A new property has been added to the IStudioDesignSettingsService interface:

  • UseConnectionService - Indicates if Integration Service connections are enabled by default

ObjectRecorderHighlight​

New properties have been added to the IObjectSelectionDescription interface:

  • SupportsObjectRecorderHighlight - Returns true if element highlighting is supported.
  • GetAutoCaptureElementsFactory - Returns the function that allows triggering the Capture All feature from the Object Repository.

ObjectRecorderCurrentElements​

A new property has been added to the IObjectSelectionDescription interface:

  • SupportsObjectRecorderCurrentElements - Returns true if elements are listed during recording.

AutoCaptureElements​

A new property has been added to the IObjectSelectionDescription interface:

  • GetAutoCaptureElementsFactory - Returns the function that allows triggering the Capture All feature from the Object Repository.

PackageBindingsV2​

BusyServiceV1​

New interfaces:

  • IStudioBusyService - Allows displaying a busy indicator on long-running processes with status updates.
  • IStudioBusyScope - A scope within a long-running process that allows status updates.

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated