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
When in the "Resources" list, the option to delete an individual resource is not available--the button "Delete" just isn't clickable. If a user wants to delete a resource, they have to:
Find the Workflow run that produced that resource;
Delete that Workflow run;
Go to the "Resources" list and find the offending resource;
Delete the resource.
Demo (wherein you can see that I can't delete the resource at first; it only works when I delete the workflow run):
Allow individual resources to be deleted both from the "Resources" list and from a workflow run, without the entire workflow run needing to be being deleted.
I think both these things would save users' time, and also be more intuitive.