marketplace
latest
false
- Notas relacionadas
- Información general
- Primeros pasos
- Proveedores de Marketplace
- Clientes de Marketplace
- Pautas de publicación
- Directrices de publicación para automatizaciones listas para usar
- Directrices de publicación para aceleradores de soluciones
- Directrices de publicación para conectores de Integration Service
- Directrices de publicación para plantillas de aplicaciones de Process Mining
- Seguridad y protección de IP
- Otros listados de UiPath
- Node-RED
- Configuración
- Equipos
- Ámbito de Microsoft Teams
- Crear equipo
- Crear equipo a partir de un grupo
- Obtener equipo
- Obtener equipos
- Canales
- Crear canal
- Eliminar canal
- Obtener canal
- Obtener canales
- Actualizar canal
- Charlas
- Obtener chat
- Obtener chats
- Obtener miembros del chat
- Mensajes
- Obtener mensaje
- Obtener mensajes
- Obtener respuestas de mensajes
- Responder mensaje
- Enviar mensaje
- Events
- Crear Evento
- Eliminar Evento
- Obtener evento
- Obtener eventos
- Usuarios
- Obtener presencia del usuario
- Cómo funciona
- Referencias técnicas
- Comience ya
- Configuración
- Referencias técnicas
- Guías de inicio rápido
- Ámbito de Amazon
- Actividades
- Analizar documento de una sola página
- Analizar documento de varias páginas
- Iniciar análisis de documentos
- Obtener estado de análisis de documentos
- Obtener análisis de documentos
- El objeto Detalle de la página
- Cómo funciona
- Referencias técnicas
- Comience ya
- Acerca de
- Configuración
- Referencias técnicas
- Ámbito del reconocedor de formularios de Azure
- Actividades
- Analizar formulario
- Analizar formulario asíncrono
- Obtener resultado del formulario de análisis
- Analizar recibo
- Analizar recepción asíncrona
- Obtener resultado de análisis de recepción
- Analizar diseño
- Analizar diseño asíncrono
- Obtener resultado de análisis de diseño
- Entrenar modelo
- Obtener modelos
- Obtener claves de modelo
- Obtener información del modelo
- Eliminar modelo
- Conectores
- Cómo crear actividades
- Cree su integración
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.

Guía del usuario de Marketplace
Última actualización 1 de abr. de 2026
Iniciar un trabajo: específico
Before reviewing the example, it's recommended that you first read the How to Start a Job tutorial.
The example below shows the job template experience when a user selects Specific for their job Strategy and adds Input Arguments to include in the request.
En este ejemplo, el evento que invoca esta plantilla es la creación de un nuevo incidente. Definir cómo se invoca es específico de la aplicación y no se trata en este ejemplo.
Cómo funciona
The following steps and images are an example of how the connector works from design time (that is, user inputs) to run time (that is, sending the HTTP request).
- Enter a Job Template Name.
- Este nombre se usa en su aplicación y puede actuar como identificador único en caso de que desee iniciar diferentes trabajos en función del evento que ocurra en su aplicación.
- Enter the Process Name that you want to start.
- After entering the process name, the connector sends a request the Releases endpoint to retrieve all of the process Environments.
- The system processes the response and populates the Environment drop-down list with the EnvironmentName values and the Input button becomes required because there are required input Arguments (that is,
"Input": "[{\"name\":\"IncidentId\",...\"required\":true,\"...).
- Select the Environment that you want to start the job in.
- Select the Strategy that you want to apply to the job (that is, Specific).
- After selecting Specific, the UI presents a Robot drop-down list.
- To populate the Robot list, the system sends request to the Environments endpoint to retrieve all robots that are available in the previously selected Environment.
- If you change the Environment selection, the Robot drop-down list is refreshed to show all robots in the newly selected environment.
- Click Inputs (this opens a window that includes selections/inputs that are specific to your application).
- Select the application Object that you want to associate with this job template (i.e., Incident).
- Select the type of event that will invoke this job template (i.e., New incident created).
- Select the Field Data associated with the selected Object that you want to include as the job input argument values.
- For example, selecting Incident Id indicates that you want the id value included as a job input argument.
- Click Done (this closes the window).
- Haz clic en Guardar.
- When a new a new Incident is created in the application, the connector sends a request to the Jobs endpoint to start the specified process.
