Bug #5050
closedAutomatically filter workflow run manager runs based on selected workflow
0%
Description
In Figure 6 ( https://kepler-project.org/developers/incubation/kepler-engineering-view-for-reap/engineering-view-plans ), the workflow run manager shows only the remote runs for the selected workflow. When the user clicks on a workflow, the name will have to be passed to the workflow-run-manager to filter the list.
Related issues
Updated by Derik Barseghian about 14 years ago
Locally I've added code for doing this, invoked by WorkflowRunManager.programticFilter(Map<String, String>columnsAndFilters). The table filters fine, but unfortunately it's currently hit and miss as to if the header is refreshed to show the filter(s) you've set. Need to figure that out, and then obviously this method needs to be connected to clicking on a workflow in the gui.
Updated by Derik Barseghian about 14 years ago
With our gui redesigns this is no longer needed.
Updated by Derik Barseghian almost 14 years ago
changing bugs from REAP to Kepler product