saig0 [
https://community.jboss.org/people/saig0] created the discussion
"Re: org.drools.WorkItemHandlerNotFoundException: Could not find work item handler
for"
To view the discussion, visit:
https://community.jboss.org/message/774906#774906
--------------------------------------------------------------
Hi new-comer!
You set a global variable instead of a process variable with your code. Global variables
are visible for all objects in knowledge session, like process instances. Look at the API
for more informations:
http://docs.jboss.org/jbpm/v5.3/userguide/ch.core-basics.html#sec.data
http://docs.jboss.org/jbpm/v5.3/userguide/ch.core-basics.html#sec.data
If you want to set a process variable with standard bpmn, you can user result mapping of
an activity.
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/774906#774906]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]