Skip to content

Commit 21023cb

Browse files
committed
Add comment about maintaining subset relation
1 parent e9daa8a commit 21023cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

temporal/api/activity/v1/message.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ message ActivityExecutionInfo {
159159
}
160160

161161
// Limited activity information returned in the list response.
162+
// When adding fields here, ensure that it is also present in ActivityExecutionInfo (note that it
163+
// may already be present in ActivityExecutionInfo but not at the top-level).
162164
message ActivityExecutionListInfo {
163165
// For standalone activity - a unique identifier of this activity within its namespace along with run ID (below).
164166
string activity_id = 1;

0 commit comments

Comments
 (0)