- 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
Actividad ConfigureTaskTimer que configura un temporizador para una tarea de Action Center, con opciones de alerta o reasignación al vencimiento.
UiPath.Persistence.Activities.Tasks.ConfigureTaskTimer
Descripción
Te permite configurar un temporizador para cada tarea en Action Center. Puedes configurar una de estas acciones como resultado de la expiración del temporizador:
- alertar al usuario asignado
- reasignar la tarea
Compatibilidad de proyectos
Windows | Multiplataforma
Configuración
Panel del Diseñador
- ID de la tarea : el ID de la actividad de la tarea que creaste.
- Start criteria - The event that acts as a start for the timer. There are two possible options: Task created and Task assigned.
- When the Start criteria is Task created, the End criteria can be Task assigned or Task completed.
- When the Start criteria is Task assigned, the End criteria can only be Task completed.
- End criteria - The event that acts as the end for the timer. There are two possible options: Task assigned and Task completed. New activities default to Task completed.
- When the End criteria is Task assigned, the Outcome can only be Reassign.
- When the End criteria is Task completed, and the Outcome is Alert Assignee, but no user was assigned, the alert does not trigger a notification.
- Timers with Task assigned as the End criteria are not displayed in Action Center. They continue to run, and the configured Outcome still triggers when they expire.
- Duración del temporizador : en Studio Web y Studio STS 26.0.188 o posterior, establece la duración del temporizador en el formato
0d 00h 00m. Este campo también admite expresiones. En versiones anteriores de Studio, utiliza los campos Días, Horas y Minutos en su lugar. - Días : la duración en días. Las opciones van de 0 a 90 días.
- Horas : la duración en horas. Las opciones van de 0 a 23 horas.
- Minutos : la duración en minutos. Las opciones son: 0, 15, 30 y 45 minutos.
- Outcome - Triggered when the timer runs out before the end criteria is met. The supported options are Alert Assignee, Reassign, Unassign, and Auto Complete.
- Alert Assignee triggers a notification to the assigned user. The channels where you receive the notification are in-app and email, depending on what you have enabled.
- Reassign assigns the task to another user or to a group, as set by the Assignment criteria on breach field.
- Unassign removes the current assignment when the timer expires.
- Auto Complete completes the task automatically when the timer expires.
- A task carries no timer after it is reassigned, unassigned, or automatically completed.
- Assignment criteria on breach - How the task is assigned when the Outcome is Reassign. The options are User (the default), All users in the group, Workload based, and Round robin.
- Reassign to user - The user that the task is reassigned to, when the Assignment criteria on breach is User. Search for a user, or provide a value or a variable.
- Reassign to group - The group that the task is reassigned to. This field is displayed when the Assignment criteria on breach is any option other than User, and it cannot be empty.
Panel de propiedades
Otros
- ContinuarEnCasoDeError: especifica si la automatización debe continuar incluso cuando la actividad arroja un error. Este campo solo admite valores Boolean (Verdadero, Falso). El valor predeterminado es Falso. Por lo tanto, si el campo está vacío y se produce un error, se detiene la ejecución del proyecto. Si el valor es Verdadero, la ejecución del proyecto continúa independientemente de cualquier error.
Nota:
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).
- RutaDeLaCarpeta : la ruta a la carpeta de Orchestrator que quieres usar con esta actividad. Si se deja vacío, se utiliza la carpeta actual de Orchestrator. Este campo solo admite cadenas y variables de cadena.
Para obtener ejemplos sobre cómo ajustar el temporizador de tareas, consulta Configurar el temporizador de tareas.
Problemas conocidos
In Studio Desktop, selecting Clear Value for Timer Duration leaves the previous value visible in the field, although the task runs with no timer attached. This affects Persistence activities V1.12.0. Studio Web is not affected.
To apply a timer again after clearing the value, delete the contents of Timer Duration and enter the duration again.