Here's what our executor currently supports for n8n-compatible workflows. Help us validate each node type!
## Supported Nodes (8 total)
**Data Processing**
- Set — Set values ✓
- Code — JavaScript execution ✓
- If — Conditional logic ✓
- Switch — Multi-branch routing ✓
- Merge — Combine data streams ✓
- Split Out — Split arrays ✓
**External Integration**
- Webhook — Trigger workflows ✓
**Output**
- Respond to Webhook — Return results ✓
## How to Help
Pick any node and try to break it! Report:
→ Which node you tested
→ What you tried
→ Whether it worked
→ Any edge cases that failed
## Known Limitations
→ No file system access
→ No database nodes yet
→ External npm packages not supported
→ Async operations limited
Found something weird? Tell us in the comments! Your edge cases make the executor bulletproof. 🛡️