action-center
2024.10
false
- 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
- Notificações
- Auditar
- Solução de problemas
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.

Guia do usuário do Action Center
Última atualização 29 de abr de 2026
Get Task Data
UiPath.Persistence.Activities.Tasks.GetTaskData
Description
Busca o estado atual dos dados da tarefa da ação especificada.
Compatibilidade do projeto
Windows - legacy | Windows | Cross-platform
Windows, Windows - configuração herdada
Painel do Designer
- TaskId - The ID of the Action you want to fetch the data from. The action may be outside the current workflow. This field supports integer values only.
- TaskObject(Output) - The task object that is returned from Orchestrator as a
FormTaskDataobject, containing the current state of task data.
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.
Observação:
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
- 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 variablesonly. - TaskId - The ID of the Action you want to fetch the data from. The action may be outside of the current workflow. This field supports integer values only.
Diversos
- Privado - Se selecionado, os valores de variáveis e argumentos não são mais registrados no nível Verbose.
Saída
- TaskObject(Output) - The task object that is returned from Orchestrator as a
FormTaskDataobject, containing the current state of task data.
Configuração multiplataforma
- TaskId - The ID of the Action you want to fetch the data from. The action may be outside the current workflow. This field supports integer values only.
- TaskObject(Output) - The task object that is returned from Orchestrator as a
FormTaskDataobject, containing the current state of task data.
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.
Observação:
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
- 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 variablesonly.