Replies: 1 comment 1 reply
-
|
Hi @shelic-A! I'm Dosu and I’m helping the dify team. The To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
We are trying to integrate our backend system with the Dify workflow. The response needs to include a status code so that we can handle subsequent processing, so we decided to use the existing
statusfield in the current response structure.However, during one API request test, we encountered a
partial-succeededstatus. When we immediately repeated the request locally, the returned status became succeeded.We were unable to find any clear triggering conditions for
partial-succeededin either the API documentation or community discussions, so for now we have to treat this status as a failure to mitigate risk. It would be very helpful if the triggering logic for this status could be clarified.Test response:
{"task_id": "8e2f4030-81ff-4b9d-9878-8aac8711954b", "workflow_run_id": "d6a5a293-d276-4b27-bee7-00a655168579", "data": {"id": "d6a5a293-d276-4b27-bee7-00a655168579", "w
orkflow_id": "7c9df78b-e68d-458c-9deb-584fb7640f71", "status": "partial-succeeded", "outputs": {"email_type": "\u5176\u4ed6"}, "error": null, "elapsed_time": 19.944407, "total_tokens": 796, "total_steps": 7, "created
_at": 1768281186, "finished_at": 1768281206}}
2. Additional context or comments
No response
Beta Was this translation helpful? Give feedback.
All reactions