Hi! Is there a way to add to the queue to check if a process is running before proceeding? When pushing application updates, we need to make sure the app isn’t running or most of them error out or cause an issue if it’s open. I can’t seem to find it in the list
This functionality does not currently exist built-in to the app, but we are considering it for a future version. In the meantime you can still accomplish this in BatchPatch by integrating a custom script. We have a blog posting that shows exactly how to do this with a service, but the script could be modified slightly to suit your needs and search for a process instead of a service. BatchPatch Custom Script Integration – Wait for Service to be Running Before Proceeding to Next Step in Job Queue
No, unfortunately I have no clue how to modify this. I’ll just have to wait until it is added as an option, hopefully. In the meantime, I’ll just use the Check Running Processes as often as possible and push it when I see the process isn’t running. Thanks!