Fluxyn Docs
NodesCustom nodes

Input

Defines the input parameters for a custom node flow.

Custom Nodes

Use this inside a custom node so calling flows know which values they need to provide.

When to use it

  • Create required settings for a reusable custom node.
  • Group parameters into clear sections.

Routing behavior

Starts the internal flow for a custom node and passes its configured input values downstream.

Properties

PropertyTypeRequiredDetails
parameterSections
parameterSections
jsonOptionalParameter sections schema (managed by UI)

Common mistakes

  • This is only used inside custom node flows.
  • The parameter labels and field types become part of the custom node setup experience.

Related nodes