Workflow Node Reference
Every workflow node in LenserFight Workflow Studio is documented here, organized by category. Each node page covers purpose, inputs, outputs, required and optional configuration, example configurations, valid and invalid connections, execution notes, and troubleshooting.
Categories
| Category | Count | Description |
|---|---|---|
| Lens | 1 | Execute LenserFight lens prompts with model and parameter overrides |
| Triggers | 5 | Start a workflow — manual, scheduled, webhook, event, or form |
| Logic | 11 | Control flow — branching, looping, merging, error handling |
| Data | 10 | Transform, filter, map, and reshape JSON and array payloads |
| AI Primitives | 17 | Prompting, embedding, RAG, evaluation, memory, and AI chains |
| Battle / Arena | 7 | Battle lifecycle — create, execute, judge, vote, score, rank |
| Storage & I/O | 11 | Supabase, KV, file, HTTP, webhook, and GraphQL access |
| Communication | 6 | Email, Slack, Discord, Telegram, push, and SMS delivery |
| Integrations | 11 | GitHub, Notion, RSS, Google Sheets, Linear, Jira, and Calendar |
| Media Generation | 8 | Image, audio, video, and speech generation and conversion |
| Utility | 8 | Logging, debugging, caching, rate limiting, and secrets |
Quick Index
Triggers
Manual Trigger · Schedule Trigger · Webhook Trigger · Event Trigger · Form / Input Trigger
Logic
Code · Switch · If / Condition · Loop / Map · Wait / Delay · Error Catch · Try / Catch · Merge · Split In Batches · Sub-Workflow · Stop / Return
Data
JSON Transform · Set Variables · Extract Field · Rename Field · Filter Items · Aggregate · Sort · Deduplicate · Text Splitter · Data Mapper
AI Primitives
Prompt Template · Lens Execute · Agent Execute · Output Parser · Embedding · RAG Retriever · Vector Search · Judge / Eval · Memory Read · Memory Write · Chain · Summarizer · Classifier · Translator · Image Analyze · Audio Transcribe · Video Analyze
Battle / Arena
Battle Create · Battle Execute · Contender Run · Judge Battle · Vote Collector · Score Aggregator · Leaderboard Update
Storage & I/O
Supabase Query · SQL Query · KV Read · KV Write · File Reader · File Writer · Object Storage Upload · Object Storage Download · Webhook Send · HTTP Request · GraphQL Request
Communication
Email Send · Slack Notify · Discord Notify · Telegram Notify · Push Notification · SMS Send
Integrations
GitHub Read · GitHub PR Review · GitHub Issue Create · RSS Feed · Notion Read · Notion Write · Sheets Read · Sheets Write · Calendar Create · Linear Issue Create · Jira Issue Create
Media Generation
Text to Image · Image to Image · Image to Audio · Text to Speech · Speech to Text · Text to Video · Image Upscale · Media Convert
Utility
Logger · Debug Inspector · Secret Resolver · Rate Limit · Cache Read · Cache Write · Retry · No-Op
See also: Workflow Studio How-To · Workflow Concepts · Execution Engine · Workflow Templates