- 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
Add Task Comment
UiPath.Persistence.Activities.FormTask.AddTaskComment
Description
Instrui o robô a adicionar um comentário em uma Ação existente, indicada por seu ID.
Compatibilidade do projeto
Windows - Legada | Windows | Multiplataforma
The Add Task Comment activity is available starting with v1.3.0 of the Uipath.Persistence.Activities package.
Windows, Windows - configuração herdada
Painel do Designer
- TaskId(Int32) - The unique identifier of the existing Action.
- Comment (String) - Write the comment for the Action. The comment is displayed in the Action summary and Comments panels.
Painel de Propriedades
Comum
- ContinueOnError (Boolean) - Specify if the automation should continue even when the activity throws an error. The default value is
False. As a result, if the field is blank and an error is thrown, the execution of the workflow stops. If the value is set toTrue, 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(String) - The display name of the activity.
- TimeoutMS (Int32) - Specify the amount of time (in milliseconds) to wait for the activity to run before an error is thrown. The default value is 30000 milliseconds (30 seconds).
Entrada
- Comment (String) - Write the comment for the Action. The comment is displayed in the Action summary and Comments panels.
- Orchestrator Folder Path (String) - 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
Stringvariables only.
Observação: se o usuário executando essa ação não tiver as permissões necessárias para a pasta de destino, a adição de comentário falhará e gerará um erro crítico. Veja mais informações sobre Permissões de pasta.
- TaskId(Int32)—The unique identifier of the existing Action.
Aviso: verifique se você está na mesma pasta do Orchestrator do processo que gerou a ação.
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(Int32) - The unique identifier of the existing Action.
- Comment (String) - Write the comment for the Action. The comment is displayed in the Action summary and Comments panels.
Opções avançadas
Comum
- ContinueOnError (Boolean) - Specify if the automation should continue even when the activity throws an error. The default value is
False. As a result, if the field is blank and an error is thrown, the execution of the workflow stops. If the value is set toTrue, 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.
- TimeoutMS (Int32) - Specify the amount of time (in milliseconds) to wait for the activity to run before an error is thrown. The default value is 30000 milliseconds (30 seconds).
Entrada
- Orchestrator Folder Path (String) - 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
Stringvariables only.
Observação: se o usuário executando essa ação não tiver as permissões necessárias para a pasta de destino, a adição de comentário falhará e gerará um erro crítico. Veja mais informações sobre Permissões de pasta.