[jboss-user] [JBoss jBPM] - Re: Variable missing in assignment handler

2009-07-15 Thread lpiccoli
i think i may have found the issue with why my sub process has now variable instances. it seems that the variables need to be 'explicit' copied into the new process definition. The following snippet now correctly sets the variable in the new sub process. | | process-state name='Sub

[jboss-user] [JBoss jBPM] - Re: Variable missing in assignment handler

2009-07-15 Thread kukeltje
Implicit is possible by extending and overriding the subprocess node implementation. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4243821#4243821 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4243821

[jboss-user] [JBoss jBPM] - Re: Variable missing in assignment handler

2009-07-14 Thread kukeltje
I'll have a look later today, but one compliment in advance. It looks like a unittest that can be run with just a copy/paste (ok, a quickfix for the imports). Everything IN it... great... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4243499#4243499 Reply to

[jboss-user] [JBoss jBPM] - Re: Variable missing in assignment handler

2009-07-14 Thread lpiccoli
Further testing reveals that there are NO variables at all available in the Assignment handler. I am using Jbpm3.2.6 | | public void assign(Assignable assignable, ExecutionContext executionContext) { | | MapToken, TokenVariableMap tokenVariableMaps =