A flow that generates a Fibonacci series of numbers and prints it out on stdout.
Click image to navigate flow hierarchy.
- Root Flow
- Child flow described separately, with named outputs to parent flow
- Connections between Input/Outputs of parent/child flows
- Setting initial value of a Value at startup
- Multiple connections into and out of functions and values
contextFunctions used (stdout)- Library Functions used (
bufferandaddfromflowstdlib) - Use of aliases to refer to functions with different names inside a flow
- Connections between flows, functions and values
This diagram shows the exploded diagram of all functions in all flows, and their connections.
Click image to view functions graph.