Miloud Haimoune [https://community.jboss.org/people/milhaim] created the discussion
"Re: How to read return-variable from bpmn files to java file?" To view the discussion, visit: https://community.jboss.org/message/742302#742302 -------------------------------------------------------------- Hi, you can get the new value by : *ret = instance.getVariable(variableName);* you just need to be sure that your java code is executed after your ret variable was updated (after the exeution of your script). HTH. -------------------------------------------------------------- Reply to this message by going to Community [https://community.jboss.org/message/742302#742302] Start a new discussion in jBPM at Community [https://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
