- Instalación y actualización
- 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
- Auditoría

Guía del usuario de Action Center
Actualizar etiquetas de la tarea
UiPath.Persistence.Activities.Tasks.UpdateTaskLabels
Descripción
Esta actividad actualiza las etiquetas de las acciones existentes.
Compatibilidad de proyectos
Windows - Heredado | Windows | Multiplataforma
Windows, Windows: configuración heredada
Panel del Diseñador
- TaskID - The ID of the Action for which you want to update the existing labels. This field supports integer values only.
To allow automatic actions labeling through Persistence activities, the robot account executing the workflow needs View, Create, and Delete permissions on Tags.
- Añadir etiquetas : introduce una o más etiquetas para añadir a una acción existente. Este campo solo admite valores de cadena y tiene restricciones de nombre. Utiliza comas para separar diferentes valores.
Panel de propiedades
Común
- 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.
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.
- Nombre para mostrar: el nombre para mostrar de la actividad.
- TimeoutMS - Specifies the amount of time (in milliseconds) to wait for the activity to run before an error is thrown. The default value is 30,000 milliseconds (30 seconds).
Entrada
- Añadir etiquetas : introduce una o más etiquetas para añadir a una acción existente. Este campo solo admite valores de cadena y tiene restricciones de nombre. Utiliza comas para separar diferentes valores.
- Delete Labels - Input one or more labels to remove from an existing Action. The label names you enter must be valid (that is, the labels must be associated to the Action represented by the TaskId field). This field supports string values only. Use commas to separate different values.
- 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 string values only.
- TaskID - The ID of the Action for which you want to update the existing labels. This field supports integer values only.
Otros
- Privado : si se selecciona, los valores de variables y argumentos ya no se registran en el nivel Detallado.
Configuración multiplataforma
- TaskID - The ID of the Action for which you want to update the existing labels. This field supports integer values only.
To allow automatic actions labeling through Persistence activities, the robot account executing the workflow needs View, Create, and Delete permissions on Tags.
- Añadir etiquetas : introduce una o más etiquetas para añadir a una acción existente. Este campo solo admite valores de cadena y tiene restricciones de nombre. Utiliza comas para separar diferentes valores.
Opciones avanzadas
Común
- 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.
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 - Specifies the amount of time (in milliseconds) to wait for the activity to run before an error is thrown. The default value is 30,000 milliseconds (30 seconds).
Entrada
- Delete Labels - Input one or more labels to remove from an existing Action. The label names you enter must be valid (that is, the labels must be associated to the Action represented by the TaskId field). This field supports string values only. Use commas to separate different values.
- 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 string values only.