Replies: 1 comment
-
|
Yes, you can stop a running workflow in Dify without stopping the entire service by using the API endpoint: If you're using an older version (like v1.9.2), there was a bug where stopped workflows could show as "failed" instead of "stopped" due to a race condition, but this has been fixed in newer releases citation. If you run into stuck statuses, you can manually update the workflow status in the database or use admin endpoints, but upgrading is the best long-term fix. You’ll need a valid API token and the task ID to use this endpoint. The API interface and response format have remained consistent across recent versions. For more details on the backend logic, see the implementation citation. Let me know if you need help finding the task ID or have questions about authentication! 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
Content
How can I cancel a running workflow without stopping the service?
Beta Was this translation helpful? Give feedback.
All reactions