activities
latest
false
Importante :
Este contenido se ha localizado parcialmente a partir de un sistema de traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.
UiPath logo, featuring letters U and I in white

Actividades del flujo de trabajo

Última actualización 9 de mar. de 2026

Complete Task

UiPath.Persistence.Activities.Tasks.CompleteTask

Descripción

Completa la Acción especificada sin necesidad de la correspondiente intervención humana.

Condiciones

La actividad Completar tareas solo se puede ejecutar si las acciones asignadas y la cuenta que intenta completar la acción coinciden. Por ejemplo, si se asigna una acción a una cuenta de usuario o robot específica (utilizando la actividad Asignar tareas ), un proyecto de automatización que utilice la actividad Completar tarea para esa acción también debe ser ejecutado por la misma cuenta de usuario o robot.

Compatibilidad de proyectos

Windows - Heredado | Windows | Multiplataforma

Windows, Windows: configuración heredada

Panel del Diseñador
  • TaskID - The ID of the Action that you want to complete. This field supports integer values only.
  • Task Action - The action the user needs to perform for completing the Action. It must match the Property Name of the Button Component in the Form Designer. For example, "submit". This field supports string values only.
  • TaskData -The JSON format of the user input, where the key is the Property Name in the form, and the value is the user input.
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.

    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.

  • 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

  • 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 only strings and String variables.

    Nota:

    Si el usuario que realiza esta acción no tiene los permisos necesarios para la carpeta de destino, la finalización de la tarea falla y arroja un error crítico. Puedes ver más información sobre los permisos de carpeta aquí.

  • Task Action - The action the user needs to perform for completing the Action. It must match the Property Name of the Button Component in the Form Designer. For example, "submit". This field supports string values only.

  • TaskData -The JSON format of the user input, where the key is the Property Name in the form, and the value is the user input.

  • TaskID - The ID of the Action that you want to complete. 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 that you want to complete. This field supports integer values only.
  • Task Action - The action the user needs to perform for completing the Action. It must match the Property Name of the Button Component in the Form Designer. For example, "submit". This field supports string values only.
  • TaskData -The JSON format of the user input, where the key is the Property Name in the form, and the value is the user input.
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.

    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).

Entrada

  • 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 only strings and String variables.
    Nota:

    Si el usuario que realiza esta acción no tiene los permisos necesarios para la carpeta de destino, la finalización de la tarea falla y arroja un error crítico. Puedes ver más información sobre los permisos de carpeta aquí.

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado