Blue Prism Product

 View Only
last person joined: 16 hours ago 

This community covers the core Blue Prism RPA product.

  • 1.  Environmental Locks - Release

    Posted 08-20-2018 21:43
    The Main Process calls a subprocess that checks-out a credential from a pool of credentials to be used in the main process. However, it is releasing the credential back to the available pool and another bot is trying to use the same credentials and causing errors. Why would a subprocess release a lock without the Release Lock action? Thank you Chris   


  • 2.  I might be wrong here …

    Posted 08-25-2018 01:53
    I might be wrong here (depends on your actual process), but when subprocess ends, it autoreleases all locks it holds (which is not what you want sometimes). Basically lock holds as long as object that acquired it is alive. I can think of two options:  1) Using some external way of locking (create/delete files or use external database)  2) Create a queue item with specific key for each lock, then delete that item from queue when you need to release lock. Just locking queue item won't do either, because it will mark queue item with exception when subprocess exits if you don't release it.   p.s. I personally used second approach myself when I need to set a persistent lock. I also abused work queues to create a lock with a counter, where multiple processes can ""acquire lock"" and you can tell how many/if any still hold it. It could be kinda useful if blueprism provides both persistent lock and RWLock style thing.


  • 3.  aikudino I have one…

    Posted 08-28-2018 02:28
    aikudino I have one subprocess acquiring the lock and the second one releasing the lock. You're telling me this is the incorrect approach because as soon as the first subprocess completes it automatically releases the lock. You mentioned using another approach to manage this is to use an external file. How would I go about doing that?


  • 4.  Check lock comment after…

    Posted 08-28-2018 17:24
    Check lock comment after first process exits, it should say ""Automatically released when session finished"" - that means you got the problem I described, which is locks are not persistent. Create some queue, call it Locks for example and use that to store your locking state. For example, you can add item ""myprocessnamelock"" and check it's existence, delete it to ""release"" lock or use Tags, Status, whatever - up to you. Just don't rely on get item, that would go into exception state after process ends as well (but item stays in queue).


  • 5.  You can check BP VBOs:…

    Posted 08-28-2018 19:09
    You can check BP VBOs: Utility - Locking or Utility - Foreground Locker - both use queues for locking instead of environmental locks.


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.