Io
Manipulate input/output for the nodes in the workflow.
getPipedDataOf(nodeName = '')method- This method retrives piped data of nodes that executed prior current node using
io.pipe(data). ex:io.getPipedDataOf('award_loyalty')
- This method retrives piped data of nodes that executed prior current node using
pipe(data = {})method- Pipe for following nodes to use it.
each(data = [])method- Used only to pipe data to
eachnode.
- Used only to pipe data to
cursor()method- If node is executed after the
eachnode,cursor()method returns the current result in the cursor.
- If node is executed after the
getInput()method- Get all the input data to the node