InterpretCommand Activity

The InterpretCommand activity allows you to execute a script and retrieve results from the script. All “in” parameters are passed in to the script, and all “out” parameters are assigned values equal to that of the variables inside the script.

Following the Parameters is a “Script” element which contains the Java code to execute. Currently, the allowed “format” for the script is “bsh” which means “Bean Shell” and is really a Java interpreter.