Due to certain limitations in the activity components of UiPath, it has to be partially implemented using Python scripts. However, since Python scripts involve calling various library functions and configuring environment variables, how should I implement UiPath scripts that integrate Python scripts if I want to publish them on Orchestrator?
Welcome to the community
You have a dedicated python activities to use…
All the packages needs to be pre setup or you can create a bat file to execute the installation and then proceed with actual python tasks in UiPath
Cheers
@Anil_G
Thank you for your guidance, but I still don’t quite understand what you mean. According to your instructions, the script needs to be executed through Studio X. If I publish it to Orchestrator, can I execute it directly in Orchestrator? If you are clear, could you please briefly introduce the relevant operating steps? Thank you very much。
cheers