As an admin,
I want to track which jobs submitted for execution succeeded and failed.
Every job which is successfully submitted to proctor, will be running as a script. The job success/failed will depend on exit code of the script. If exit code is 0, the job ran successfully. Else, failed.
As an admin, I want to track which jobs submitted for execution succeeded and failed.
Every job which is successfully submitted to proctor, will be running as a script. The job success/failed will depend on exit code of the script. If exit code is 0, the job ran successfully. Else, failed.