We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 265932d + 4b86756 commit 39d5b4fCopy full SHA for 39d5b4f
protos/orchestrator_service.proto
@@ -13,8 +13,8 @@ import "google/protobuf/wrappers.proto";
13
import "google/protobuf/empty.proto";
14
15
message TaskRouter {
16
- string source = 1; // orchestrationAppID
17
- optional string target = 2; // appID
+ string sourceAppID = 1;
+ optional string targetAppID = 2;
18
}
19
20
message OrchestrationInstance {
@@ -64,7 +64,7 @@ message ParentInstanceInfo {
64
google.protobuf.StringValue name = 2;
65
google.protobuf.StringValue version = 3;
66
OrchestrationInstance orchestrationInstance = 4;
67
- optional google.protobuf.StringValue appId = 5;
+ optional string appID = 5;
68
69
70
message TraceContext {
0 commit comments