Allow the user to select font, font size, and font color in Processor Workspace view history. Our clients complain the current text color is too light and small to read easily.
... View more
With Search forms and potentially and Chorus form designed for work processing whether UXBuilder, Dynamic Forms, or Traditional forms the ability to denote a one of these are required. My thought on implementation would be to contain the fields within a group box and mark the box with a css class of oneOfThese. There could be multiple group boxes with independent oneOfThese markers. This was implemented as custom javascript on a Search form that required a hidden text input that was marked required that the custom javascript managed inputting/clearing to get the Search button enabled/disabled appropriately.
... View more
The idea is to have a Data Item exposure such that we can store and update that variable across sessions - its more like an environment variable but to which we can make updates too.
This will help us in storing variables across sessions like flags, data which requires the value from the other session run that currently has to be stored in externally like in excel, notepads, etc.
... View more
Status:
Delivered
Submitted on
07-10-20
09:42 AM
Submitted by
Dexter_Whelan_SAS
on
07-10-20
09:42 AM
Having a design requirement that would be easily solved if scheduler could initiate based on the presence of work items in a target work queue. Example: Fire schedule every 15 minutes IF( [Workqueue1].ContainsWorkItems(>0) ) This would allow a scheduler to check every 15 minutes for the target work queue ('Workqueue1') has a work item greater than zero. Some additions to this could include filtering on tags/status/ attempts or other work queue related data points.
... View more
Status:
Duplicate
Submitted on
02-10-19
07:33 AM
Submitted by
SreejithSethuma
on
02-10-19
07:33 AM
As of now, to manage the code and versioning the inbuilt functionality of BP studio is being used. With that approach it is quite difficult to do an end to end DevOps. It would be great from the software cycle and project management perspective if there was an integration between BP studio and Git hub or svn
... View more
The font readability is currently bad in some of the Process/Object Studio UI elements, for example due to kerning issues. The changed zoom functionality in 6.8 has also made it more difficult to develop. Now that the font scales with zoom, everything below 75% zoom makes the elements unreadable, so development has to be done with 100% zoom, which makes it harder to get an overview of the process. Allowing for better customization of the fonts on user/system level and disabling font scaling below 100 % zoom would enable smoother development.
... View more
Hi at the moment anything you do in BluePrism you are connected direkt via AppServer to the Database. So you always have a kind of live connection for everything you do. That makes BluePrism kind of slow in Studio. It would be great in Studio to have the option with database and without database. If the developer is done it just needs a button like publish to database and everything is okay. During development he should have the option as well to save under C:\Temp for example. Later with the publish function process is saved in database. Be aware iam just talking about Development Enviorment.
... View more
The ability to finalize a Revisable Object in Chorus BPM should be configurable to extend the currently implemented conversion to TIFF to other formats including PDF.
... View more
Hi there, with the AND and OR operators currently available the following expression throws an error when a flag data item is not set. IsFlag([Flag Item]) AND [Flag Item] Returns Error: ... right-hand-value is empty. If Blue Prism would support conditional logical operators like && and || in C# repectively AndAlso and OrElse in VB.NET the expression in this example would be valid. The evalauation of the expression would stop if IsFlag() returns False becuase the whole expression couldn't be True anyway. We could use a single decision stage only and could use this kind of expressions in choices. Currently there are two options: - always set a default value for flags - break the expression mentioned above up in two decisions and execute the second decision only if IsFlag() = True With choices this cannot be handled easily.
... View more
In Blue Prism 6.4 for Object MS Excel VBO, actions Open, close and save Workbook, have hardcoded timeout value of 30 seconds. However, it has very little point to keep this value hardcoded. Instead a better approach would be to have this value as input. In case no value is passed, a timeout of 30 seconds can be initial value.
... View more
currently a detailed guide is not available which will provide information on different attributes that exists in Application Modeler, a detailed guide would surely help in selecting attributes for e.g. what do we mean by Match Index or Class Name attribute etc
... View more
Currently when an element within application modeller is cut and pasted in any node of the Element tree, a new Element ID is generated, invalidating the previous Element ID and all references pointing towards it. When that happens, the following error is displayed by the validation tool: Page: ABC Stage: XYZ Type: Error Action: Validate Description: Failed to find referenced application element in row 1. Element ID is 87188755-42bf-4433-bcaf-33a4f152aeff Repairable: No The only way to fix this is to manually re-point the element within all the affected stage properties. Additionally, this also invalidates the application modeller in all of the historical versions of the affected Object(s) in version history. Given that this can potentially mean several hours of re-work, not to mention serious frustration, please change this to work as follows: - When copying and pasting an element within Application Modeller and the pasted Element ID already exists, generate a new one - When cutting and pasting an element within Application Modeller, retain the pasted one This has been tested on the following versions: 6.4.2 6.4.4 6.8.0
... View more
Status:
Needs More Info
Submitted on
16-11-19
05:57 PM
Submitted by
Murali_KrishnaB
on
16-11-19
05:57 PM
We are using BluePrism v6.4.2 currently and as per our observation we found that Event Logs from Event viewer has same Event ID i.e. 0(zero) for different level of error levels(Critical,Error, Warnings and information). It would be really helpful if the Event ID are different for different log level to configure easily for monitoring tools like BMC Patrol, Splunk and other monitoring tools to set-up automated alerts
... View more
In the Legacy Processor the user would be able to choose in the drop down what comments to show: All, User Comments, Batch User Comments, System Comments. Typically our users select "All" and then that will default all comments for all Work Items to be "All" with the new processor the comments always default to "User Comments" even if the user changes them. I submitted a Customer Care ticket for this and the response was that this is working as expected with the new processor. Requesting an enhancement to either: 1. Add to preferences the Comments and how the user would like the default setup as. 2. Back to the Legacy Processor way where they changed it one time and it would stick for all future items opened unless changed. 3. Allow a system default set at the company level.
... View more
Status:
Under Consideration
Submitted on
10-06-21
11:47 PM
Submitted by
MarshallMclane
on
10-06-21
11:47 PM
Right now you can only assign an approver as either a single individual or as any approver. This approach does not work if you have different users for different types of approvals. If we have 3 forms that all need approval we need 3 distinct approval groups. The ability define an approver role/group and then assign a form that approval group would be very handy.
... View more
Status:
Not Planned
Submitted on
09-07-19
11:38 AM
Submitted by
Walter.Koller
on
09-07-19
11:38 AM
It would be helpful to be able to create and apply templates for user security role definitions in System tab. Additionally to be able to export and import those templates to move from one environment to another. Being able to export security roles in structure format will allow to run security audits on granted permissions (eg discrepancies between template and individual settings). This will support us in our multi team environment with 4 roles x 9 teams (and growing).
... View more
I think 2 very important enhancements are required - a) When we rename or change a data item, we have to manually change the old references for those data item in all the stages where it's used.Instead of doing this manually BP should automatically replace the previous references in all the stages. b) Right now we have to manually select all the required process/ Objects/Env var etc while creating a package. There should be a way that either Blueprism drags everything related to a project item or we should be able to visually see the dependencies while creating packages. Regards,
... View more
Hi, in current Interact version (4.3) there is no support for embedding hyperlinks in Text field or Paragraph. This would be really useful to have it. Regards, Zdenek
... View more
It would be a great support to developers or support teams if any of the session can be restarted by clicking on previously completed or terminated session. given the machine is available.
... View more
Currently, robots can be manually executed only from the terminal where BluePrism is installed, but if there is a web-based console screen, it will not depend on the terminal, so please implement it.
... View more