Showing ideas with status Not Planned.
Show all ideas
Status:
Not Planned
Submitted on
21-08-19
05:02 PM
Submitted by
NicholasRobbins
on
21-08-19
05:02 PM
When scheduling an automation to run at a specific time, if the pervious scheduled process overlapped, due to it not completing before the next scheduled automation, then the system never goes back to restart the second automation. It only shows in the Recent Activity log. It should try again.
... View more
Status:
Not Planned
Submitted on
06-08-19
12:54 PM
Submitted by
ChristopherJank
on
06-08-19
12:54 PM
I would like to be able to store the Output from an action / calculation stage in a 'dynamic' data item. In a loop, I want to store the output from an action/calculation in a different data item for every loop - so I would like to have the option to use something like a 'container' data item which actually holds the name of the data item where the output will be store. Then on every loop I can update the value from the 'container' and the output will be stored in another data item.
... View more
Status:
Not Planned
Submitted on
06-08-19
12:44 PM
Submitted by
ChristopherJank
on
06-08-19
12:44 PM
under Security / Users: I wold like to export the Users incl. Passwords to another instanz of BluePrism
... View more
Status:
Not Planned
Submitted on
06-08-19
12:46 PM
Submitted by
ChristopherJank
on
06-08-19
12:46 PM
In Studio i would like to select more then one Folder or Object at same time, e.g. to set Access Rights for all folder at same time
... View more
Status:
Not Planned
Submitted on
15-02-23
11:02 PM
Submitted by
SindhuSivapuram
on
15-02-23
11:02 PM
Select boxes which are configured to use FVD within Dynamic form don't work in the run time if the user who is processing it doesn't have access to ADMFVDOM. However, select boxes with FVDs set to use in standard forms work fine even without having ADMFVDOM resource access provided.
... View more
When a user is working on a transaction and the transaction is at a status that is routed to LASTOPER the work item will be in the user's personal queue. If the user redirects the work item (without changing the status), the work item will be redirected properly to the redirect user's personal queue. However, when the redirect user updates anything on the work item (and does not change the BA, WT, or Status), the work item is moved to the previous user's personal queue (the redirecting user's personal queue). In addition, if work is redirected to a user's personal queue, and another user makes an update to one of the fields on the form for that item, that work item is removed from the personal queue and the worklist of the original user. The work item should remain in the personal queue even with an update to a field value. This request is in reference to ticket number CS0015912 and AWD-47732.
... View more
Status:
Not Planned
Submitted on
02-03-21
09:18 PM
Submitted by
santhoshthepro1
on
02-03-21
09:18 PM
It would be great if we have a "Certificant Directory" to list and search members and professionals who have earned official certification using the following filter criteria:
First Name
Last Name
Country
State / Province
Email
Credentials Earned
Blue Prism Certified Developer
Blue Prism Certified Professional Developer
Blue Prism Certified ROM Architect
Blue Prism Certified Installation Engineer
Blue Prism Certified Solution Designer
Blue Prism Certified Technical Architect
Benefits:
Central Repository of Blue Prism Certified Professionals
People - Skill Discovery & Networking
Credential Verification and Validation for University and Employers
Can be used for finding people who are proficient in specific area to bounce of ideas and get mentorship
Inspiration for new learners and Value add for Certified Professionals to get listed on the Official directory
... View more
Status:
Not Planned
Submitted on
02-10-20
04:41 PM
Submitted by
RaúlHernández
on
02-10-20
04:41 PM
Hi, Communty.
I have two processes that runs background features (.bat, .vbs) and some calculations and send email task that are also background staff.
My idea is to run this two processes in the same runtime resource at the same time.
Is that possible now?
I have the best practice topology installed, app server, database, runtime resources all in different hosts.
I want to do this from the control room.
Best regards.
... View more
Even though we have capabilities of creating reporting manually through stages and gather queue data one by one, Could it be possible to add capabilities to connect through reporting applications like Tableau directly to the queue data?
... View more
Status:
Not Planned
Submitted on
17-03-20
11:17 AM
Submitted by
Rathna_KumarVis
on
17-03-20
11:17 AM
Blue Prism 6.6 should throw an error at the point where the Process cannot interact with the element spied using Region mode. It instead just hangs and the session goes in to a warning state. We could see more than RTR is running in same VM. We did a global settings in application modeler but got the same error (Warning and No Exception). In the above case, Blue Prism should handle this type of situation by throwing an error and terminating the Session would be more informative and quicker at alerting the problem than not notifying at all and losing valuable running time.
... View more
Can we have multi-select enabled for Schedulers? It will be super useful in a scenario in actual prod. environments where the process controllers sometimes need to kick off schedulers for multiple resources that failed to run. Or delete a bunch of schedulers in one go, if they are introducing new ones. And other Scheduler functions etc.
... View more
HI! I'm new to RPA and am working on a project that is using region mode to spy a specific place of a form. I am having some issues getting my object to be able to read the information on the form when running in production from bp. If I remote into the machine the process works great however once we run on virtual all exceptions. Exception is it now cannot find that part of the form. Thoughts on how to fix or different ways to spy?
... View more
HI Team, I want to export work queue data for a particular work queue using BP work flow not by exporting it manually. I have tried the internal VBO work queue object --> get report data option in it .It is only giving the item id not the entire queue export for the given work queue to the collection. Kindly guide me in this and if any pdf is there then please provide me. Thanks
... View more
Status:
Not Planned
Submitted on
17-12-19
01:06 PM
Submitted by
Walter.Koller
on
17-12-19
01:06 PM
There should be a queue showing which schedule is currently running and which tasks have been processed or are still being processed. Running schedules should be able to cancel. Currently only server service restart is the only option to kill running schedules
... View more
Currently the Blue Prism Application server cannot be load balanced (use F5 for example). We are required to have 1 server hot and the second cold (service stopped). We should be able to run hot/hot, that is both application servers active at the same time.
... View more
Extend Action Stage to dynamically call OBJECT/METHOD from a BO Use case: An actor validates medical provider licenses are current. To do this the actor must perform browser navigation to different medical board websites depending on state, provider type and specialty. The same data needs to be scrapped from all the websites (Provider Name, license start date, license expiration date). Classic RPA problem. Check If an Action Stage could dynamically call OBJECT/METHOD from a BO, the maintenance of implementing this could be simplified by flattening this (eliminating decision tree) through tabling an interface implementation. Build a Collection with the following columns: Lookup, Object, Method Stage that calls Collection Manipulation BO to get row by Lookup Column Stage that dynamically calls BO using OBJECT/METHOD returned from look up The next question is how to handle input/output parameters of stages that dynamically call OBJECT/METHOD? Pass one row collections (basically list of name value pairs).
... View more
feature to create and save a connection between process and bot machine will help to get rid of dragging processes on bot machine by scrolling through the long lists of bot machines, feature can be introduces as a schedule without any timing, but can be ran manually whenever required
... View more
There is a problem with Blue Prism ver 6.4.2 that the combo box is not recognized as a combo box, and clicking on an item in HTML mode cannot select it.
... View more