[jboss-user] [JBoss jBPM] - Variable
jorjao
do-not-reply at jboss.com
Wed Jul 9 13:07:29 EDT 2008
Hi. I'm new developer in JBPM.
I have a question.
I have a process-state and would like to send n parameters. How is that I can indicate the value of these parameters?
<process-state name="controlo_documentos">
| <sub-process name="controlo_documentos"></sub-process>
| <variable access="read,write,required" name="form"></variable>
| <variable access="read,write,required" name="grupo_elaborantes"></variable>
| <variable access="read,write,required" name="grupo_verificacao"></variable>
| <variable access="read,write,required" name="grupo_aprovacao"></variable>
| <variable access="read,write,required" name="grupo_publicacao"></variable>
| <variable access="read,write,required" name="grupo_detentores"></variable>
|
| <transition to="join1"></transition>
| </process-state>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163356#4163356
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163356
More information about the jboss-user
mailing list