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
each
node.
- Used only to pipe data to
cursor()
method
- If node is executed after the
each
node,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