56 matches
Compose dependable work6
Combine waits, parallel paths, subworkflows, persistent streams, and external code into a larger system.
Webhook
Parallel Branches
Fan-out: root splits into multiple independent nodes that run concurrently.
ai
Form
Multi-Trigger Workflow
One workflow, three trigger sources (form, webhook, schedule).
ai
Webhook
Subgraph Data Enrichment
Subworkflows: calling one workflow from another with a workflow node.
scrapeaiworkflow
Webhook
Wait Node Delayed Follow-up
Sends email immediately, then waits 3 days before a follow-up.
emailwait
Webhook
Stream Reporting Dashboard
One workflow logs events with persistence, another queries the stream and emails a report.
streamemail
Form
External TS File Pattern
Referencing an external .ts.swirls file from a code node with @ts "path".
code