Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Add a parameter to force deletion of workflow state document when a template is deleted #692

Closed
dbwiddis opened this issue Apr 30, 2024 · 0 comments · Fixed by #719
Assignees
Labels
enhancement New feature or request v2.15.0

Comments

@dbwiddis
Copy link
Member

Coming from #689 (comment)

Is your feature request related to a problem?

Presently when a template is deleted, the workflow state is not deleted if resources exist.

However, a user may wish to delete the state document anyway, and track the resources separately.

What solution would you like?

Add a REST path parameter such as "force" or "delete_state" or similar (defaulting to false) to delete the state document when the template is deleted.

What alternatives have you considered?

A separate API to delete the state document.

A combined API to delete the template and state together.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request v2.15.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants