Versions Compared

Key

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


Service Layer

Add a new field to submission status called 'executionStatus',  an enum with values INITIALIZED, RUNNING, CANCEL_REQUESTED, CANCELED, FAILED, DONECOMPLETED.

When a submission is created the value is INITIALIZED.

...

Add a leaderboard widget, including an executionStatus column.  The query should use 'where userId==@CURRENT_USER' to show just the submitter's jobs.

Choose the 'stop button' renderer for this column.

...