Darryl Youngblood [http://community.jboss.org/people/d.y.] created the 
discussion

"Re: passing data to nodes"

To view the discussion, visit: http://community.jboss.org/message/625093#625093

--------------------------------------------------------------
I dont get it.

When i start my process i can start it with some params stored in a map, like:

Map<String, Object> params = new HashMap<String, Object>();
boolean examOK = false;
params.put("examOK", examOK);

ksession.startProcess("com.sample.bpmn.hello", params);

How can I access this map in a WorkItemHandler?

When i try it like u told me: 

workItem.getParameter("examOK") or workItem.getParameters().get("examOK") i 
always get null
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/625093#625093]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to