cancel
Showing results for 
Search instead for 
Did you mean: 

Start Process Read Stderr and Stdout Action - Use

MadhuGarg
Level 4

Hi experts,

How to run a python script using "Start Process Read Stderr and Stdout" Action in Utility Environment VBO ?

Please explain with a simple example for better understanding. Thank you



------------------------------
Madhu Garg
------------------------------
4 REPLIES 4

Hi Madhu,

There is also an asset and user guide explaining how to run a python script. If you want to look at it here is the link https://digitalexchange.blueprism.com/dx/entry/3439/solution/blue-prism---script-execution-vbo-2 



------------------------------
Shashank Kumar
DX Integrations Partner Consultant
Blue Prism
Singapore
+6581326707
------------------------------

Thanks Shashank.

Can you please confirm what value should we enter for "ScriptEngineFilePath" ?

I have entered the Python file path in "ScriptFilePath" & the file name under "ScriptFileAndArguments". Please correct me if I am doing wrong.

Thanks.



------------------------------
Madhu Garg
------------------------------

Hi Madhu,

That should be path for python.exe



------------------------------
Shashank Kumar
DX Integrations Partner Consultant
Blue Prism
Singapore
+6581326707
------------------------------

SahilChankotra
Level 4

Hi Madhu,

You can use the code stage to run Python code. Within the code stage, you can write code to open the CMD and execute the python command. The output will then be stored in the respective folder. 

Let me know if you have any doubt.



------------------------------
Sahil Chankotra
------------------------------