Config Types
These types are used to configure node behavior in workflow definitions.InjectConfig
Message injection into a threadProjectConfig
Project path override for sub-workflowsResponseTool
Custom tool for structured LLM outputSaveMessageConfig
Automatic message saving after node completionSubWorkflow
Sub-workflow invocation configurationThreadConfig
Thread configuration for node executionOutput Types
These types represent structured data in node outputs, accessible via CEL expressions likenodes.<id>.<field>.*.
MessageOutput
Standardized output for activities that produce messagesThinkingOutput
Extended thinking content from LLMToolCall
Tool invocation request from the LLM Access path:nodes.<id>.tool_calls[*].*
ToolResult
Result from executing a tool call Access path:nodes.<id>.tool_results[*].*