- 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

Guía del usuario de Marketplace
Inicio rápido
Esta guía le muestra cómo instalar la aplicación de muestra UiPath y crear un proyecto simple que valide la conexión a su plataforma Appian.
Para validar su conexión, creará una secuencia de automatización utilizando las actividades de Appian para hacer lo siguiente:
- Connect a user via the Appian Scope activity.
- Assign a task to a user via the Start Human Activity activity.
Requisitos previos
Antes de comenzar a crear un proyecto que incluya las actividades de Appian, debe descargar la aplicación de muestra UiPath. Esta aplicación de muestra incluye (entre otros objetos) modelos de proceso de muestra y API web que permiten la conexión e interacción entre Appian y UiPath.
-
Download the UiPath Sample Application.
- Importará este archivo .zip en su plataforma Appian, así que guárdelo en un lugar donde pueda acceder fácilmente.
-
Open the Appian platform in your browser and go to the Appian Designer (e.g., *https://*YourInstance.appiantrial.com/suite/design).

-
Go to Applications and click the Import button (this opens the Import Package window).

-
In the Import Package window, click the Upload button and select the .zip file that you saved in step 1.
-
Click the Inspect button to verify the package doesn't have errors.

-
After successful inspection, click the Import Package button.

¡Listo! La aplicación de muestra UiPath ya está lista para usarse. Ahora, creemos un nuevo proyecto de automatización con el paquete de actividades de Appian.
Pasos
Crear un nuevo proyecto
-
Abra UiPath Studio.
-
Under New Project, click Process to create a new project (this opens a New Blank Process window).

-
Enter a project Name, Location, and Description.
-
Haz clic en Crear.

You're done! Next, follow the steps below to add the Appian Activities Package to your project via Manage Packages.
Agregar el paquete de actividades Appian
-
In your new project, click Design at the top of the page.
-
Click Manage Packages (this opens the Manage Packages window).

-
Under All Packages, click Go! .
-
Search for "Appian" (the search results automatically return as you type).
-
Click UiPath.Appian.Activities in the results panel (this opens the package details panel in the right-hand side of the window).
-
Haz clic en Instalar.
-
Click Save (this opens a License Acceptance window).

-
Click I Accept in the License Acceptance window.

You're done! The Appian Activities package is now in your Activities > Available > Integrations > Appian.

Ahora, vamos a crear su primer proyecto de automatización Appian.
Cree su proyecto de automatización Appian
Ámbito de Appian
-
In the Activities panel, go to Available > Integrations > Appian.
-
Click, drag, and drop the Appian Scope into the main Designer panel.
-
In the Designer panel, click the Appian Scope activity to open its Properties panel.

-
Enter the Server URL, Username, and Password for your Appian platform.

With the Appian Scope activity added, you're ready to add the Start Human Activity.
Iniciar actividad humana
This activity starts a predefined process (template) that is included in the UiPath Sample Application to assign a task to a group or individual.
-
In the Activities panel, go to Available > Integrations > Appian.
-
Click, drag, and drop the Start Human Activity into the main Designer panel.
-
In the Designer panel, click the Start Human Activity activity to open its Properties panel.

-
Enter the GroupId or Username that you want to assign to the process.
- If you want to assign the process to a specific group of users, follow the steps below to locate the GroupId, otherwise enter a Username to assign it to an individual user.
-
In the Designer panel, click the search icon next to the property (this opens the Select Group wizard).
-
In the Select Group wizard, enter the ServerURL, Username, and Password that you used in the Appian Scope activity.
-
Click the Connect button.
-
Select the process from the list and click the Select button.


-
Create a
Stringoutput variable and enter it in the ProcessId property.
-
To help verify the success of the process, add a Message Box activity after the Start Human Activity and enter your ProcessId output variable in the Text property (e.g., "Process ID: " + processId).

¡Listo! Su proceso de automatización ya está listo para ejecutarse.
Next, let's test your Start Human Activity project by running the process and validating the results in your Appian platform.
Probar la actividad humana Iniciar
-
Open the Appian platform in your browser and go to the Appian Designer (e.g., *https://*YourInstance.appiantrial.com/suite/design).
-
Go to Applications and click the UiPath Sample Application link from the list of applications (this opens to the application objects).

-
From the UiPath Sample Application, click the Monitoring tab (this opens a list of your processes).
-
Select the Show process details check box (this shows the Process ID within the list of your processes).

-
Go to UiPath Studio and open the Appian automation project that you just created.
-
Click Run.

-
After the Start Human Activity runs, take note of the Process ID that is shown in the Message Box.

-
Verify the Start Human Activity process appears in the Appian monitoring list and the Process ID matches the Process ID from the Message Box.

¡Listo! Ha creado y probado con éxito su proyecto de automatización Appian; la validación de su conexión está lista para hacer más.