How does the Process Kill activity differ from the Close Application activity?
Hi @mrunalini
Close application activity will close the application which is running fine. You can use this activity to save memory usage when the process is not running.
When you need to run the process again, you can use Launch and SignIn Application Activity.
On the other hand, the Process Kill Activity terminates the application which are ideally not responding.
You can kill the processes at multiple levels.