vchmakov wrote:
1) I’d agree with you on the first statement, but we are talking about an instance of the LocalTaskService which is linked to a knowledge session. Session is not thread safe according to the documentation and therefore I wouldn’t allow two threads working with a single instance of the session.
Just keep in mind that LocalTaskService register its events on the global TaskService instance so that means you can experience situation that many sessions can be informed about completion of a task.
vchmakov wrote:
2) I’ve converted all my workflow files from .rl format to .bpmn one and now everything is working fine. Have I missed an announcement that the .rl format is not supported anymore or it is a bug/regression?
Nothing that I am aware of, rule flow is still supported and there are quite few tests for it in the code base, especially for modules that are higher in the hierarchy than jbpm-bpmn2 module. So it should work without changes. What issues did you encounter?
HTH