[PR #414] [CLOSED] docs: expand variable types with boolean and object inputs #484

Closed
opened 2026-02-16 06:15:38 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-docs/pull/414
Author: @Yeuoly
Created: 8/18/2025
Status: Closed

Base: mainHead: codex/update-documentation-for-boolean-and-object-types


📝 Commits (2)

  • 0d216a0 docs: add boolean and object inputs
  • 9d75b9d Docs tools: Successfully completed 3 operations

📊 Changes

28 files changed (+83 additions, -12 deletions)

View changed files

📝 en/guides/workflow/node/ifelse.mdx (+2 -0)
📝 en/guides/workflow/node/iteration.mdx (+1 -1)
📝 en/guides/workflow/node/list-operator.mdx (+1 -0)
📝 en/guides/workflow/node/loop.mdx (+2 -0)
📝 en/guides/workflow/node/parameter-extractor.mdx (+1 -0)
📝 en/guides/workflow/node/start.mdx (+3 -1)
📝 en/guides/workflow/node/variable-aggregator.mdx (+1 -1)
📝 en/guides/workflow/node/variable-assigner.mdx (+20 -0)
📝 en/guides/workflow/variables.mdx (+3 -1)
📝 ja-jp/guides/workflow/node/ifelse.mdx (+2 -0)
📝 ja-jp/guides/workflow/node/iteration.mdx (+2 -0)
📝 ja-jp/guides/workflow/node/list-operator.mdx (+1 -0)
📝 ja-jp/guides/workflow/node/loop.mdx (+2 -0)
📝 ja-jp/guides/workflow/node/parameter-extractor.mdx (+1 -0)
📝 ja-jp/guides/workflow/node/start.mdx (+7 -1)
📝 ja-jp/guides/workflow/node/variable-aggregator.mdx (+1 -1)
📝 ja-jp/guides/workflow/node/variable-assigner.mdx (+2 -0)
📝 ja-jp/guides/workflow/variables.mdx (+3 -1)
📝 zh-hans/guides/workflow/node/agent.mdx (+0 -1)
📝 zh-hans/guides/workflow/node/ifelse.mdx (+2 -0)

...and 8 more files

📄 Description

Summary

  • Document checkbox boolean and object inputs on Start node
  • Add boolean and Array[boolean] support across variable system and workflow nodes
  • Update Chinese and Japanese docs accordingly

Testing

  • npm test (fails: Could not read package.json)

https://chatgpt.com/codex/tasks/task_b_689ae4c466a8832690ed1617ae2df191


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-docs/pull/414 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 8/18/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `codex/update-documentation-for-boolean-and-object-types` --- ### 📝 Commits (2) - [`0d216a0`](https://github.com/langgenius/dify-docs/commit/0d216a08626c4cecac55adabc422b457fcebefc6) docs: add boolean and object inputs - [`9d75b9d`](https://github.com/langgenius/dify-docs/commit/9d75b9df208b5107f0c9a66c2ca125c2fc8f6b52) Docs tools: Successfully completed 3 operations ### 📊 Changes **28 files changed** (+83 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `en/guides/workflow/node/ifelse.mdx` (+2 -0) 📝 `en/guides/workflow/node/iteration.mdx` (+1 -1) 📝 `en/guides/workflow/node/list-operator.mdx` (+1 -0) 📝 `en/guides/workflow/node/loop.mdx` (+2 -0) 📝 `en/guides/workflow/node/parameter-extractor.mdx` (+1 -0) 📝 `en/guides/workflow/node/start.mdx` (+3 -1) 📝 `en/guides/workflow/node/variable-aggregator.mdx` (+1 -1) 📝 `en/guides/workflow/node/variable-assigner.mdx` (+20 -0) 📝 `en/guides/workflow/variables.mdx` (+3 -1) 📝 `ja-jp/guides/workflow/node/ifelse.mdx` (+2 -0) 📝 `ja-jp/guides/workflow/node/iteration.mdx` (+2 -0) 📝 `ja-jp/guides/workflow/node/list-operator.mdx` (+1 -0) 📝 `ja-jp/guides/workflow/node/loop.mdx` (+2 -0) 📝 `ja-jp/guides/workflow/node/parameter-extractor.mdx` (+1 -0) 📝 `ja-jp/guides/workflow/node/start.mdx` (+7 -1) 📝 `ja-jp/guides/workflow/node/variable-aggregator.mdx` (+1 -1) 📝 `ja-jp/guides/workflow/node/variable-assigner.mdx` (+2 -0) 📝 `ja-jp/guides/workflow/variables.mdx` (+3 -1) 📝 `zh-hans/guides/workflow/node/agent.mdx` (+0 -1) 📝 `zh-hans/guides/workflow/node/ifelse.mdx` (+2 -0) _...and 8 more files_ </details> ### 📄 Description ## Summary - Document checkbox boolean and object inputs on Start node - Add boolean and Array[boolean] support across variable system and workflow nodes - Update Chinese and Japanese docs accordingly ## Testing - `npm test` *(fails: Could not read package.json)* ------ https://chatgpt.com/codex/tasks/task_b_689ae4c466a8832690ed1617ae2df191 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 06:15:38 -05:00
yindo closed this issue 2026-02-16 06:15:38 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-docs#484