Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Metadata Management - Deleting an existing Workflow #41

Closed
blueelephants opened this issue Jan 20, 2017 · 2 comments
Closed

Metadata Management - Deleting an existing Workflow #41

blueelephants opened this issue Jan 20, 2017 · 2 comments

Comments

@blueelephants
Copy link

In the swagger UI, I can find a way to delete task-definitions.

However, I cannot find a way to delete an existing workflow.

Is there no way currently to delete an existing workflow?

I tried to construct something like this, but without success:

curl -X DELETE --header 'Accept: application/json' 'http://my_host:my_port/api/metadata/workflow/main_workflow'
@v1r3n
Copy link
Contributor

v1r3n commented Jan 20, 2017

We haven't exposed API for deleting workflows yet. The reason being that, it could cause issues with running workflows and makes it harder to visualize the previously completed flows.

The idea is to be able to do that, but with a soft delete.

@blueelephants
Copy link
Author

Thanks for clarification - a soft delete would be great.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants