We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd842b commit 1b9e06bCopy full SHA for 1b9e06b
temporal/api/workflowservice/v1/request_response.proto
@@ -349,6 +349,7 @@ message RequestCancelWorkflowExecutionRequest {
349
temporal.api.common.v1.WorkflowExecution workflow_execution = 2;
350
string identity = 3;
351
string request_id = 4;
352
+ string first_execution_run_id = 5;
353
}
354
355
message RequestCancelWorkflowExecutionResponse {
@@ -415,6 +416,7 @@ message TerminateWorkflowExecutionRequest {
415
416
string reason = 3;
417
temporal.api.common.v1.Payloads details = 4;
418
string identity = 5;
419
+ string first_execution_run_id = 6;
420
421
422
message TerminateWorkflowExecutionResponse {
0 commit comments