- 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
- 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
- Obtener tareas de la aplicación
- Agregar comentario de tarea
- Actualizar etiquetas de la tarea
- Crear tarea de aplicación
- Esperar tarea de aplicación y reanudar
- Configurar el temporizador de tareas
- Acciones
- Autopilot en Action Center: vista previa
- Procesos
- Notificaciones
- Auditoría

Guía del usuario de Action Center
Forward Task
UiPath.Persistence.Activities.Tasks.ForwardTask
Descripción
Reenvía la acción especificada al usuario especificado.
Compatibilidad de proyectos
Windows - Heredado | Windows | Multiplataforma
Windows, Windows: configuración heredada
Panel del Diseñador
- 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.
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.
- LímiteDeTiempoEnMilisegundos: especifica la cantidad de tiempo (en milisegundos) que se debe esperar a que se ejecute la actividad antes de mostrar un error. El valor predeterminado es 30000 milisegundos (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.
Si el usuario que realiza esta acción no tiene los permisos necesarios para la carpeta de destino, el reenvío de tareas falla y arroja un error crítico. Puedes ver más información sobre los permisos de carpeta aquí.
- 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.
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 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.
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.
- LímiteDeTiempoEnMilisegundos: especifica la cantidad de tiempo (en milisegundos) que se debe esperar a que se ejecute la actividad antes de mostrar un error. El valor predeterminado es 30000 milisegundos (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.
Si el usuario que realiza esta acción no tiene los permisos necesarios para la carpeta de destino, el reenvío de tareas falla y arroja un error crítico. Puedes ver más información sobre los permisos de carpeta aquí.