How do I see if a bpm is going to run or is running

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.

  1. How can I stop the bpm from running when it is enabled and I log in.
  2. How can I see what bpm’s will run when I log in before I log in.

Please help!

Thanks,
Richard

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.

You don’t want the BPM to run when you login? You can add a condition to the BPM it seems we need more details

BPMs always fire if they are attached to a method that is being called by an action you took. You can get around this by adding conditions

Yes, please explain in detail what you’ve done.

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.

Thanks,
Richard

You still left us confused, now that you solved it can you tell us the full story?

All I know is that BPMs run in the cloud.