UiPath Documentation
marketplace
latest
false
Importante :
Este contenido se ha traducido mediante traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.
UiPath logo, featuring letters U and I in white

Guía del usuario de Marketplace

Última actualización 1 de abr. de 2026

Node-RED

Node-RED integration with UiPath Orchestrator

Node-Red es una herramienta de programación para conectar dispositivos de hardware, API y servicios en línea.

Proporciona un editor basado en navegador que facilita la conexión de flujos utilizando la amplia gama de nodos de la paleta que se pueden implementar en su tiempo de ejecución con un solo clic.

Node-Red es el puente que conecta UiPath con el mundo digital. Ofrece Orchestrator en overdrive, lo que le permite conectar UiPath a entornos como Webhooks, IU personalizadas e IdC.

Nodo-ROJO se puede utilizar con los siguientes nodos:

Conexión

Un nodo de configuración que autentica todas las llamadas realizadas a Orchestrator y actualiza automáticamente los tokens de API cuando es necesario.

EN LAS PREMISAS

  • 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.

Solicitud

El nodo de solicitud es un contenedor de la API completa de Orchestrator que permite realizar cualquier solicitud. Este nodo es actualmente compatible con la versión v2018.4 y se puede utilizar con unidades organizativas (característica experimental). Los siguientes campos son obligatorios:

  • 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.

Iniciar trabajo

Este es el nodo de conveniencia que inicia un trabajo. Los siguientes campos son obligatorios:

  • 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.
    Nota:

    Complete Folder support will be added in the next version. To use Organization Units or Folders now, add the X-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.

Output messages

Output messages are delivered as raw JSON objects. They contain the response from each API call in the msg.payload object.

  • Conexión
  • Solicitud
  • Iniciar trabajo
  • Output messages

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado