Kris Verlaenen [
http://community.jboss.org/people/KrisVerlaenen] created the discussion
"Re: assign activity unusable via jBPM Eclipse Tools?"
To view the discussion, visit:
http://community.jboss.org/message/579892#579892
--------------------------------------------------------------
There's no exact match to the assign activity, in jBPM5 you would use a script node to
set variables, like kcontext.setVariable("newVar", someOtherVar);
The idea of jBPM5 is to make sure you can do anything you want without having to look at
the XML directly. You can still use that if you want, but you should never be obliged to
do so.
Kris
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/579892#579892]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]