activities
latest
false
Importante :
Este contenido se ha localizado parcialmente a partir de un sistema de 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

Actividades del flujo de trabajo

Última actualización 3 de mar. de 2026

Desencadenar botón de formulario

UiPath.Form.Activities.TriggerFormButton

Descripción

Use this activity to trigger the execution of the Do block of an external process.

Proporcionas el ID del proceso que quieres ejecutar externamente y la clave del botón que ejecuta el bloque Hacer en el formulario externo. En tiempo de ejecución, la actividad busca el ID de proceso de formulario indicado y hace clic en la tecla de botón especificada para ejecutar el bloque Hacer. Para averiguar un ID de proceso de formulario, utiliza el campo Salida de la actividad Iniciar formulario en el flujo de trabajo correspondiente.

Compatibilidad de proyectos

Winodows - Legacy | Windows

Panel de propiedades

Común

Las propiedades de esta categoría se refieren a configuraciones de actividades comunes.

  • Display Name (String) - Sets the name for this activity. For example, "Trigger Approve Button On Form".

Entrada

Las propiedades de esta categoría se refieren a los identificadores del formulario que se desencadena externamente.

  • Button Key (String) - Enter the key of the button used to trigger the Do block. The value must match the field key value of the button component in the referenced form.
  • Form Process Id (Int32) - Enter the ID of the process that generates the form containing the triggering button. You can retrieve the process ID through the Output field of the Start Activity. Make sure you are in the correct process when you use this option, as you need to collect the ID of the process that needs to be triggered externally.

Otros

La propiedad de esta categoría hace referencia a ajustes varios.

  • Private (Boolean) - To skip logging variables and arguments at Verbose level, check this box. By default, the checkbox is cleared (set to false).

Ejemplo de flujo de trabajo

El siguiente ejemplo muestra cómo configurar los botones de formulario de desencadenador.

  1. For example, you design a button (Approve) in the Form1 form of the Process1 process. While in Process1, make sure to check the following:
    • "approve" se utiliza como valor de clave de campo del componente de botón.
    • Utiliza la actividad Iniciar formulario para recuperar el ID de proceso Proceso1: creas una variable process_id en la actividad Salida> campo ID de proceso de formulario.
  2. You have another process, called Process2, and you need it to trigger the Approve button of the Form1 form (which is generated by the Process1 process). Process1 is a process external to Process2. While in Process2, make sure to check the following:
    • Utiliza la actividad Desencadenar botón de formulario.
    • For the Button Key property, enter the field key of the Approve button from Process1 (for example, "approve").
    • For the Form Process Id, enter the Process1 process ID returned by the Start Activity (for example, the variable process_id).

Result: The Trigger Form Button activity searches for the indicated process ID and clicks on the specified button, thus executing the Do block in the Form1 form (externally triggered from Process2).

  • Descripción
  • Compatibilidad de proyectos
  • Ejemplo de flujo de trabajo

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado