DECISION

Decision node is used to divide the scenario depending on a decision. Node consists of an area with a Java code and 2 buttons: Edit and Reset. The Edit button opens a window to edit the code, the Reset button deletes the code. I n the node user also defines merge type of variables added by this node and a prefix of these variables. To divide a scenario, enter a condition in the Java code area and connect 2 nodes to the Decision node - one node must be connected to the node's green dot (it will execute when the condition is fulfilled), and the other node must be connected to the node's red dot (it will execute when the condition is not fulfilled). Connections are marked by a green and red line respectively.
A correct use of the node is presented below:

The Reset button deletes the whole code. After saving the node it is not possible to undo this operation.
Last updated