[jboss-user] [JBoss Seam] - Re: How to pass a variable to a Seam action in a Jbpm proces

damianharvey do-not-reply at jboss.com
Fri Aug 31 04:23:38 EDT 2007


If you use @CreateProcess the process will be started when the method finishes assuming a non-null outcome. You can outject a variable into the Business Process context like this:@Out(scope=ScopeType.BUSINESS_PROCESS) Mybean myBean; If you set the value of myBean in the method that is annotated with @CreateProcess it will be available to you in the jBPM process via normal EL eg.#{myBean.myValue} Cheers, Damian.

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

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



More information about the jboss-user mailing list