dify/api/core/workflow/nodes/loop
QuantumGhost 399d510e1b fix(api): handle `array[boolean]` in LoopNode
The frontend save `array[boolean]` as a JSON array with string
element (e.g. `["true", "false", "true"]`), which is not handled
by LoopNode correctly.

This commit fix the issue by converting each element into Python
bool type before building segment.
2025-08-20 15:33:19 +08:00
..
__init__.py Feat/loop node (#17273) 2025-04-02 13:53:26 +08:00
entities.py feat(api): Initial support for `boolean` / `array[boolean]` types 2025-07-30 10:56:51 +08:00
loop_end_node.py refactor: decouple Node and NodeData (#22581) 2025-07-18 10:08:51 +08:00
loop_node.py fix(api): handle `array[boolean]` in LoopNode 2025-08-20 15:33:19 +08:00
loop_start_node.py refactor: decouple Node and NodeData (#22581) 2025-07-18 10:08:51 +08:00