Code stages and Python
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-01-20 11:32 AM
We've posted a new document to the DX Developer Portal dealing with code stages. Chapter 9 of this document discusses the use of Python from Blue Prism. You can find it here:
Code Stages
------------------------------
Eric Wilson
Director, Partner Integrations for Digital Exchange
Blue Prism
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-01-20 10:23 AM
Its fantastic. But still its not that much great to execute python scripts within Blue Prism. Also you mentioned into steps that we can play with Iron Python. Then it would be great step if we have a VBO internally to get python scripts executed.
------------------------------
Sachin J
RPA Modeler
BNY Mellon Technology
Asia/Kolkata
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-01-20 08:05 PM
I'm not sure I understand your statement about not being great to execute Python scripts in Blue Prism. This is simply an example of one option. There's no requirement to use Iron Python. You could just as easily execute Python scripts using the Process and ProcessStartInfo objects of .Net.
Cheers,
------------------------------
Eric Wilson
Director, Partner Integrations for Digital Exchange
Blue Prism
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
14-08-20 08:10 PM
"On Error GoTo" examples
Thanks!
------------------------------
Eduardo Gomes Serradela de Carvalho
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
14-08-20 10:51 PM
Are you referring to having example code about how to use a traditional VB "On Error..." statement?
Cheers,
------------------------------
Eric Wilson
Director, Partner Integrations for Digital Exchange
Blue Prism
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-08-20 08:50 PM
I got 2 ways to make it work.
First, using VBS OnError:
On Error Resume Next ' Defer error handling. Err.Clear Err.Raise(448) ' Custom Error Exception; ex: 6 = Overflow, 448 = name not found ' Check for error, then show message. If Err.Number <> 0 Then ErrorMsg = "Error # " & Str(Err.Number) & " was generated by " _ & Err.Source & ". Description: " & Err.Description End If
but it's also possible with Recover and Resume stages, as below picture.
Thank you, Eric!
------------------------------
Eduardo Gomes Serradela de Carvalho
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
25-08-20 03:52 PM
Cheers,
------------------------------
Eric Wilson
Director, Partner Integrations for Digital Exchange
Blue Prism
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-10-21 03:00 PM
The link from your post is no longer active.
Can you provide an updated link to the code stages guide?
-
Kasper Holm Bjerring
------------------------------
Kasper Holm Bjerring
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-10-21 03:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-10-21 06:17 PM
See attached.
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------
