Does Blue Prism support Python language?

EcTeixeira

New Member
Hi,

BluePrism currently works with the VB, C# and Visual J # languages.

Phyton is not currently compatible. BluePrism can only run script in python.
 

DheerajRPA

New Member
Hi,

BluePrism currently works with the VB, C# and Visual J # languages.

Phyton is not currently compatible. BluePrism can only run script in python.
Thank you.. Visual Basic is outdated? or still been used? what all the concepts in VB are better for us to work on code stage. I know only Python coding for now.
 

davewhitelist

New Member
Not natively but BluePrism allows you to interface with a SOAP service. You can use the Python package Spyne to present your python script as a SOAP service, then import it in BluePrism. It works great, your script will be presented as a business object and each function definition is recognized as an action.

I can assist further if you have any challenges setting this up.

Cheers!
 
Last edited:

Saad

New Member
Do I have to learn both languages that is Visual Basic and C#.
Or just C#
TO WORK WITH BLUEPRISM
 
Top