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

  1. Start with a node family page.
  2. Open the per-node reference page for exact configuration and examples.
  3. Return to Workflows for full end-to-end connection patterns.

Recommended Reading Flow

  1. Workflows for graph and execution model.
  2. Trigger & Ingestion Nodes to define entry points.
  3. Logic & Control Nodes to shape branch behavior.
  4. Transformation Nodes to shape payloads.
  5. AI & Inference Nodes to run models.
  6. Output & Delivery Nodes to publish and persist results.
  7. Environment Nodes for controlled command execution.

Related Pages