[jboss-user] [JBoss jBPM] - Custom Action setting variables
leobaz2
do-not-reply at jboss.com
Thu Jan 11 12:16:57 EST 2007
Hello,
I have a custom action (extending ActionHandler) that creates a new Thread. Inside this thread I am setting a variable using:
executionContext.getContextInstance().setVariable(name, value);
The problem I am seeing is that this variable is never set or seen by the other tasks. Am I doing something wrong or is setting a variable is a new Thread just not supported?
Regards,
Barry
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000548#4000548
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4000548
More information about the jboss-user
mailing list