Hi,
I am developing application where process definition changes often. I have definiotion versioning: new version has new process id and old definitions still lives in KnowledgeBase - there are persisted running processes.
Every time I need to reload whole KnowledgeBase there are loading old definitions. Many of them.
Is there posibility to do any of ideas:
1. Load process definition on demand - when some old persisted process is activating.
2. Load process definiotion from db, just like process state.
Thanks,
Lukasz