[jboss-user] [JBoss Seam] - @CreateProcess
pippin1966
do-not-reply at jboss.com
Wed Jul 18 06:14:39 EDT 2007
Hi,
I have two doubts about @CreateProcess
(1) I don't understand how data is bound to a jBPM process instance (Seam does a lot of magic). Reading dvdstore code I see you can attach variables to the process using:
@Out(scope=ScopeType.BUSINESS_PROCESS)
Is this the way to bind data to the process?
(2) Also, reading dvdstore I see:
@CreateProcess(definition="OrderManagement", processKey="#{completedOrder.orderId}")
Is this the way to attach the primary key of an entity bean to the process? This feature is not documented elsewhere
Thanks in advance just for reading this ;-)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065317#4065317
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4065317
More information about the jboss-user
mailing list