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 19 de feb. de 2026

Esperar la tarea de formulario y continuar

UiPath.Persistence.Activities.FormTask.WaitForFormTaskAndResume

Descripción

Suspends the execution of the current workflow until a specified Action is completed. To designate an Action, a FormTaskData object retrieved from the Create Form Task activity must be supplied. When the Action is completed, the execution of the workflow is resumed.

Warning: When a SecureString variable is mapped back into the workflow, its value will be cleared, because SecureString variables are not serializable by design, in the .NET framework. Any SecureString variables will need to be reassigned.

Compatibilidad de proyectos

Windows - Heredado | Windows | Multiplataforma

Windows, Windows: configuración heredada

Panel del Diseñador
  • TaskObject(Input) - The Action you want to suspend, stored in a FormTaskData variable. This variable can be obtained from a Create Form Task activity, This field supports FormTaskData variables only.
  • TaskAction - The action taken by the user to complete the Task.
  • TaskObject(Output) - The updated Task object obtained from Orchestrator after the execution of this activity.
Panel de propiedades

Común

  • ContinueOnError - Specifies if the automation should continue even when the activity throws an error. This field only supports Boolean values (True, False). The default value is False. As a result, if the field is blank and an error is thrown, the execution of the project stops. If the value is set to True, the execution of the project continues regardless of any error.

    Nota:

    If this activity is included in Try Catch and the value of the ContinueOnError property is True, no error is caught when the project is executed.

  • Nombre para mostrar: el nombre para mostrar de la actividad.

  • StatusMessage - The message specified in this property field is displayed in Orchestrator alongside the workflow that is suspended by this activity. This field supports strings and String variables only.

  • LímiteDeTiempoEnMilisegundos: especifica la cantidad de tiempo (en milisegundos) que se debe esperar a que se ejecute la actividad antes de mostrar un error. El valor predeterminado es 30000 milisegundos (30 segundos).

Entrada

  • ObjetoDeLaTarea(Salida)
  • The Action you want to suspend, stored in a FormTaskData variable. This variable can be obtained from a Create Form Task activity, This field supports FormTaskData variables only.

Otros

  • Privado : si se selecciona, los valores de variables y argumentos ya no se registran en el nivel Detallado.

Salida

  • TaskAction - The action taken by the user to complete the Task.
  • TaskObject(Output) - The updated Task object obtained from Orchestrator after the execution of this activity.

Configuración multiplataforma

  • TaskObject(Input) - The Action you want to suspend, stored in a FormTaskData variable. This variable can be obtained from a Create Form Task activity, This field supports FormTaskData variables only.
  • TaskAction - The action taken by the user to complete the Task.
  • TaskObject(Output) - The updated Task object obtained from Orchestrator after the execution of this activity.
Opciones avanzadas

Común

  • ContinueOnError - Specifies if the automation should continue even when the activity throws an error. This field only supports Boolean values (True, False). The default value is False. As a result, if the field is blank and an error is thrown, the execution of the project stops. If the value is set to True, the execution of the project continues regardless of any error.

    Nota:

    If this activity is included in Try Catch and the value of the ContinueOnError property is True, no error is caught when the project is executed.

  • StatusMessage - The message specified in this property field is displayed in Orchestrator alongside the workflow that is suspended by this activity. This field supports strings and String variables only.

  • LímiteDeTiempoEnMilisegundos: especifica la cantidad de tiempo (en milisegundos) que se debe esperar a que se ejecute la actividad antes de mostrar un error. El valor predeterminado es 30000 milisegundos (30 segundos).

¿Te ha resultado útil esta página?

Obtén la ayuda que necesitas
RPA para el aprendizaje - Cursos de automatización
Foro de la comunidad UiPath
Uipath Logo
Confianza y seguridad
© 2005-2026 UiPath. Todos los derechos reservados.