Slide 7
Slide 7 text
Technical Overview
nodes
7
Nodes are the basic building blocks of a flow.
Nodes that sit at the start of a flow will be waiting for some
external event to occur, such as an incoming HTTP request,
a timer event or a hardware IO event.
They then pass messages onto the nodes they are
connected to.
Nodes receive those messages, do some work, and then
pass them on down the flow.
payload: “Jedi are totally amazing!”
payload: “Jedi are totally amazing!”
sentiment: { score: 4 }
In this example, a Sentiment analysis node has examined the
’payload’ property of the message, assessed its sentiment and
added its result as a new property of the message.
https://ibm.biz/NRWorkshop