- Instalação e atualização
- Antes de começar
- Introdução
- Atividades
- Projetando fluxos de trabalho de longa duração
- Start Job And Get Reference
- Wait for Job and Resume
- Add Queue Item And Get Reference
- Wait For Queue Item And Resume
- Create Form Task
- Wait for Form Task and Resume
- Resume After Delay
- Assign Tasks
- Create External Task
- Wait For External Task and Resume
- Complete Task
- Forward Task
- Get Form Tasks
- Get Task Data
- Add Task Comment
- Update Task Labels
- Ações
- Processos
- Auditar

Guia do usuário do Action Center
Forward Task
UiPath.Persistence.Activities.Tasks.ForwardTask
Description
Encaminha a ação especificada para o usuário especificado.
Compatibilidade do projeto
Windows - Legada | Windows | Multiplataforma
Windows, Windows - configuração herdada
Painel do Designer
- TaskId - The ID of the Action you want to forward. This field supports integer values only.
- User Name or Email - The user name or the email of the user you want to forward the Action to. This field supports string values only.
Painel de Propriedades
Comum
- ContinueOnError - Specifies if the automation should continue even when the activity throws an error. This field supports Boolean values (True, False) only. 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.
Se esta atividade estiver incluída em Try Catch e o valor da propriedade Continuar com erro for Verdadeiro, nenhum erro será capturado quando o projeto for executado.
- DisplayName - O nome de exibição da atividade.
- 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
- Comments - The comments regarding the action forwarding. This field supports string values only.
- Orchestrator Folder Path - The path to the Orchestrator Folder you want to use with this activity. If left empty, the current Orchestrator folder is used. This field supports strings and String variables only.
Se o usuário executando essa ação não tiver as permissões necessárias para a pasta de destino, o encaminhamento de tarefas falhará e gerará um erro crítico. Você pode ver mais informações sobre permissões de pastas aqui.
- TaskId - The ID of the Action you want to forward. This field supports integer values only.
- User Name or Email - The user name or the email of the user you want to forward the Action to. This field supports string values only.
Diversos
- Privado - Se selecionado, os valores de variáveis e argumentos não são mais registrados no nível Verbose.
Configuração multiplataforma
- TaskId - The ID of the Action you want to forward. This field supports integer values only.
- User Name or Email - The user name or the email of the user you want to forward the Action to. This field supports string values only.
Opções avançadas
Comum
- ContinueOnError - Specifies if the automation should continue even when the activity throws an error. This field supports Boolean values (True, False) only. 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.
Se esta atividade estiver incluída em Try Catch e o valor da propriedade Continuar com erro for Verdadeiro, nenhum erro será capturado quando o projeto for executado.
- 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
- Comments - The comments regarding the action forwarding. This field supports string values only.
- Orchestrator Folder Path - The path to the Orchestrator Folder you want to use with this activity. If left empty, the current Orchestrator folder is used. This field supports strings and String variables only.
Se o usuário executando essa ação não tiver as permissões necessárias para a pasta de destino, o encaminhamento de tarefas falhará e gerará um erro crítico. Você pode ver mais informações sobre permissões de pastas aqui.