- Antes de empezar
- Primeros pasos
- Actividades
- Diseñar flujos de trabajo de larga duración
- Comenzar trabajo y obtener referencia
- Esperar trabajo y continuar
- Agregar elemento de la cola y obtener referencia
- Esperar elemento de la cola y continuar
- Crear tarea de formulario
- Esperar la tarea de formulario y continuar
- Reanudar después del retraso
- Asignar tareas
- Crear Tarea Externa
- Esperar la Tarea Externa y continuar
- Complete Task
- Forward Task
- Get Form Tasks
- Get Task Data
- Agregar comentario de tarea
- Actualizar etiquetas de la tarea
- Acciones
- Procesos
- Notificaciones
- Auditoría
- Solución de problemas

Guía del usuario de Action Center
Agregar comentario de tarea
UiPath.Persistence.Activities.FormTask.AddTaskComment
Descripción
Indica al robot que agregue un comentario en una acción existente, indicada por su ID.
Compatibilidad de proyectos
Windows - Heredado | Windows | Multiplataforma
The Add Task Comment activity is available starting with v1.3.0 of the Uipath.Persistence.Activities package.
Windows, Windows: configuración heredada
Panel del Diseñador
- 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.
Panel de propiedades
Común
- 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.
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(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.
Nota: si el usuario que realiza esta acción no tiene los permisos necesarios para la carpeta de destino, la adición de comentarios falla y arroja un error crítico. Consulta más información sobre los permisos de carpeta.
- TaskId(Int32)—The unique identifier of the existing Action.
Advertencia: asegúrate de estar en la misma carpeta de Orchestrator que el proceso que generó la acción.
Otros
- Privado : si se selecciona, los valores de variables y argumentos ya no se registran en el nivel Detallado.
Configuración 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.
Opciones avanzadas
Común
- 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.
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.
- 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.
Nota: si el usuario que realiza esta acción no tiene los permisos necesarios para la carpeta de destino, la adición de comentarios falla y arroja un error crítico. Consulta más información sobre los permisos de carpeta.