Overview

The Data value node is a simple data source node that provides static data values for workflows. This node serves as a constant data provider that outputs configurable values in different data types (Text, Number, JSON, Knowledge), enabling workflows to start with predefined data or provide default values for processing pipelines.

The node allows users to configure both the data type and the actual value through parameters, creating a reliable source of static data that flows to downstream nodes. This makes it essential for testing workflows, providing initial values, creating constants for calculations, or supplying default data when other data sources are unavailable.

Node Specification

Core Properties

Property Value
Node Type Data source
Category Data flow

Parameters

Parameter Type Options Default Required Description
Output data type Choice Text, Number, Knowledge, JSON object Text Yes Select the type of data to output
Data Configurable Based on data type (empty/0/{}) Yes The actual data value to provide

Input Ports

This node has no input ports.

Output Ports

Port Type Description
Data Configurable Data value in the configured type

Process Flow Exits

Exit Condition Description
Main branch On completion Continues process flow after data provision

Common Flows

Workflow Initialization

Data value (initial config) → Processing Pipeline

Provide initial configuration or starting values for workflows

Testing and Development

Data value (test data) → Node Under Test → Validation