Nodes
Nodes are the building blocks of every workflow in SolutionEngine.
Use this section as your reference map for node families, node behavior, and per-node configuration details.
Use the Workflows page to learn graph design and connection strategy. Use the Nodes section to learn exactly how each node behaves and how to configure it.
Node Families
Trigger and Ingestion
Entry points that start executions and ingest external events.
- Datasource Trigger
- Generator
- Manual Trigger
Logic and Control
Execution routing, branch selection, timing, and flow gating.
- Condition
- Switch
- Iterator
- Delay
- Gate
Transformation
Payload shaping, expression evaluation, script execution, and image operations.
- Expression
- Filter
- Context Manager
- Script
- Image Transform
AI and Inference
Model execution and AI-powered enrichment.
- Run Model
- Model post-processing patterns
- AI Agent integration patterns
Output and Delivery
External integrations and persistence endpoints.
- HTTP Request
- MQTT Publish
- Save/Read Media
- Save/Read Metadata
- Save/Read Timeseries
- Log and Preview
Environment Automation
Host or container operations used for controlled operational actions.
- Run Terminal Command
How This Section Is Organized
- Start with a node family page.
- Open the per-node reference page for exact configuration and examples.
- Return to Workflows for full end-to-end connection patterns.
Recommended Reading Flow
- Workflows for graph and execution model.
- Trigger & Ingestion Nodes to define entry points.
- Logic & Control Nodes to shape branch behavior.
- Transformation Nodes to shape payloads.
- AI & Inference Nodes to run models.
- Output & Delivery Nodes to publish and persist results.
- Environment Nodes for controlled command execution.
