activities
latest
false
- Información general
- Criptografía
- Base de datos
- Java
- Python
- WebAPI
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 desarrollador
UiPath.Python.Activities.InvokeMethod
Le ayuda a ejecutar un método especificado desde un script de Python directamente en un flujo de trabajo.
El script que contiene el método debe cargarse en el entorno primero utilizando la actividad Cargar script de Python.
Solo puede utilizarse dentro de la actividad Ámbito de Python.
Propiedades
Común
- DisplayName - The display name of the activity. This field supports only
Stringvariables.
Entrada
- Input Parameters - A list of input parameters for the Python script that is to be invoked, if any. This field supports only
IEnumerable<Object>variables. - Instance - The Python script that contains the method you want to run, stored in a
PythonObjectvariable. This field supports onlyPythonObjectvariables. - Name - The name of the method that is to be invoked. This field supports only
Stringvariables.
Otros
- Privado : si se selecciona, los valores de variables y argumentos ya no se registran en el nivel Detallado.
Salida
- Result - The result of the invoked method, stored in a
PythonObjectvariable. Can be further processed using the Get Python Object activity and converted to a .NET datatype.