Closed (fixed)
Project:
FlowDrop
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2026 at 16:49 UTC
Updated:
23 Feb 2026 at 21:19 UTC
Jump to comment: Most recent
The text_output node processor was using 'output' as its output port name, which conflicts with the reserved port name system and caused issues with unified port configuration.
'output' is a reserved name in the FlowDrop port system, and using it directly caused conflicts with the framework's internal handling.
Renamed the output port from 'output' to 'text' to avoid the reserved name conflict while maintaining clear semantics.
Comments
Comment #2
gxleano commentedI have contributed (not only by code, but discussion, presentation, testing or anything related).
Comment #3
d34dman commented