UiPath Documentation
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.

Actividades de integraciones clásicas

Última actualización 20 de may. de 2026

Ejecutar método

UiPath.Jira.Activities.Activities.JiraExecuteMethod

La actividad Ejecutar método utiliza la API de Jira para invocar un método API de Jira específico.

After executing the function, the activity outputs action specific field values (if applicable) and the status of the request (success/failure information) in a ResponseStatus object (ResponseStatus) that you can use in subsequent activities (e.g., conditional logic).

Cómo funciona

Los siguientes pasos son un ejemplo de cómo funciona la actividad desde el momento de diseño (es decir, las dependencias de la actividad y las propiedades de entrada / salida) hasta el tiempo de ejecución.

  1. Completa los pasos de configuración .
  2. Añade la actividad Ámbito de Jira a tu proyecto.
  3. Add the Execute Method activity inside the Jira Scope activity.
  4. Click the Configure button inside the Execute Method activity (this opens the Object Wizard).
  5. Select the Method you want to insert and enter values for the fields returned in the Object Wizard.
  6. Crea e introduce una variable ResponseStatus para la propiedad Salida .

En el cuerpo de la actividad

To enter your Execute Method property values, you must use the Object Wizard by clicking the Configure button located inside the body of the activity.

Para obtener más información sobre el Asistente de objetos, consulta la página Marcos de actividad empresarial .

Propiedades

Común

  • Continue On Error - This field only supports boolean values (True, False). The default value in this field is False. As a result, if this 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.
  • DisplayName - The display name of the activity. This field supports only strings or String variables.

Otros

  • Privado : si se selecciona, los valores de variables y argumentos ya no se registran en el nivel Detallado.

Salida

  • ResponseStatus - The status of the request (success/failure information). This field supports only ResponseStatus variables.
  • Cómo funciona
  • En el cuerpo de la actividad
  • Propiedades
  • Común
  • Otros
  • Salida

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado