mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-07-22 12:25:45 -04:00
文档问题: workflow开始节点如果有单文件变量,应用发布后应该如何批量运行应用 #147
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?
Originally created by @memeFish5 on GitHub (Jul 2, 2025).
问题描述
总所周知,Dify工作流提供了批量运行应用的功能,使用的方法是将要传入变量的值批量存到CSV文件中,问题是如果创建的工作流运行时需要上传文件,使用批量运行时如何将文件批量上传?我使用的Dify版本为0.15.3,目前个人没有批量上传的方法。
页面链接
https://github.com/langgenius/dify-docs/blob/main/zh-hans/guides/workflow/publish.mdx
建议修改