Is there any way to notify User about the process working.
Example - I have a Background Process , where it perform certain operation …
I wanted to have a notification kind of something , that would tell user that Process is Running , Or Say, initialization Done , now reading Excel , Grabbing Data for second process etc.
Let’s think in a crazy way … In addition to @lakshman answer,
Three things I know, to notify the user:
We can use Email activities as mentioned in the above answer
We have Way2Sms api to send a message to a number or
We have python activities to send a whatsapp message to the user when a particular thing happens but It needs web whatsapp to be running in the same machine…
At the each state you have to use Email activities. In Try part, send mail with success kind of message and in Catch part, send mail with failure kind of message.