Skip to content

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

CategoryCountDescription
Lens1Execute LenserFight lens prompts with model and parameter overrides
Triggers5Start a workflow — manual, scheduled, webhook, event, or form
Logic11Control flow — branching, looping, merging, error handling
Data10Transform, filter, map, and reshape JSON and array payloads
AI Primitives17Prompting, embedding, RAG, evaluation, memory, and AI chains
Battle / Arena7Battle lifecycle — create, execute, judge, vote, score, rank
Storage & I/O11Supabase, KV, file, HTTP, webhook, and GraphQL access
Communication6Email, Slack, Discord, Telegram, push, and SMS delivery
Integrations11GitHub, Notion, RSS, Google Sheets, Linear, Jira, and Calendar
Media Generation8Image, audio, video, and speech generation and conversion
Utility8Logging, 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