Status:
Delivered
Submitted on
15-11-21
02:35 PM
Submitted by
krishna.kodimurali9
on
15-11-21
02:35 PM
It would be helpful if we can have a dedicated page where we get all the exam-specific study material because as of now we are not able to directly get the required doc/study materials in the documents section. Even if we search the results are empty. Most of our fellow developers/junior peers who are planning to take an exam and reach out to us for the exam preparation and docs but we are unable to share the required stuff/info at least where to find those.
... View more
Status:
Under Consideration
Submitted on
01-04-20
01:04 PM
Submitted by
AlexanderFische
on
01-04-20
01:04 PM
Web API and Skills are offering an easy and fast way to use external Webservices. Unfortunately this is not possible if you need a proxy authentication and therefore you'll get message like Internal : Unexpected error Error during Web API HTTP Request HTTP Status Code: 407 HTTP Response Content: <HTML><HEAD> <TITLE>Access Denied</TITLE> There is a workaround of using HTTP and REST VBOs instead of Web API, which will allow to set Proxy for a request, but this means that you can't use Web API and Skills here. This will a mean lot of more efforts in implementation of many use cases. So in our opinion it would be a very good feature to have such an option also für Web API and within Skills.
... View more
Status:
Not Planned
Submitted on
15-01-20
12:44 PM
Submitted by
Graeme__Tacon
on
15-01-20
12:44 PM
It would be really user friendly if, when you'd updated an environment variable and clicked 'Apply'. that a pop-up window showed what variables were being updated and giving you the option to not change them (in case of something changed in error). Or, could it highlight which environment variables have changed, like it does when you change a scheduled, by putting a '*' next to it ?
... View more
Status:
Planned-Later
Submitted on
04-09-23
10:20 AM
Submitted by
PrakasamS8P
on
04-09-23
10:20 AM
Currently there is a limitation in the dropdown list where we can able to configure a maximum number of 250 items can be added to a drop-down field.
There is requirement in our development process where the business is looking for to add more then 250 items in the dropdown list. could you please add this feature on the upcoming release via configuration that would be great.
... View more
At the moment the Tenant function is based on the user roles only and the administration of tenants in BluePrism is very time intensive. It would be great to have an setting like create tenant. This tenant is totaly empty like no objects no processes. The admin of Blueprism should add via Tenant Option like the Roles and Users. On the start option of BluePrism then you should have the Possibilty to choose the connection and a second option choose tenant. The admin see for sure here all tenants but the end user here see only the tenant they have rights for. This would help in different team enviorments.
... View more
Status:
Delivered
Submitted on
10-01-20
01:18 PM
Submitted by
KristianRisager
on
10-01-20
01:18 PM
BP currently lacks the ability to edit expressions in the Evaluate Expression wizard. This leads to clicking back and forth a lot, and it is time consuming when testing different variable values. Can you make it possible to edit expressions and evaluate them in the same window?
... View more
Status:
Reviewed
Submitted on
26-04-23
02:55 PM
Submitted by
Tejaskumar_Darji
on
26-04-23
02:55 PM
It would be beneficial to have an option to export session details from Control Room, similar to the option available for exporting queue details. This would allow for easier tracking and analysis of session data. Therefore, it is recommended to add an export option for sessions in Control Room. To my understanding, currently, there does not seem to be a manual export option or an automated solution available to export all session management console details. This can potentially create a hindrance in efficiently managing and analyzing session data for business purposes. Therefore, it may be beneficial to explore options for implementing an export feature for the session management console.
... View more
Actually looking for a more effective way in searching for objects together with its actions. Ideally we can filter for the object name in the studio then have to open it manually and look at all the actions.
Another way is maybe keep a tracker of all objects via Excel or SharePoint. Is there an existing solution to this?
... View more
In case a runtime resource is performing only background processes (eg. HTTP requests), it would be beneficial to have it run as a windows service. This would increase flexibility in deployment scenarios and allow BP to move further towards being used as an integration platform. In one specific usecase, we need this as the runtime resource is running on a server (which has the required ports open), but we cannot apply the GPO to prevent user logout, due to different policies applying to servers as opposed to virtual desktops.
... View more
Status:
Under Consideration
Submitted on
23-05-22
02:28 PM
Submitted by
Brian_Hesse
on
23-05-22
02:28 PM
Work ownership for the BusinessArea – WorkType- Queue combination would be helpful, so this can be updated and also made available via Analytics
... View more
Status:
Under Consideration
Submitted on
23-05-22
02:28 PM
Submitted by
Brian_Hesse
on
23-05-22
02:28 PM
User Work Group hierarchy shown visually would also be helpful
... View more
We (and our Risk team) would like an audit trail to report on AWD process flow changes. We need to know who made an update, when, and what was changed.
... View more
Status:
Delivered
Submitted on
06-08-19
12:47 PM
Submitted by
ChristopherJank
on
06-08-19
12:47 PM
If i want export and click on Select all Dependencies then i expact all dependencies not just the first layer of. Process - Component - Objhect - Utility etc.
... View more
The existing design control covers quite a lot in terms of usable syntax and logic errors but it is limited with best practice checking. There should be a base set of configurable best practice controls set up based on peer review documents. Example controls: Overcomplicated pages - Check for X number of stages. Stages that could be sub-pages - Check for duplicate named sequences of stages. Possible infinite loops - Check to ensure a decision stage exists between a set of links that go backwards. Attach stages at the beginning of actions - Check for an attach after a Start stage These are just some possible controls. Rules should be developed based on the existing peer review checklists on the portal. Organisations should have some flexibility in modifying the controls and increasing/decreasing thresholds based on their own needs.
... View more
Currently the "Create Source" function offered by the Utility task in Design Studio only allows for a source to be created from a Content ID - so effectively can only be used in a Capture process where the Content ID is already known and the content is already present in the image store. For the main "Create Source" use case, where the *content* is already known, but the ID isn't, the "createObjects" operation on the AWD Processing Service SOAP web service must be used, so:
The call goes out of the container and back in through the web server, creating a new execution thread in the process, rather than being a simple inline call from the Service Engine
As a separate execution thread, that update is in a separate database transaction, so won't roll back if an error down the line in the current process triggers a transaction rollback
... View more
Hi Team, Blueprism provides a very good write stage which works most of the case and the best thing it works in backend. But there are lot of modern application where write stage is not working properly. Even though we write it is not writing in the text box. As alternative we are using globalsendkeys. It would be great if Blueprism provides a type into stage by using the same we can directly write into any text box instead of using globalsendkeys.
... View more
Especially when dealing with browser automations, various lags and errors lead to rather messy Process level design. To counter surprising attach or timeout issues, Process level flowchart tend to be filled with actions surrounded with blocks, resume/recover stages and retry loop structures. (Yes, you could clean the process by submerging retry logic into object level, but in the end, it's a same mess, but under a different carpet.) My suggestion is to add a Try-Catch tool into a Process Studio toolbox. Idea is to place an action inside of Try-Catch area and handle exceptions the action might cause. Visually it mimics a Block tool, but adds to its design
properties: number of retries action within a Try-Catch will be retried (or possibly a timeout after x seconds?)
two exit nodes, one for positive and one negative end (means despite of retries, object faced an error) - error node could be a Recover stage and it's up to a developer if the error is rethrown or suppressed by resume
to visualize which retry round is going on, add a caption to stage that signals the retry round for developer
The trickiest part is to create a nice design for a error node, but I hope you'll get the idea!
... View more
Idea: I'd like to suggest the customization / expansion of the code-linting (aka Design Controls in design studio) capabilities that design studio currently has by allowing users to create and add their own rules. An organization should be able to customize design controls that fit their own organization's best practices (eg. verify that spied elements follow a specific naming convention) and code styles (eg. all START stages have to be font color = green) background: Most modern IDEs (eg. vscode or vs) have the capabilities to allow developers to create custom code-linting rules that fit their organization's best practice and coding styles. These rules help standardize code within an organization which can lead to improved code maintainability, improved performance, and minimize bottlenecks development (eg. code reviews). other information:
Currently, it is possible to export Design Control settings to an XML file and share it with anyone. So, it should make it possible for organizations to share their best practices with anyone, allowing new developers to benefit from the knowledge of more experienced developers. Essentially, making it possible for new organizations adopting Blue Prism to copy design controls from experienced organizations who have been using Blue Prism for years.
... View more
Hi, currently there is the only option for warning when robot gets stuck at an action for longer time than is certain number of minutes - it is displayed in Control Room. It would be very useful to have more options here. I can think of: sending an email or sms Restarting the process Terminating the current process It would be particularly useful when running overnight processes so that in the morning the robot is not blocked by hanging process.
... View more
For out-of-the-box functionality there should be no excuse for missing descriptions. The Work Queues:Set Data action (image below) is a perfect example. This is a highly useful function but even if you've been using BP for a while, who knows what it does? Frankly, it is lazy product development not to have descriptions for standard functions when the facility to display descriptions is right there. Importantly, they should be useful - not just the obvious "This action sets data in a queue" but detail of how you do it, so someone developing their skills can understand. For example "On Get Next Item this action writes the data in the output Queue Data Collection back to the queue..." or whatever. Perhaps you provide a facility to crowd source the descriptions and have a panel choose the best?
... View more