UiPath Connected System

Overview

Manage your UiPath Orchestrator and start Jobs directly from Appian! Users can connect to their UiPath Orchestrator and perform multiple operations against it. See which robots are connected and what processes are available to run. The UiPath Connected System Plug-in uses the UiPath Orchestrator API for each operation listed below.

Key Features & Functionality

  • StartJob - Operation for starting a job on UiPath
  • StartJobSimple - Start a job (no discovery)
  • GetEnvironments - Operation for getting the details of all UiPath environments. Can retrieve by id, OData, or list all.
  • GetJobs - Operation for listing jobs on UiPath environment. Both get job by id and OData available.
  • GetRobots - Operation for listing robots on UiPath environment. Both get robot by id and OData available.
  • GetReleases - Operation for listing releases on UiPath environment. Also get process by id and OData available.
  • GetProcesses - Operation for listing processes on UiPath environment. Also get process by id and OData available.
  • GetAuthToken - Operation for retrieving the Authentication Token
  • GetReleaseKey - Operation for retrieving the release key of a Process by the processId.
  • GetFolders - Get all folders *Formerly called "Organization Units"
  • GetQueues - Integration for listing queues on UiPath environment. Both get job by id and OData available.
  • GetQueueItems - Integration for listing queue items on UiPath environment. Both get job by id and OData available.
  • GetQueueStatus - Integration for listing queue status on UiPath environment. Both get job by id and OData available.
  • AddQueueItem - Integration for adding queue items on UiPath environment. Both get job by id and OData available.
  • DeleteQueueItem - Integration for removing queue items on UiPath environment using OData.

Note: Demo App Requirements:

  • Plugin : Dictionary Utilities (v1.1.0) https://community.appian.com/b/appmarket/posts/dictionary-utilities#
Anonymous
Parents
  • Hello, I am trying to connect from an Appian on-premise environment (20.3.1295.0) and I am getting the following error: 

    com.fasterxml.jackson.core.JsonParseException: Unexpected character ('<' (code 60)): expected a valid value (JSON String, Number, Array, Object or token 'null', 'true' or 'false') at [Source: (String)"<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta type="copyright" content="Copyright (C) 1996-2016 The Squid Software Foundation and contributors"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>ERROR: The requested URL could not be retrieved</title> <style type="text/css"><!-- /* * Copyright (C) 1996-2016 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ licen"[truncated 3098 chars]; line: 1, column: 2]

    Any suggestion and help is greatly appreciated

    Regards

Comment
  • Hello, I am trying to connect from an Appian on-premise environment (20.3.1295.0) and I am getting the following error: 

    com.fasterxml.jackson.core.JsonParseException: Unexpected character ('<' (code 60)): expected a valid value (JSON String, Number, Array, Object or token 'null', 'true' or 'false') at [Source: (String)"<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta type="copyright" content="Copyright (C) 1996-2016 The Squid Software Foundation and contributors"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>ERROR: The requested URL could not be retrieved</title> <style type="text/css"><!-- /* * Copyright (C) 1996-2016 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ licen"[truncated 3098 chars]; line: 1, column: 2]

    Any suggestion and help is greatly appreciated

    Regards

Children