📄️ Environment Variables and Secrets
You can set environment variables and secrets for your flows. The main difference between both is that secrets
📄️ Next node
In order to model a sequence, it must be possible to define the subsequent nodes.
📄️ Assignments
Nodes are executing http requests that could response with a value. This value can be assigned to a variable on the context so it can be used in the following flow.
📄️ Kind: none
If you want to design a node without any http request you can use the special kind none. This is useful if you want to create a start node that decides which path to take.
📄️ Examples
Find lots of use cases including flows on https://flethy.com/use-cases.