mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-07-22 04:15:24 -04:00
[PR #387] [MERGED] docs: add boolean and object input type support to workflow nodes #466
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-docs/pull/387
Author: @Yeuoly
Created: 8/6/2025
Status: ✅ Merged
Merged: 8/27/2025
Merged by: @guchenhe
Base:
main← Head:docs/boolean-object-input-support📝 Commits (2)
5f57303docs: add boolean and object input type support to workflow nodesbf37508Docs tools: Successfully completed 3 operations📊 Changes
10 files changed (+59 additions, -9 deletions)
View changed files
📝
en/guides/workflow/node/ifelse.mdx(+13 -0)📝
en/guides/workflow/node/start.mdx(+3 -1)📝
en/guides/workflow/variables.mdx(+3 -1)📝
ja-jp/guides/workflow/node/ifelse.mdx(+12 -1)📝
ja-jp/guides/workflow/node/start.mdx(+7 -1)📝
ja-jp/guides/workflow/variables.mdx(+3 -1)📝
zh-hans/guides/workflow/node/agent.mdx(+0 -1)📝
zh-hans/guides/workflow/node/ifelse.mdx(+12 -1)📝
zh-hans/guides/workflow/node/start.mdx(+3 -1)📝
zh-hans/guides/workflow/variables.mdx(+3 -1)📄 Description
Summary
Background
This change implements documentation updates for the core data type expansion PRD that introduces Boolean & Object support across workflow nodes. The PRD identifies this as a cross-cutting change affecting multiple workflow components.
Changes Made
Start Node (en/zh-hans/ja-jp)
Variables Documentation (en/zh-hans/ja-jp)
IF/ELSE Node (en/zh-hans/ja-jp)
isandis notwith True/False valuescontains,not contains,is empty,is not emptyRemaining Work
Based on the PRD, additional nodes still need documentation updates:
Test Plan
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.