Skip to content

Commit

Permalink
report updater and updated time when getting workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hugowetterberg committed Jan 29, 2025
1 parent 9ae460d commit 13ccad9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions repository/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,10 @@ message GetWorkflowRequest {
message GetWorkflowResponse {
// Workflow declaration.
DocumentWorkflow workflow = 1;
// UpdaterURI identifies the user that last updated the workflow.
string updater_uri = 2;
// Updated is the update time as a RFC3339 timestamp.
string updated = 3;
}


Expand Down

0 comments on commit 13ccad9

Please sign in to comment.