Skip to content

Releases: axonivy-market/ui-path-connector

v10.0.1.1

02 Aug 11:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10.0.1...v10.0.1.1

Get it here: https://market.axonivy.com/ui-path-connector/10.0.1.1#download

v11.3.0

02 Aug 10:24
Compare
Choose a tag to compare

What's Changed

First release for AxonIvy 11

Now you can use the UI-Path Connector on the Axon Ivy Designer LE - 11.3

Full Changelog: v10.0.2...v11.3.0

Get it here: https://market.axonivy.com/ui-path-connector/11.3.0#download

v10.0.2

02 Aug 10:17
Compare
Choose a tag to compare

What's Changed

MARP-607 UIPath Authentication does not work properly by @nqhoan-axonivy in #24

  • Converted AxonIvy project to the latest 10.0.22
  • Converted API from v13 to v18 (latest)
  • Introduced new callable processes - uiPathJob
  • Adapt setup - documentation: https://market.axonivy.com/ui-path-connector#tab-setup
  • Introduce new demo (triggerAllActiveJobs.ivp andstartJobByName.ivp)
  • Converted to new variable format

Full Changelog: v10.0.1.1...v10.0.2

⚠️ Breaking Change

We changed the variable format, so please adapt your configuration to make the code work properly

Variables:
  # Login to your UiPath by https://cloud.uipath.com to get the API Access info
  uiPathConnector:
    # The id of organization, access to Admin > Tenant > Services > API Access > Organization ID
    organization: ''
    # The name of UiPath tenant, access to Admin > Tenant > Services > API Access > Name
    tenant: ''
    # The ID of service client, access to Admin > Tenant > Services > API Access > Client ID
    clientId: ''
    # The key of service user, access to Admin > Tenant > Services > API Access > User Key
    # [password]
    userKey: ''

Get it here: https://market.axonivy.com/ui-path-connector/10.0.2#download