Small thing but would be really nice to get an IF statement in the calculation stage. It can be time consuming to set multiple decision stages with calculation stages just to do some basic logic to set variables.
... View more
Currently there is no option to add custom word template in the setting option in capture. This hold true till version 3.1. this feature once added will save time for org not to copy paste the information from capture doc file to their own file.
... View more
When archiving session logs in BP it should be possible to chose another target location than file system. It should be possible to specify a target DB. The session log table takes huge amount of space and regular archiving is inevitable. Normally only very few days are kept online in Blue Prism DB. Any investigation or analysis on log data needs first to restore from file system back into DB. The target of the restore has to be BP instance, thus may impact existing environment or new environment has to be set up. The idea is to archive session logs into another table (in another DB) instead of file system. This opens several possibilities: - DB Backup and Restore can be used (whose implementation is normally more sophistiscated than file system backups) - Table organization can be utilized (eg partitioning) - Data in this table can still be easily access and used - Backup and Restore to/from this table is independent of and won't affect BP instances - Archived data in the table will be a snapshot at the time of archive (see below for implications) Currently the session logs (and also archived logs) have references to other DB objects like resource, process, ... Although the deletion of the referenced records is prohibited as long as the session logs are online, they can be deleted when logs are archived. Restoring session logs may then have an incomplete view of what happened in the past since referenced resource, user and process may already been deleted or otherwise lost (eg upgrading BP into new BP instance). Therefore those references have to be resolved into their names (in addition to their IDs) before writing into archive table.
... View more
Enhance the action to allow user to indicate if it should check for Locked items as part of the Pending items
... View more
Hi, can you improve Interact so that it supports logical AND/OR conditions for multiple field values? Let me give you an example: 1. the form has got three elements - Combo box, Field1, Field2 2. if combo box value is Yes, Field1 and Field2 are hidden 3. if combo box has a value No and Field1 value is NOT EMPTY, SHOW Field2 This is not possible to achieve with the current features. Regards, Zdenek
... View more
Ability to identify the browser elements using dynamic DOM XPath( not the HTML path) by node level identification via selenium functions for browser automations inside Application Modeler
... View more
A question that always comes up from our Control Room operators is "Who's paused Queue xyz?" Why isn't this something which is written to the Audit Log? Would it be possible to add this to the Audit Log, or even allow us to configure what gets written to the Audit Log?
... 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
Create utiilty to enable import of an excel (*.csv) formatted spreadsheet from Processor workspace. UX screen will need to enable mapping of columns to Chorus BPM data fields with options to include/exclude column. Need to include a preview that states what will happen (i.e. 27 new UNIT - WRKT transactions will be created with the following data fields ACCT, SSNO, AMT, etc.) Each row will create new transaction (Case or Transaction) in Chorus BPM and they will execute the related process flow. This utility will enable sunset of some RIP feeds and enable rapid ingestion of data into the system that is currently locked in Excel spreadsheets.
... View more
Status:
Under Consideration
Submitted on
22-06-22
11:48 AM
Submitted by
ssokal
on
22-06-22
11:48 AM
Parent Ticket - AWD-42901
Add the ability for AFT to communicate with S3 using the native EC2 profile rather than specific keys configured in the aftservice.properties file. Ticket AWDPS-1656 has a code version available to do so by using a flag in the properties file named s3aftadapter.useDefaultProvider. This removes the need to have a system user in AWS specifically for AFT. This was originally identified as part of the SS&C Cloud Security Review.
A review needs to take place to determine whether the communication protocol has been in the design up to now. The fact that this has had to be developed by PS states it hasn’t been. Description on the Dev ticket AWDPS-1656 :-
We have an issue that occurs every time AWS make a change to their certificate chain for secure connectivity to S3. We currently use the S3 AFT Adapter provided by base product and its approach assumes the AFT is installed on client site and is connecting remotely to S3, therefore requires all the AWS Certificate chain for S3 connectivity to be loaded into the Java Trust store.
This means any time there is a change to the certificate chain we get connectivity issues, most commonly AWS make intermittent changes deep in the chain, which then manifest as intermittent connectivity issues to S3.
We have had this on several occasions, once with Vitaity and very recently with LV and these result in Level 2 incidents that are challenging to diagnose and resolve.
However we are deployed into AWS and the EC2 instance has a default provider chain on the machine that enables access to S3 using IAM config as AWS level, so we should just be able to utilise the machine level access privileges to talk to S3 and this will remove the fragility/risk that comes about when loading certificate chains into the Java Trust store.
Moving to the EC2 level authentication also removes installation, upgrade and certificate maintenance complexity.
See the following link as an outline of how the AWS Java SDK can leverage the default certificate chain.
https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/java-dg-roles.html
Steps to Recreate- Try to use AFT with S3 using the native EC2 profile fails
Component - AWD|File Transfer (AFT) Affects Version - AFT 6.0
... View more
Refreshing the control room runtimes is one of my most common UI actions within the control room. Its tedious to constantly navigate to the very top right of the screen to click a dropdown with a single item (making it a 2 step process). At least make it a single click refresh button. But PLEASE add a keyboard shortcut to refresh. Something like CTRL+R
... View more
Hello,
When using Capture during recording of actions in SAP, we have noticed that the tool does not catch all the values properly or some are not caught at all.
I found out from Blue Prism support that currently there is no SAP Spy mode for Capture, it relies on OCR or CV.
I would be great, if we SAP spy mode was added there to improve the quality of documentation from SAP (especially for companies which work a lot with SAP)
BR Martyna
... View more
Many times we use nested loops in our processes. It would be easier to analyze the flow if the Loop End is also highlighted when we click on Loop Start stage
... View more
please refer the image and community discussion link.
the idea is on having a checkbox instead of radio button on login method for application. as application can be login via SSO, with UN, PW, with API etc.
https://community.blueprism.com/discussion/pat-clarification-on-process-and-its-authentication-questions?ReturnUrl=%2fcontent%2fallrecentposts
... View more
Status:
Under Consideration
Submitted on
31-10-19
04:53 PM
Submitted by
DominiqueDALLER
on
31-10-19
04:53 PM
The application modeller accepts that different elements in the application modeller of a given BO have the same name. For maintainability purposes, this should be forbidden.
... View more
Status:
Needs More Info
Submitted on
13-10-22
02:32 PM
Submitted by
DavidKatz
on
13-10-22
02:32 PM
Chorus Communications currently allows outbound letters and emails. We would like the ability to send text messages added.
... View more
It would really help to simplify complex schedules if Blue Prism could allow for schedules to be defined by CRON expressions.
... View more
Keeping up-to-date with the latest version is Blue Prism is sensible. However, this does cost time, money and effort on enterprises. Being able to apply patches over existing installations would be beneficial. For instance, the with Google Chrome's frequent release pattern it would be great to apply a patch that accommodates the changes to allow integration rather than going through the full upgrade process.
... 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
In adding the New Processor several miss the column layout of the Legacy Processor in the Work List and Search functionalities. Currently under preferences there is a Theme space and currently there is Default and Compact, the request is to add an additional one that would mirror similar to the column format with Headers like Legacy Processor where individuals can easily compare LOB's within several work items.
... View more