Skip to content

Commit 81ffad2

Browse files
authored
Add capability for sdk metadata field (#263)
1 parent 65015c0 commit 81ffad2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

temporal/api/workflowservice/v1/request_response.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -877,6 +877,10 @@ message GetSystemInfoResponse {
877877

878878
// True if server supports eager workflow task dispatching for the StartWorkflowExecution API
879879
bool eager_workflow_start = 8;
880+
881+
// True if the server knows about the sdk metadata field on WFT completions and will record
882+
// it in history
883+
bool sdk_metadata = 9;
880884
}
881885
}
882886

0 commit comments

Comments
 (0)