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