Columns in the Available Processes, Resources, and Environment sections of the Control room seem to have a default width setting. These columns can be manually resized, but clicking away to Design Studio or another tab will cause them to go back to their default width. I propose that the resized width of these columns should be saved as columns like Name in Available Processes can be similar and the column needs to be resized to see the ends of the names. Also, the Connection column in the Resources section can often be outside of the window if the window is not full screen. I also feel that if a column has no information in it, it should only be as wide as the heading. For instance, the Members column under Resources in our environment contains no information, yet it's almost twice as wide as the header.
... View more
Status:
Planned
Submitted on
24-06-21
04:37 PM
Submitted by
krishna.kodimurali9
on
24-06-21
04:37 PM
As we take up a new course and start learning it from LMS, most of the courses have theory/document to read on the same page itself which has too many pages. On every page we have to scroll up/down to completely read the data and then click on the next page, we have to repeat for all the pages for all the topics on that course, even after making it fullscreen mode. This makes the learning experience a bit awkward and irritating, This can be resolved if the course content layout made visible on a single page where we just scroll down smoothly all the pages till the end of that topic. instead of clicking next (>) for every page.
... View more
No Doubt that Blueprism has the best-unattended automation capabilities, but it would be better if we can make running the attended bots easier- a simple console from where one can run their bots seamlessly. I believe this would be helpful and add more fun for process SMEs (Non-technical) running their bots.
... View more
The current data item does not have a dictionary type (Associative array) . A single-row collection type can be substituted in some cases, but a smooth conversion to a JSON object can be difficult.
For example, if you try to convert a Blue Prism data item to JSON using Utility - JSON::Collection to JSON , only one data item can be represented as a collection data item, so the converted JSON will also be an array type.
There are many opportunities to map Blue Prism data items to JSON data when performing WebService integration, so I think there is a great advantage to introducing a dictionary type data structure.
... View more
Blueprism Interact Forms only supports the upload of one file per field. This will function most of the time if the user is required to only attach one or two files. However, if many supporting documents are required to be uploaded, current workaround is to request user to perform an extra step of archiving the files. As such, it will be good to have forms to be able to upload multiple files at one time, as what other form based solution can do.
... View more
Rather than have a process on a schedule set to periodically check a queue for data to work, add an optional work queue setting to automatically kick off a process on a designated resource/pool once there are items to be worked. This would remove the need for 24/7 monitoring processes which may quickly fill the various log tables, while lowering the traffic throughput to the controller/database. Work queues can be populated by new and/or existing feeder processes.
... View more
Update the Document Delivery - Email screen to allow for Errored Emails from Communications to be edited and resubmitted. Today if an email from communications fails it requires manual intervention to reactivate the original work object and reject the request.
... View more
When cloning an item from a transaction, we currently have the option to link the newly cloned transaction to the case and bring over LOB’s but there is no option to also bring over the sources from that transaction.
You may argue that the source is already in the case however we may not be linking this item to the case. It may go to a different department or business unit for further processing, sending out correspondence, etc. and we don’t want to confuse the processor or spend time having to figure out what needs to be looked at. We often link the sources directly to the transaction in this case even if it’s already link to other transactions.
Furthermore, we have instances where many sources need to be attached which is time consuming. The case that prompted this enhancement was that 22 statements needed to be sent to a client and the processor needed to find and link all 22 manually. I will admit that the processor didn’t know they could drag and drop the sources which is less time consuming than manually linking them so they did learn something new in the process. In either case, it’s still time spent doing something that could be automated and more streamlined. It’s not going to a huge time saving or money saving enhancement, but it is a nice to have from an associate standpoint.
Therefore, it would be nice to have a checkbox in that same area on the cloning screen to be able to include the attached sources of the transaction you are cloning to the new transaction you are creating.
... View more
When you have a larger application model and you're browsing through the element tree it would be nice if the application modeller would highlight the elements on the target application as you select the element. That way it would be easy to find the correct element (if you're not sure of it by the "should-be-self-evident-element-name"). You select the element on the tree, see the details on the right pane and the red rectangle on the application automagically (without pressing the Highlight button). If there's an error in the element attributes, the application modeller could highlight that by changing the element red on the tree view. If recognized, it could also show the conflicting attribute in red. BUT not pop yet another popup that needs to be OK'd before continuing. There's too many popups already in use. 😉
... View more
Status:
Delivered
Submitted on
18-11-19
05:42 AM
Submitted by
vivek.kumar.goel
on
18-11-19
05:42 AM
I Would love BP to provide an additional tool to manage the CICD. I tried/propose to build a web/windows app based solution for it which has/should have the below features: 1- One time configuration for all environments (Dev,SIT,UAT,Prod). 2- A login option in line with the user's access to BP (planned) 3- As soon as you login, it shows you dropdown /list view of all the processes present in different environments. 4- Once you select any process in any environment: it gives you 2 options : a) Elevate to next Environment (Dev-->SIT, SIT-->UAT, UAT-->PROD). Once you click, all the dependencies are automatically moved/created in the next environment. b) Demote/Degrade to previous Environment/Disable Process 5- It also should provide an option to create/manage the credentials from this app There can be endless possibilities around this one stop CICD model as the admin team doesn't have to login to BP to move the processes and dependencies across environments Thoughts for discussion open.
... View more
When doing an Undo to reverse a newly made change in a process or object, the focus remains on the current page rather than moving focus to the page where the Undo is executed. This is very confusing when doing a number of Undo's in a row in order to reverse a list of changes made. When executing an Undo, the Studio editor should move focus to the page where the Undo will be done. Happy coding! Paul Sweden
... View more
When opening a CSD, launch a process, run a search, create a relationship, or create work in the modern processor workspace, it always opens to the same default window size, with is generally too small.
A good example of a process that is impacted is the Caller Authentication guided process, which is run by the GIDS phone team for every single phone call. Currently, the associate would have to resize the window for every single phone call.
There appears to be a couple needs here:
Windows for work objects should open to the size of the CSD or workflow form, or maximum window size.
When we resize a work type, it should retain that size for all instances of the same work type. Currently, Chorus only retains it for the specific instance that was resized.
Search results and relationship windows should retain their preferred size for new searches/relationships. Also, the default size should be at least large enough to display 3 or 4 items.
... View more
I observed that the Click Action in Navigate stage doesn't works after spying any element(Like Button) in Browser mode in Blue Prism V6.9.0. The Spying works perfectly all the time, Even the verify action in Navigate stage also highlights the element perfectly at Run time but when executing the click action, it seems like clicking at the top left corner of the screen in that particular application. Please check for this possibility in current and upcoming versions.
... View more
Status:
Planned-Later
Submitted on
11-11-19
10:37 AM
Submitted by
MarcoMatuttis1
on
11-11-19
10:37 AM
Control Room / Application Server should be able to send E-Mails if a Process Terminates. In my eyes a must have feature for unattended Bots. When I leave work and the Robot terminates after some minutes there are so many hours of runtime lost. If I would get an E-Mail I could simply start the bot again or fix the issues remotely.
... View more
While debugging, if there is an option to export the current collection values to excel will help in analysing the collection data. Thanks!
... View more
We are working on automating a few use cases through Decipher. For some of them, we don't require any manual intervention and therefore we need the Batch to bypass Data verification tab, whereas for others we need the manual intervention to be performed by the business users, and therefore the data verification tab needs to be turned on. However with the way the current configuration settings work, once we turn on the automatically skip data verify tab, the setting becomes applicable for all the batches. We would like the ability to enable/disable this setting based on the exact use case/batch as per the business requirements.
... View more
When an item is deferred while waiting for an update or a response it would be much more useful to wake the item up earlier than the defer date. As an example, a case comes in and needs a human to verify some details - we need to defer the case so that it will be captured in an output file of the number of cases worked so the case would be deferred for 24-hours to ensure it gets reported. The issue that then happens is that if the return from a colleague is before the defer time ends you are not able to pick the case back out of the BP queue. In most common work flow systems you can pend/defer cases for a set period of time but also wake that case back up sooner if the required updates have come back so it would be much better to allow BP to do the same
... View more
Blue Prism should include recommended Process/object templates when we do fresh installation of blue prism. So that Users/Entry level developers will understand how a process should be designed. Other Vendors has already these type of templates eg. Background process Template, Robotic Enterprise Framework. It would be great, if blue prism provides these similar templates as per their standards.
... View more
Instead of creating separate schedules, when a schedule is completed ,it should trigger another schedule.
... View more
It would be great to be able to add a screenshots to the objects for reference and be able to print the object information to a document with screenshots.
... View more