Skip to content

Releases: axonivy-market/ui-path-connector

v13.1.1 🛒

17 Jul 10:25
Compare
Choose a tag to compare

Changes

v10.0.1.1

02 Aug 11:19
Compare
Choose a tag to compare

What's Changed

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

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

⚠️ 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: ''