Feature #19467
Updated by Peter Amstutz about 2 years ago
When visiting a workflow step (a container request with requested_by_container_uuid) or collection that was produced by a container request (properties['container_request']) we want to be able to navigate "up" to the parent container request.
Want some kind of breadcrumbs on the collection or container request panel that shows something like this:
Workflow -> Step -> Collection
Design question: what does it show when a number of possible container requests match (because something was reused).
Tom: keep some state about things you've looked at and pick the thing that you visited most recently. Could embed parent workflow uuid in URL bar so URL is sharable.