Mauricio Salatino [
http://community.jboss.org/people/salaboy21] created the discussion
"Re: [jbpm5.1]Can get the current nodeId,correctly??"
To view the discussion, visit:
http://community.jboss.org/message/645190#645190
--------------------------------------------------------------
If you are using persistence, this doesn't seem as a good idea. because you will keep
a dirty version of the session in memory.
In your first post you add this lines:
ksession.getWorkItemManager().completeWorkItem(workItemId, results);
ksession.getWorkItemManager().abortWorkItem(workItemId);
Why are you doing that?
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/645190#645190]
Start a new discussion in jBPM Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]