The Octonode community
Behind every great workflow, there’s a story.
Ideas worth reading. Workflows worth borrowing. A place for builders to share what actually works.
Find a starting point
intermediate
Fan out math and merge the results
Add two numbers, calculate two derived branches, and rejoin them in one compact DAG.
beginner
Normalize text before routing
Trim, lowercase, replace a known alias, and log the canonical value before downstream routing.
intermediate
Batch totals with native nodes
Split a list into items, sum the amount field, and log the resulting batch total.
intermediate
Webhook intake with a clean boundary
Receive an event, pass it through a visible boundary, and log the accepted message.
beginner
Branch and rejoin by decision
Route one value through true or false work, then merge both paths into a single continuation.
beginner
Normalize customer records before loading
Rename inconsistent fields, stamp normalization metadata, and emit a clean record for loading.