Project

General

Profile

Feature #19744

Updated by Peter Amstutz 3 months ago

When a workflow step completes, we want to have access to the performance report and graphs from crunchstat. 

 I think a relatively quick version of this would be: 

 # Run crunchstat-summary on workflow steps after they finish, render the HTML and add it to the logs collection with a well known name (e.g. crunchstat-results.html) 

 crunchstat.html) 
 # Workbench2 checks the logs collection for a file with a known name    and renders a panel or tab embedding the HTML in an iframe. 

Back