[jboss-user] [JBoss jBPM] - Re: process variables - how to acces

jdbertron do-not-reply at jboss.com
Fri Jan 18 14:01:17 EST 2008


public class InitMyActionHandler implements ActionHandler {

	public void execute(ExecutionContext executionContext) throws Exception {
	
		executionContext.getContextInstance().setVariable("data", "value");
		
	}




View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121415#4121415

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121415



More information about the jboss-user mailing list