Esteban Aliverti [http://community.jboss.org/people/eaa] created the discussion

"Re: JBPM 5.1.0.FINAL and variable access"

To view the discussion, visit: http://community.jboss.org/message/621183#621183

--------------------------------------------------------------
How are you trying to get the variables before the task has been started? You 
can try to see how does jbpm-console deal with this same task.  These could be 
good starting points:   
https://github.com/droolsjbpm/jbpm/blob/master/jbpm-gwt/jbpm-gwt-core/src/main/java/org/jbpm/integration/console/CommandDelegate.java
 
https://github.com/droolsjbpm/jbpm/blob/master/jbpm-gwt/jbpm-gwt-core/src/main/java/org/jbpm/integration/console/CommandDelegate.java
 -> method getProcessInstanceVariables()   
https://github.com/droolsjbpm/jbpm/blob/master/jbpm-gwt/jbpm-gwt-core/src/main/java/org/jbpm/integration/console/ProcessManagement.java
 
https://github.com/droolsjbpm/jbpm/blob/master/jbpm-gwt/jbpm-gwt-core/src/main/java/org/jbpm/integration/console/ProcessManagement.java
 -> method getInstanceData() and its usages
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/621183#621183]

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
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to