Process instance variables are associated with an execution. So you need the 
executionId. Since you supplied the variables right at the start of the process 
they belong to the parent execution which id equals the processInstanceId 
(AFAIK). So you can retrieve the variables programmatically by using the 
processInstanceId.

Within a process definition you can use expressions to access process instance 
variables. For this refer to the user guide.

You can always add additional variables to the process. See the set-method for 
process instance variables for this.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267299#4267299

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4267299
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to