Copying process ran details from control room
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-03-18 04:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-03-18 06:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-03-18 12:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-02-21 10:20 AM
------------------------------
Dinesh Kumar Mathireddi
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-02-21 10:21 AM
------------------------------
Dinesh Kumar Mathireddi
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-02-21 05:38 AM
If you have access to Blueprism Database, BPASesssion table and BPAPRocess table would have all details.
------------------------------
Ishan Mahajan
India
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-02-21 06:53 AM
------------------------------
vinod chinthakindi
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-02-21 07:03 AM
You can use the below query to get the details you want from db. I have added few fields as you have mentioned in your query.
select P.ProcessID, P.Name,ST.description,S.startdatetime ,s.enddatetime from BPAsession S
INNER JOIN BPAProcess P ON S.processid = P.processid
LEFT JOIN BPAStatus ST ON ST.statusid = S.statusid
--Where name = 'process123' -- you can use where condition for any specific process
------------------------------
Susheel Maurya
Team Leader - Process Excellence
Metlife
Noida
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-02-21 07:08 AM
Thanks,
Dinesh M
------------------------------
Dinesh Kumar Mathireddi
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-02-21 11:00 AM
@SusheelMaurya, I have also received some SQL queries (Same as above) from BP tech team to extract data from BPASession table. But I just wanted to know how do you use these queries to get the data from BP Table?
Are you using a separate Macro which contains these SQL queries and running from outside of BP or using "Data - SQL Server" object to extract data? If possible please let me know all the required steps to get the data from BP Tables.
Thanks
Ashis
------------------------------
Ashis Kumar Ray
RPA Developer
TCS
Europe/London
------------------------------
