If a process instance is running, there are certain cases where it doesn't show up in Cockpit in the "Process Instances" tab.
For example, if I have a process like this:
http://camunda.org/share/#/process/fa6dcbf8-6a0d-4272-b0fe-959ae44efdfa
(except with no asynchronous tasks)
Then it never shows up in Cockpit (even though it's running, active process instance).
However, if I change the first task (before the long sleep) to be asynchronous, then it shows up. I understand that this is most likely because the information gets committed to the database in the latter case, but is there no other way to know that the process is running?
Not a big deal, but it just confused me for a while, and I didn't know why my process wasn't showing up :) It might be worth opening a lower-priority ticket on this, if there is a way to implement it.
Thanks,
Galen
Thanks, that makes sense.
Galen