Showing ideas with status New.
Show all ideas
Search functionalities for Environment Variables under System > Processes and System > Objects, for Work Queues under Control > Queue Management and for Schedules under Control > Scheduler will make developer and admin life easier. I saw a few search functionalities have been added on version 6.8. Please consider these areas as well.
... View more
Hello, As most of the Organizations are moving towards latest versions of Office tools for security reasons and still the Mapiex VBO is not supporting for 64 bit Outlook. We have around 60 process are in production & our client wants to upgrade the office to the latest version. In this case we need to modify all the process in production to the MS Outlook Email VBO while reading/Sending Mails. Please suggest is there any new versions of Mapiex is going to release near future or we will modify the all existing process using MS Outlook Email VBO. Regards, Mahesh Reddy L
... View more
When we use the Find References functionality to search all the references for object/ process, we get the list of object/processes referencing that VBO/Process, along with view option. Clicking on View will open the process in view only mode.
View only mode has restriction, that most of menu buttons are disable in this mode. If we wanted to open the process in Edit mode, we need the location of the process. It will be better either
There should be View/Update option when showing the list of references (or)
If the full path of the Process/object is displayed either in Description column or as separate column in the list, we can navigate the path and open the objects in edit mode.
... View more
Some times due to some issues the pending sessions are in same state for longer time due to which the scheduler is unable trigger the next sessions. If there any possibility to notify users or removing pending sessions if there are from longer time.
... View more
Currently we are using BP Data Gateway to extract Dashboard data into Power BI, which is working fine. We are now looking to send following information to Power BI so that we can generate a report : Queue Name, Exception Name, Exception Count This does not map well with BP Dashboard and it feels like this should be possible to do via Gateway.
... View more
日本語後述 ☺ Need your idea and insight to generate meeting invitations for specific group or person. There is no need to check available time slot, just sending invitations at certain time slots. I believe it can be done by comprehensive windows spy mode, but Is there any VBO or ready solution available? -------------------------------- Blue Prism から所定のユーザーあるいはグループに対してミーティング招集を行う簡便な方法があるでしょうか?受信者側の空き状況を勘案する必要はなく、所定の時間で一方的に送り付けるだけで構いません。 アウトルック自体を Windows アプリケーションとしてスパイして実行させれば可能かとは思いますが、Mail のような VBO で処理できないかな、という意図です。
... View more
The following actions will result in exceptions in the code stage, so please improve. ・MS Excel VBO-Get Worksheet To Collection ・MS Excel VBO-Get Worksheet Range As Collection ・MS Excel VBO-Get Worksheet As Collection === ご担当者様 MS Excel VBOのコレクション取得の上記アクションで、下記エラーが表示されることがあります。 「エラー:内部:コードステージによって例外がスローされたため、コードステージを実行できませんでした。値をNullにすることはできません。パラメーター名s」 元となるExcelファイルに値は入っており、同じデータでロボットを動かしても、正常に動作することもあれば、上記エラーが表示されることもあります。 (ロボット動作中にクリップボードが書き換えらるということも考えにくい状況です。) VBOの改良をお願いいたします。
... View more
For Workers needing app login with unique session credentials, could a Credential Keyring Work Queue be integrated into the app? We have a PoC that's pretty good at doing this.
... View more
Hello Team, The idea is to have a possibility to see the description of the input parameter when the Admin executes the process in the Control Room.
For new admins and developers can be very helpful. Have a nice day.
... View more
Currently the in-built "Work Queues" object only has actions that allow the latest attempt of a queue item to be retrieved. There is currently no in-built way to report on the individual case retries, how long they each took and the exception/status details for each. Including these would better reflect the bot's utilisation time and may help in highlighting and troubleshooting different exceptions.
... View more
I want you to make sure that an environment variable can be made grouping or a folder. ===
ご担当者様 環境変数をプロセス等のようにグループ化できるようにしてほしいです。 たくさんの環境変数がすっきりと見えるようにしたいです。 よろしくお願いいたします。
... View more
Hello, We operate Blue Prism 6.5 with MS Active Directory. For compliance with MS support, we will cut LADP client streams on port 389. We will migrate to LADPS from September 2020. Can you develop a version of Blue Prism compatible with MS LADPS specifications ? Bests regards
... View more
Currently Blue prism has retry logic for schedules that were missed due to unavailability of resources.However with version 6.0+ the way scheduler operates has not changed from version 5. there are numerous reasons for scheduler create the session and leave them pending without triggering them (database size, fragmentation of index in session table, network connectivity, resources wrongly reporting offline to app server etc). This situation can be avoided by implementing retry for sessions that are created by scheduler. it should be configurable as a system wide setting similar to the scheduler retry mechanism for session creation.
... 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
The current way for providing web services has the following problems. 1. Because the endpoint is on the runtime resource side, it is necessary to make the runtime resources redundant in order to provide web services stably. This means that mechanisms such as runtime resource pools cannot be used. (Because the endpoint is not fixed.) 2. Since there is no API to enqueue, users need to prepare a mechanism similar to a queue by themselves. ("Prepare a csv file with the data you want to enqueue on it, then poll the monitoring directory", "Attach the data to an email, poll the email box", etc.") If we could set up a web service endpoint on the server side to enqueue, I think it would solve the above problem and make it easier to build and operate a data collaboration mechanism using Blue Prism.
... View more
I want you to create a VBO that deletes the duplicate data in the collection and stores it in a new collection. ========================= ご担当者様 collection内にある重複するデータを削除して、新しいcollectionに格納するVBOを作成してほしいです。
現状だと重複を削除するプロセスページを作成する必要となり、時間がかかります。比較的多用する機能であるため、標準のVBOに取り入れて頂きたいです。 以上、よろしくお願い致します。
... View more
Currently in Blue Prism, if we have set a value based on condition, we will have to use the decision stage and then two calculation stage (one each for True and False Condition). This could be brought down one calculation stage or even directly put in another decision stage if expression editor supported Ternary If Condition. This can be helpful to avoid complex diagrams in case "Nested if" to determine value for a data item.
... View more
Currently, when looking at the logs of a case, it might include logs from other cases as well, if they are processed by the same process during the same session. Ideally, when clicking at 'view log' on a queue item, I only expect to view logs related to that specific queue item, being;
any unlock / lock events on the queue item
any Update events on the queue item
any logged stages/actions in a process that occur between the locking & unlocking of a process, i.e. what happens during one step of 'process queue' process, which handles queue items
... View more
I would be nice if the developer has the ability to stop an execution coming from a Step, Step Over and Step Out actions !
... View more
Unlike some other vendors, BluePrism currently lacks the capability to 'record' interactions/flows, which could greatly increase the initial development time. While I understand it is far from trivial, I propose the following user story;
process flows can be recorded on the level of VBO actions
when I start a new recording within a VBO, I can give it a certain name, this will be the name of the new action
during the interactions, I can toggle between the spy modes, in order to have better control on the application model. The recorded measures what actions are taken (click, keystrokes, scrolling)
input parameters can be specified before starting the recording, available for later reference during the recording
generic (but meaningful) names are automatically generated for data items and application model elements (e.g. button.Confirm, input.FirstName for elements) OR during the recording, I have the ability to name spied elements and create data items in some way.
on finalizing the recording, a blueprint of the process is generated in a simple, naïve way. Adding branching logic, collections, etc... is something that can be done manually during development.
These are just some raw thoughts from my personal experience, remarks or additional proposals are more than welcome to enhance this idea!
... View more