activities
latest
false
- Visão geral
- Criptografia
- Banco de Dados
- Java
- Python
- WebAPI
Importante :
A tradução automática foi aplicada parcialmente neste conteúdo.
A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.
Atividades do desenvolvedor
Última atualização 21 de mai de 2026
UiPath.Python.Activities.InvokeMethod
Ajuda você a executar um método especificado de um script Python diretamente em um fluxo de trabalho.
O script que contém o método precisa ser carregado no ambiente primeiro usando a atividade Load Python Script.
Só pode ser usado dentro da atividade Python Scope.
Propriedades
Comum
- 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.
Diversos
- Privado - Se selecionado, os valores de variáveis e argumentos não são mais registrados no nível Verbose.
Saída
- 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.