Add trace context to activity request (#21)
This commit is contained in:
Родитель
29f6c6c0e4
Коммит
c7d8cd8980
|
@ -23,6 +23,7 @@ message ActivityRequest {
|
|||
google.protobuf.StringValue input = 3;
|
||||
OrchestrationInstance orchestrationInstance = 4;
|
||||
int32 taskId = 5;
|
||||
TraceContext parentTraceContext = 6;
|
||||
}
|
||||
|
||||
message ActivityResponse {
|
||||
|
|
Загрузка…
Ссылка в новой задаче