On Fri, Oct 30, 2009 at 15:42, Anja Le Blanc <[email protected]> wrote: > I want to have a Beanshell which runs iteratively and always does one > thing, but the first time the inputs come in some configuration it > should also do something else (only the first time) - so I need to > remember a previous state somewhere.
It would typically make more sense to have a separate initialisation-beanshell processor, and then you can either connect the output from this to the second beanshell, or you can just do a "Run after" conditional link between the two. -- Stian Soiland-Reyes, myGrid team School of Computer Science The University of Manchester ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ taverna-users mailing list [email protected] [email protected] Web site: http://www.taverna.org.uk Mailing lists: http://www.taverna.org.uk/taverna-mailing-lists/
