Is there a supported way that I can find all existing persisted workflow sessions when jBPM is restarted?
I need a way to reconfigure a bunch of JMS subscriptions that are dynamically created when the stateful sessions are created for each workflow instance. We are running with a statefull session per workflow rather than lots of workflows within one session since the set of facts used for one workflow instance is most likely not used in any other workflow instance.
thanks.