w d [http://community.jboss.org/people/wd_shuang] created the discussion
"How to set mutiple process variables in jpdl.xml file?" To view the discussion, visit: http://community.jboss.org/message/571357#571357 -------------------------------------------------------------- I definited a process,then I use script to set process variables. <process name="JBPM_VM" xmlns=" http://jbpm.org/4.0/jpdl http://jbpm.org/4.0/jpdl"> <start g="147,21,48,48" name="start"> <transition g="8,-9" name="to_jingban" to="jingban"/> </start> <task assignee="#{user}" g="124,122,92,52" name="jingban"> <transition g="11,-10" name="to_set_funID" to="Set fuhe FunctionID"/> </task> <script name="Set fuhe FunctionID" expr = "F05030700651" var = "FUNC"> <transition g="11,-10" name="to_fuhe" to="fuhe"/> </script> <task assignee="teacher" g="125,218,92,52" name="fuhe"> <transition name="to_end" to="end" g="436,263:-59,-17"/> </task> <end g="39,442,48,48" name="end"/> </process> If I want to set more variables in script name="Set fuhe FunctionID",then.....how to do ? Anybody can help me ? thanks all! -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/571357#571357] Start a new discussion in jBPM at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
