Workflow Automation
Visual workflows that react to events
Build multi-step automations visually. Trigger on webhooks, schedules, or events. Chain tools, branch on conditions, and execute reliably.
Value: No-code automation builder, event-driven triggers, reliable multi-step execution
How it works
1
Design your workflow
Use the visual builder to create a DAG. Add tool nodes, condition branches, parallel fans, and loops.
2
Configure triggers
Start your workflow on a webhook, a cron schedule, or an internal event like a deploy completing.
3
Deploy functions as nodes
Each step in your workflow can call a deployed function. Your code runs at the edge with full access to the runtime SDK.
4
Monitor executions
Watch runs in real time. See which nodes completed, which failed, and where to investigate.
Capabilities used
Example: Orchestration definition
# orchestration.yaml
name: lead-enrichment
trigger: webhook
nodes:
- id: enrich
type: tool
tool: enrich-company
- id: score
type: tool
tool: score-lead
after: enrich
- id: notify
type: condition
if: score.result.qualified
then: slack-notify
Start building
Free tier. No credit card. Deploy your first function in minutes.
Get Started