Blue Prism Product

 View Only
last person joined: 6 hours ago 

This community covers the core Blue Prism RPA product.

  • 1.  Capture Screenshot in Exception Stage

    Posted 11-22-2017 12:14
    In Blue Prism version 6, a feature was added to take error screenshot in exception stage. I tried using that. But I am not sure where the screenshot is getting saved and how to access it. If Someone has any idea on this, please help me out.!!! Thanks in advance


  • 2.  Hi, I haven't looked at V6

    Posted 11-24-2017 02:10
    Hi, I haven't looked at V6 for this feature but we created a code stage (C#) that programatically takes a screen print and saves it to a specific location. This is very handy for support (who obviously do not have access to prod machines) as we incorporate the action into the exception handling (usually abort) so we can see what's gone wrong. I can dig the code out if you like but you will probably find it on stack exchange easily enough. Mike


  • 3.  Srinath,

    Posted 11-27-2017 20:52
    Srinath, The image is being stored in the database as an encoded value. You can only view the exception image by right clicking on a robot from the available resources section of session management and clicking view last screenshot. I'm not sure why Blue Prism aligned a screenshot to a resource, rather than aligning them to a work queue item. Tom.


  • 4.  The screenshot feature…

    Posted 01-08-2018 18:44
    The screenshot feature stores an image of the last exception to occur on a resource - I presume it is not saving a screenshot of every exception that occurs within a session as that would generate far too much log data.  


  • 5.  Hi @Michael.Higgs…

    Posted 02-24-2018 22:31
    Hi @Michael.Higgs Could you please share your C# Code to take a print screen action? Where do you set it up? Thanks, Ben


  • 6.  There is a VBO provided by…

    Posted 10-24-2018 00:29
    There is a VBO provided by BluePrism to take screenshot and save the screenshot with a Filepath\FileName.extension


  • 7.  My C# code stage (png_path…

    Posted 10-24-2018 19:41
    My C# code stage (png_path is input string): Bitmap memoryImage = new Bitmap(Screen.PrimaryScreen.Bounds.Width,Screen.PrimaryScreen.Bounds.Height); Size s = new Size(memoryImage.Width, memoryImage.Height); Graphics memoryGraphics = Graphics.FromImage(memoryImage); memoryGraphics.CopyFromScreen(0,0,0,0,s); memoryImage.Save(png_path);


Welcome to the Blue Prism RPA Product Community!

Whether you’re looking to manage a complex infrastructure, maintain security and compliance, bring new products to market faster, or gain operational speed and agility in an uncertain economy, Blue Prism delivers — with the flexibility you need to create the business you want. From deployment on-premise, through a cloud service provider or as SaaS, to a skillful and adaptable digital workforce that continually expands to meet your enterprise needs, you can gain enhanced operational insight and control while your people reclaim the time they need to focus on great work.

Product PageKnowledge BaseBlue Prism Training Offering
Product Research ProgramUpdates, Releases & Announcements

FAQs

Blue Prism is intelligent automation — business-developed, no-code automation that pushes the boundaries of robotic process automation (RPA) to deliver value across any business process in a connected enterprise.

A combination of RPA with expanded cognitive and AI capabilities, Blue Prism is different than other automation technology on the market. With one Blue Prism license, you gain instant access to an already AI equipped digital workforce, along with the tools you need to build and delegate automations. Click here for more information on Blue Prism and Intelligent Automation.
To learn more about how Blue Prism RPA can help your organization and how much it will cost to get started, please Contact our Sales department.
Blue Prism RPA can be downloaded from our customer portal. If you would like to consume or download any material it is necessary to create an account on the Portal. Once you have registered, you can access the download options for Blue Prism here.
Yes! Installed on your own machine and supported by our training materials and product documentation, you can use all the features of the full enterprise product for free with our Blue Prism Trial – giving you the opportunity to learn the basics before moving to a full production implementation. Click here for more information and to download the trial.
Yes! You can access our known issue list for Blue Prism from our Support Portal.
Regardless of your industry, Blue Prism’s Digital Workforce can adhere to strict governance and compliance standards without limiting productivity. Click here for more information on how your industry can benefit from Blue Prism.