Project

General

Profile

Idea #15958

Updated by Peter Amstutz about 4 years ago

Master plan: 

 * From single Workbench2 instance, have a merged view across all clusters of: 
 ** top-level projects  
 ** workflows 
 ** running processes 
 * Users can control which clusters are displayed 
 * Can click on a project, collection, workflow or process hosted on any cluster and it is displayed by the current workbench instance 
 ** Same view as local: can download files, view process logs, etc 
 * User can choose any workflow to run 
 ** Automatically choose which cluster will be the head node based on data locality (run on cluster where the most input data is already available) and availability of adequate compute node type 
 ** When choosing workflow inputs, the file chooser dialog supports browsing, searching and selecting projects, collections and files on any cluster 
 ** Automatically schedule workflow steps on different cluster based on data locality and availability of adequate compute node type 
 ** Display merged view of running workflow steps across all clusters 

Back