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

Cannot switch to purged history / history actions not available #18113

Closed
mvdbeek opened this issue May 9, 2024 · 2 comments
Closed

Cannot switch to purged history / history actions not available #18113

mvdbeek opened this issue May 9, 2024 · 2 comments

Comments

@mvdbeek
Copy link
Member

mvdbeek commented May 9, 2024

I want to extract a workflow from a purged history. This used to be possible, but it's not now since I can't switch to that history.
Generally speaking I should be able to make a purged history my current history.

@davelopez
Copy link
Contributor

I'm going to make purged and archived histories able to be set as current and then restrict the UI options where appropriate. I can see the value in it. But when I lift the immutable restriction I don't seem to be able to really set purged histories as current. Apparently, this really old condition prevents it:

if history and not history.deleted:

I want to make sure if I should target 24.0 as a fix or if changing this would have other implications that should be moved to dev.

@davelopez
Copy link
Contributor

Switching to non-active histories should be possible now with #18234
Regarding extracting a workflow out of a purged history that is not working, we probably should create a new issue for that if it was working in the past.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants