mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-07-22 04:15:24 -04:00
[DOCS]: Correct the documentation of Workflow Run Response data.status
#284
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 @AkiraVoid on GitHub (Nov 27, 2025).
Type of Documentation Change
New documentation
Documentation Page URL or Path
https://docs.dify.ai/api-reference/workflow-execution/execute-workflow
Current Content
Suggested Changes
Actually there's fifth status
partial-succeeded, we got this status in our production scheduler platform. (Dify Version 1.10.0)Also, please explain how a Workflow Run can run into
partial-succeededstatus.Reason for Change
The doc should correctly explain all possible values of an
enumtype field.Code of Conduct
@dosubot[bot] commented on GitHub (Dec 8, 2025):
Hi, @AkiraVoid. I'm Dosu (https://dosu.dev), and I'm helping the dify-docs team manage their backlog and am marking this issue as stale.
Issue Summary:
data.statusto include a new fifth status value,partial-succeeded.What's Next:
Thank you for your understanding and contribution!
@AkiraVoid commented on GitHub (Dec 10, 2025):
This issue still exists in latest doc.
@dosubot[bot] commented on GitHub (Dec 10, 2025):
@crazywoola The user has confirmed that the issue regarding the update for the Workflow Run Response
data.statuswith thepartial-succeededstatus is still relevant in the newest docs. Could you please assist with this?@RiskeyL commented on GitHub (Dec 15, 2025):
Hi @AkiraVoid, thanks for your feedback! The
partial-succeededstatus indicates that some errors occurred during the workflow execution, but they were successfully handled via error strategies like "fail branch" or "default value".We completely agree that concepts like this should be clarified in the docs, and we will add an explanation in the appropriate section. That said, we are holding off on adding this status to the API docs for now, as there are still some ongoing internal discussions regarding its implementation.
@dosubot[bot] commented on GitHub (Dec 26, 2025):
Hi, @AkiraVoid. I'm Dosu, and I'm helping the dify-docs team manage their backlog and am marking this issue as stale.
Issue Summary:
data.statusto include the newpartial-succeededstatus introduced in version 1.10.0.partial-succeededindicates some errors occurred but were handled via error strategies.Next Steps:
Thank you for your understanding and contribution!