Skip to content

Commit

Permalink
Merge pull request #543 from ggildong/master
Browse files Browse the repository at this point in the history
feat: add duration fields to task info
  • Loading branch information
ggildong authored Jan 7, 2025
2 parents d80173e + ea441f6 commit f4eabb0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proto/spaceone/api/opsflow/v1/task.proto
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@ message TaskInfo {
string started_at = 32;
string updated_at = 33;
string completed_at = 34;
int64 started_duration = 35;
int64 in_progress_duration = 36;
int64 completed_duration = 37;
}

message TasksInfo {
Expand Down

0 comments on commit f4eabb0

Please sign in to comment.