Thanks but how do I restart the session from the stopped position. If I do
ksession = JPAKnowledgeService.loadStatefulKnowledgeSession( sessionId, kbase, null, env );
ksession.startProcess(...);
the entire process is executed from the beginning. I can't seem to tell jBPM to resume the process from the node immediately after the human task. I'd expect there to exist some method of the form:
ksession.resumeProcess()
but I can't find one.
Thanks again for the replies.
Tommer