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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to