activities
latest
false
Importante :
A tradução automática foi aplicada parcialmente neste conteúdo. A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.
UiPath logo, featuring letters U and I in white

Atividades do fluxo de trabalho

Última atualização 20 de fev de 2026

Wait for Form Task and Resume

UiPath.Persistence.Activities.FormTask.WaitForFormTaskAndResume

Description

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.

Compatibilidade do projeto

Windows - Legada | Windows | Multiplataforma

Windows, Windows - configuração herdada

Painel do Designer
  • 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.
Painel de Propriedades

Comum

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

    Observação:

    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.

  • DisplayName - O nome de exibição da atividade.

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

  • TempoLimiteEmMs - Especifica o período de tempo (em milissegundos) para aguardar que a atividade seja executada antes de gerar um erro. O valor padrão é de 30.000 milissegundos (30 segundos).

Entrada

  • ObjetoDaTarefa(Saída)
  • 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.

Diversos

  • Privado - Se selecionado, os valores de variáveis e argumentos não são mais registrados no nível Verbose.

Saída

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

Configuração 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.
Opções avançadas

Comum

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

    Observação:

    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.

  • TempoLimiteEmMs - Especifica o período de tempo (em milissegundos) para aguardar que a atividade seja executada antes de gerar um erro. O valor padrão é de 30.000 milissegundos (30 segundos).

Esta página foi útil?

Obtenha a ajuda que você precisa
Aprendendo RPA - Cursos de automação
Fórum da comunidade da Uipath
Uipath Logo
Confiança e segurança
© 2005-2026 UiPath. Todos os direitos reservados.