JavaScript is THE scripting language of the Web

We set this task to a Script Box for JavaScript code. These Script Boxes’ have access to variables in the workflow. The workflows can set and get these global variables using two different commands: execution.getVariable() execution.set. Variable Each of the above command call a method. In this example, we will set a variable “yes” to TRUE. ................
................