Solved
Forum Discussion
Marsha_R
Champion Level 3
3 years agoTough one when it's not reproducible, but here's what I would try
1) Add a little time to the WaitProcess. Rather than 0, maybe 2000.
2) Add an else clause to your if-exists, with just a log message: processName does not exist
Let's see if this either fixes it or gives us some more information to work on.