20-01-20 02:02 PM
21-01-20 06:50 PM
23-01-20 04:43 PM
23-01-20 05:11 PM
Hi Jonathan,
We've posted a document to the DX Developer Portal that discusses the use of code stages in Blue Prism. Chapter 9 of that document discusses Python in Blue Prism using Iron Python.
This is just one example though. You can execute Python scripts in code stages by using the Process and ProcessStartInfo classes in .NET.
Cheers,
09-05-24 07:49 PM
I just saw this thread while looking for another issue related to Python. We were able to implement a simple solution for this wherein we created a batch file which invokes the python code. From Blue Prism, we pass arguments to this batch file and the batch file is ran using "Utility - Environment" VBO's "Start a Process" action. We pass the path of the batch file in the parameters apart from our arguments.