cancel
Showing results for 
Search instead for 
Did you mean: 

Execution of Python Scripts from BP

SivaprasadPala
Level 2
Hi All, Could anybody tried to execute the python scripts from BP. If so could you guys advise me
3 REPLIES 3

John__Carter
Staff
Staff
I think the Start Process in the Utility Environment object should do it, with python.exe as the Application input and the script file as the Arguments input. You may need to encapsulate double quotes around the script path """"""C:\Like This.py

Ramana_ReddyBee
Level 3
  There are multiple ways can execute  with Python scripts from within Blue Prism  Compile the Python script to use in a Code Stage, or Call the script file in a code stage using theProcess.Start function, or Use the Start Process action in the ‘Utility – Environment’ VBO to call the script

Anonymous
Not applicable
I read an interesting article regarding how to run Iron Python within Blue Prism, might be helpful in this situation? https://agilifyautomation.com/is-blue-prism-and-python-integration-poss…