Jiffy allows multiple iterations of the task with multiple input data provided in input file. Each iteration will be continued from node to node only if the execution of the current node is successful.
For example, consider an input node with N lines of data. All N lines will be passed to first node, in case first node fails for x records in the input file then only N-x iterations will be passed to next node. The failed iteration will be mentioned as “skipped” in all the further nodes.
To turn on iteration, select Iterate on the node’s output to ON.
Note: some Jiffy nodes have the option to select CONTINUE ON FAILURE as ON/OFF in properties. If this is turned ON, even if the current iteration fails for that node, the execution will be continued to further nodes. Only the failed node will turn red to indicate an iteration failed for that node.
Color of the node