- Release Notes
- Overview
- Getting Started
- Marketplace Vendors
- Marketplace Customers
- Publishing Guidelines
- Publishing Guidelines for Ready-to-go Automations
- Publishing Guidelines for Solution Accelerators
- Publishing Guidelines for Integration Service Connectors
- Security & IP Protection
- Other UiPath Listings
- Node-RED
- Setup
- Teams
- Microsoft Teams Scope
- Create Team
- Create Team From Group
- Get Team
- Get Teams
- Channels
- Create Channel
- Delete Channel
- Get Channel
- Get Channels
- Update Channel
- Chats
- Get Chat
- Get Chats
- Get Chat Members
- Messages
- Get Message
- Get Messages
- Get Message Replies
- Reply To Message
- Send Message
- Events
- Create Event
- Delete Event
- Get Event
- Get Events
- Users
- Get User Presence
- How It Works
- Technical References
- Get Started
- About
- Setup
- Technical References
- Azure Form Recognizer Scope
- Activities
- Analyze Form
- Analyze Form Async
- Get Analyze Form Result
- Analyze Receipt
- Analyze Receipt Async
- Get Analyze Receipt Result
- Analyze Layout
- Analyze Layout Async
- Get Analyze Layout Result
- Train Model
- Get Models
- Get Model Keys
- Get Model Info
- Delete Model
- Connectors
- How to Create Activities
- Build Your Integration
Node-RED
Node-RED is a programming tool for wiring together hardware devices, APIs and online services.
It provides a browser-based editor that makes it easy to wire together flows using the wide range of nodes in the palette that can be deployed to its runtime in a single click.
Node-RED is the bridge that connects UiPath to the digital world over. It offers Orchestrator in overdrive, allowing you to connect UiPath to environments such as Webhooks, Custom UIs, and IoT.
Node-RED can be used with the following nodes:
A configuration node that authenticates all calls made to Orchestrator and automatically refreshes API tokens when needed.
ON PREMISE
- URL: The URL of your Orchestrator instance.
- Tenant: Your tenant
- Username: Your username
- Password: Your password. This value is encrypted when the flow is saved.
CLOUD
- User Key: The secret key that identifies your user.
- Account: The logical name of your account at https://platform.uipath.com .
- Tenant: The logical name of the tenant (AKA service) to which you want to connect. Each account may support multiple tenants
- Client ID: The unique identifier of https://platform.uipath.com.
The request node is a wrapper of the full Orchestrator API which allows any request to be made. This node is currently compatible with v2018.4 and can be used with Organizational Units (experimental feature). The following fields are required:
- Login - The connection node used to authenticate all calls.
- Category - The target Orchestrator element (such as Robots, Queues, Assets).
- Action - The list of actions available in the selected category (such as Get All, Add to Queue, and Delete Asset).
- Parameters (optional) - Input parameters for the specified action. These are formatted according to the Swagger guidelines.
This is the convenience node that starts a job. The following fields are required:
- Login - The connection node used to authenticate.
- Process - The name and environment of the process to be run. If no environment is provided, the first one found to contain the selected process is used. Please note that input parameters are available when starting a Job as of v2018.3.
-
Execution Target - The robot scheme used to run the job. You can choose to run a job on a particular robot by its name, on all robots simultaneously, or to run the job a number of times, allocating the work to available robots. If an incorrect robot name is specified, jobs do not run. If a larger number of robots than are available is specified to run, the job runs on all robots.
Note:Complete Folder support will be added in the next version.
To use Organization Units or Folders now, add theX-UIPATH-OrganizationUnitId
parameter to the Request or Start Job nodes. Here is a sample flow that grabs the ID of the Organization Unit, saves it as a flow variable, and then uses it to get all Assets from Orchestrator. You can import this flow from the hamburger menu in the top right corner.