How can I know programmatically if a specific activity of RPA is running or completed.
I have a client application which starts multiple RPA’s.
I need to get the response of that RPA (e.g if RPA is completed? a certain RPA activity status?) in that client application.
Hi,
You can configure mails, whenever RPA starts its execution its should trigger mail to support team stating xyz RPA has been started.
or you can also make use of notepad logs or HTML logs. you can append logs into notepad.
3 Likes
@Kalpesh_Chaudhari But I need to get response within the application from which RPA was started.
e.g: I started an RPA from a console application, now I need the status/progress of that RPA/activity so that I can further add logic based in the response.