Skip to content

Commit

Permalink
SEAB-5700: set dateExecuted field for RunExecution (#472)
Browse files Browse the repository at this point in the history
* set dateExecuted

* pr review
  • Loading branch information
hyunnaye authored Jul 31, 2023
1 parent d82c92b commit 7049bbd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,7 @@ public void uploadAndSaveRunInfo() {
runMetrics.setExecutionStatus(getExecutionStatus());
if (getTotalWallClockTimeInISO861Standard() != null) {
runMetrics.setExecutionTime(getTotalWallClockTimeInISO861Standard());
runMetrics.setDateExecuted(workflowStartTime.toInstant().toString());
}
addDataFromSingleMetric("CpuUtilized");
addDataFromSingleMetric("MemoryUtilized");
Expand Down

0 comments on commit 7049bbd

Please sign in to comment.