How to get value of ID (from control room) in BP

RPA_1

Member
Hi,
In control room there is a column named ID which is a random number for a process when executed on a resource pc. How can we get the value of that ID in BP ? I tried using get Seasion id but it is fetching an encrypted value..
 

VJR

Well-Known Member
Hi RPA_1, I don't think there is a direct way to access that column. But if you can share the actual purpose of using it then someone could be able to help achieve that purpose.
 

RPA_1

Member
Say if multiple bots are running and some processes got terminated due to some exception . Then I am triggering a mail to user with exception details.
For backtracking and debugging by the developer, I want that the mail should also contain that ID (first column in control room) so that debugging becomes easier and faster.
 

cs.andras

Active Member
Hi RPA_1,
Generate a GUID at the beginning of the script, create a work queue item when it runs, Tag the queue item with the GUID and voila, they are all linked up.
Just to be clear: the work queue item log will be the same as the script log this way.
Regards,
Andras
 
Top