Hi, this short thread may be useful to others -Paolo
I am trying to write the simplest possible beanshell that makes use of the loop layer (attached) and I keep failing. What am I doing wrong?
[wrong example omitted] Stian's response: counter is received as a string, not an integer. counter++ won't work. Parse the string to an Integer. The initial value of counter is not provided - add a string constant with value 0. There's some kind of nasty bug in that if you have not connected the output port you want to check to the outside world (ie. doesn't have a processor output port), then the condition won't be able to find it. See revised version.
loopy.t2flow
Description: Binary data
------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects
_______________________________________________ taverna-hackers mailing list [email protected] Web site: http://www.taverna.org.uk Mailing lists: http://www.taverna.org.uk/taverna-mailing-lists/ Developers Guide: http://www.mygrid.org.uk/tools/developer-information
