Please advise, how to check whether application session active or expired in Blue prism?

sheel

New Member
Hi All,

Designing bots for Web based application/Java application, after performing few transactions session of application expired and bot got stuck, please suggest how to check application session active or expired of application by BluePrism

Thanks,
Vicky
 

gil.silva

Active Member
Hello sheel,

In your process, you should have a retry logic. In case of exceptions because the robot wasn't able to click somewhere, due to the application expired. The robot will retry the process and during this retry, you should start up again the application.
Please see the screenshot
View attachment 1564990364269.png
 

sheel

New Member
Hi Silva ,

Thanks for response , currently I am doing same logic. In this case count value should be hardcode as environment variable . Which can be change in future in prod env, so I planning to opting JS or .Net to check session active or inactive
 
Top