I have a question regarding invoke powershell activity, once the robot started executing the invoke powershell activity whether robot waits till powershell script execution completion or after calling the script robot ends its execution?
Thank you @Palaniyappan for the reply. So from the orchestrator job is triggered, after initialising the PowerShell script, if the robot finishes its execution and sign out the Virtual machine, it will impact the Powershell which is running background.
So from the Uipath delay time activity is the option to overcome this right
If you call aync command such as Start-Process without Wait option in powershell script, robot doesn’t wait for it. So, it depends on your script, i think.