mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-07-22 04:15:24 -04:00
[PR #386] [CLOSED] Add boolean and object input types support to workflow documentation #468
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/386
Author: @devin-ai-integration[bot]
Created: 8/6/2025
Status: ❌ Closed
Base:
main← Head:devin/1754492172-boolean-object-input-docs📝 Commits (2)
7583ecbdocs: add boolean and array[boolean] data types support across workflow nodesbf0e88fDocs tools: Successfully completed 3 operations📊 Changes
30 files changed (+84 additions, -24 deletions)
View changed files
📝
en/guides/workflow/node/code.mdx(+1 -1)📝
en/guides/workflow/node/ifelse.mdx(+14 -0)📝
en/guides/workflow/node/iteration.mdx(+1 -1)📝
en/guides/workflow/node/list-operator.mdx(+1 -0)📝
en/guides/workflow/node/parameter-extractor.mdx(+1 -1)📝
en/guides/workflow/node/start.mdx(+3 -1)📝
en/guides/workflow/node/template.mdx(+1 -1)📝
en/guides/workflow/node/variable-aggregator.mdx(+1 -1)📝
en/guides/workflow/node/variable-assigner.mdx(+1 -1)📝
en/guides/workflow/variables.mdx(+3 -1)📝
ja-jp/guides/workflow/node/code.mdx(+1 -1)📝
ja-jp/guides/workflow/node/ifelse.mdx(+14 -0)📝
ja-jp/guides/workflow/node/list-operator.mdx(+1 -0)📝
ja-jp/guides/workflow/node/parameter-extractor.mdx(+1 -1)📝
ja-jp/guides/workflow/node/start.mdx(+7 -1)📝
ja-jp/guides/workflow/node/template.mdx(+1 -1)📝
ja-jp/guides/workflow/node/variable-aggregator.mdx(+1 -1)📝
ja-jp/guides/workflow/node/variable-assigner.mdx(+1 -1)📝
ja-jp/guides/workflow/variables.mdx(+3 -1)📝
zh-hans/guides/workflow/node/agent.mdx(+0 -1)...and 10 more files
📄 Description
Add boolean and object input types support to workflow documentation
Summary
This PR updates Dify's trilingual documentation (English, Simplified Chinese, Japanese) to reflect new platform capabilities for boolean and object input types in workflow applications. The changes add support for:
booleanandarray[boolean]as workflow variable typescheckbox(for boolean input) andobject(for structured JSON data)The updates maintain consistency across all three language versions and follow user-centered, concise documentation principles as requested.
Review & Testing Checklist for Human
zh-hans/) and Japanese (ja-jp/) files - check technical terminology and grammarRecommended test plan: Review the updated documentation against the actual Dify platform UI to ensure input type descriptions and boolean support claims are accurate.
Diagram
Notes
Session Details:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.