Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The dashboard is a central place to view the overall progress of a single workflow. Every dashboard contains three tabs:

Table of Contents
The following picture shows the sketch of the dashboard: 

...

 "Workflow Task" widget 

 It contains: 

  • the workflow working time;
  • the workflow running progress;
  • the workflow task status: failed, finished successfully, running and etc.;
HTML
<center>
  <img src="/wiki/download/attachments/3244811/Dashboards_1.jpg"/>
</center>

 

...

"Output Files" widget 

It contains a table with the information about all created output files. The table columns are:

  • clickable file name;

  • the name of the workflow element that has produced the file; 

 

HTML
<center>
  <img src="/wiki/download/attachments/3244811/Dashboards_2.jpg"/>
</center>

...

It contains a table with common statistic for each workflow element in the workflow. The table columns are:

  • name of the workflow element;

  • time of the workflow element execution;

  • the number of messages that has been retrieved; 

HTML
<center>
  <img src="/wiki/download/attachments/3244811/Dashboards_3.jpg"/>
</center>

...

 It contains a table with common statistic for each workflow element's parameter in the workflow. The table columns are:

  • names of the workflow elements;

  • names of the workflow parameters;

  • values of the workflow parameters;

HTML
<center>
  <img src="/wiki/download/attachments/3244811/Dashboards_4.jpg"/>
</center>

...