Skip to content

Commit 5ecf227

Browse files
yet another fix
1 parent 368a9ef commit 5ecf227

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

protos/orchestrator_service.proto

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -582,8 +582,7 @@ message OperationResult {
582582

583583
message OperationInfo {
584584
string requestId = 1;
585-
google.protobuf.StringValue parentInstanceId = 2; // null for signals
586-
google.protobuf.StringValue parentExecutionId = 3; // null for signals
585+
OrchestrationInstance responseDestination = 2; // null for signals
587586
}
588587

589588
message OperationResultSuccess {

0 commit comments

Comments
 (0)