I have a bpm that I fired. I then ended the Epicor tasks at my client end via task manager. When I log back into Epicor, the bpm starts running again. I can disable the bpm and if I do, the bpm will not run when I log back in. When I eventually enable it again and log back in, the bpm will start running again.
How can I stop the bpm from running when it is enabled and I log in.
How can I see what bpm’s will run when I log in before I log in.
sounds confusing, but perhaps you can utilize the trace logging to find out what is going on. from there you can troubleshoot to see what is going on behind the scene.
I found a solution which works for me. I downloaded an SQL query,
exec sp_whoisactive, and run it to see if anything is happening in my bpm. It turns out that Epicor uses SQL when anything is running, especially a BPM. This query also lets you view the query that is running so you can see what it is doing in case it is stuck in a loop.