LEARN BY BUILDING
Working examples
Small workflows with a clear purpose. Inspect the graph, follow the explanation, and start with your own copy.
Your first message
Create a value and turn it into a greeting. A small first run with a result you can inspect immediately.
Official example · 3 nodesRoute a sample balance
Compare a fictional balance with a threshold and follow the matching branch. No blockchain call or transaction is made.
Official example · 5 nodesIterate a checklist
Process three items from a Global, then continue once every item path has finished.
Official example · 4 nodesRemember a value
Read a workflow State key, save a message, and confirm that the next run remembers it.
Official example · 4 nodes