[jboss-user] [jBPM Users] - Re: decision node based on data not in task variables
kukeltje
do-not-reply at jboss.com
Mon Aug 24 10:10:13 EDT 2009
You are not seeing the default way to pass data to delegationhandlers (actionhandlers, eventhandlers, decisionhandlers)
Putting something like
|
| <field name="assignee">
| <string value="johndoe" />
| </field>
|
inside the handler tag and declaring assignee as a String field in your class will make sure it is passed on
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4251216#4251216
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4251216
More information about the jboss-user
mailing list