Skip to content

Commit 1b9e06b

Browse files
authored
Allow clients to pass in FirstExecutionRunID for Terminate and Cancel API (#86)
1 parent 4fd842b commit 1b9e06b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: temporal/api/workflowservice/v1/request_response.proto

+2
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ message RequestCancelWorkflowExecutionRequest {
349349
temporal.api.common.v1.WorkflowExecution workflow_execution = 2;
350350
string identity = 3;
351351
string request_id = 4;
352+
string first_execution_run_id = 5;
352353
}
353354

354355
message RequestCancelWorkflowExecutionResponse {
@@ -415,6 +416,7 @@ message TerminateWorkflowExecutionRequest {
415416
string reason = 3;
416417
temporal.api.common.v1.Payloads details = 4;
417418
string identity = 5;
419+
string first_execution_run_id = 6;
418420
}
419421

420422
message TerminateWorkflowExecutionResponse {

0 commit comments

Comments
 (0)