activities
latest
false
- Visão geral
- Criptografia
- Banco de Dados
- Java
- Python
- WebAPI
Atividades do desenvolvedor
Última atualização 21 de abr de 2026
UiPath.Python.Activities.GetObject
Essa atividade é usada para obter o tipo de dados.NET de um objeto Python.
Só pode ser usado dentro da atividade Python Scope.
Propriedades
Comum
- DisplayName - The display name of the activity. This field supports only
Stringvariables.
Entrada
- Python Object - The Python object to extract the value from. This field supports only
PythonObjectvariables.
Diversos
- Privado - Se selecionado, os valores de variáveis e argumentos não são mais registrados no nível Verbose.
- TypeArgument - The .NET data type you want to get from the
PythonObjectvariable. By default, it is set toObject. All data types available in Studio are supported.
Saída
- Result - The .NET type variable selected in the TypeArgument property corresponding to the Python object.