Hey is it possible to somehow hide workflows or ta...
# flyte-console
s
Hey is it possible to somehow hide workflows or tasks from flyte console? Asking since deleting is not an option, right?
a
hey @swift-animal-75798 you can use flytectl to archive a
task-meta
or a
workflow-meta
but I think only workflows are hidden in flyteconsole cc @late-eye-50215 @cold-lighter-9610 to verify since i'm going off of network traffic šŸ™‚
c
Currently in flyteconsole only specific executions coul be hidden, by archiving. We have a plan to allow archiving of tasks and workflows, but I don't have a specific ETA for it at this moment.
s
is there an issue to follow on github? Some of our users are struggling with managing their projects after refactoring/renaming tasks/workflows. Are there any other options? like deleting them?
we can archive them through flytectl and they will not appear on flyteconsole?
c
At this point, even if you archive them in flytectl, they still would be visible in flyteconsole. Only specific executions could be archieved. The next tasks could be used to track these archive changes: • Workflows - https://github.com/flyteorg/flyteconsole/issues/320 • Tasks - https://github.com/flyteorg/flyteconsole/issues/321 @swift-animal-75798 from your perspective, which one is higher priority - workflows or tasks?
s
Workflows is higher priority. Also for the record we archived them with flytectl and they didn't appear on flyteconsole
c
Oh, good to know. Thanks for update
a
hey @cold-lighter-9610 I remember seeing when I poked around earlier that the console already only shows workflows that are active, I see that it filters by active state when querying named entities
šŸ‘ 1
f
Hi @swift-animal-75798, the feature to archive workflows is now available in flyteconsole v0.51.0. Archive tasks will shortly follow in the next few days. Thank you for your patience!
ā¤ļø 3
šŸŽ‰ 4
Archiving tasks is also available now as of flyteconsole v0.53.0!
s
šŸ™