You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When trying to delete a non-existing workflow using DELETE {{conductorBaseUrl}}/api/metadata/workflow/:name/:version api
replies back with 500 status code.
{
"status": 500,
"message": "No such workflow definition: memes_maker version: 2",
"instance": "1a79daf01f84",
"retryable": false
}
Describe the bug
When trying to delete a non-existing workflow using
DELETE {{conductorBaseUrl}}/api/metadata/workflow/:name/:version
apireplies back with 500 status code.
Details
Conductor version: v3.19.0
Persistence implementation: Postgres
Queue implementation: Postgres
Lock: I guess redis
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Status code should be 404
Additional context
Same thing happens if we try to create existing workflow with existing version.
The text was updated successfully, but these errors were encountered: