We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f19af6 commit 32523fbCopy full SHA for 32523fb
1 file changed
temporal/api/nexusservices/workerservice/v1/request_response.proto
@@ -24,6 +24,7 @@ message WorkerCommandsRequest {
24
}
25
26
27
+ // Cancel an activity if it is still running. Otherwise, do nothing.
28
message CancelActivity {
29
bytes task_token = 1;
30
@@ -39,7 +40,7 @@ message WorkerCommandsResponse {
39
40
41
42
43
+ // Treat both successful cancellation and no-op (activity is no longer running) as success.
44
45
46
-
0 commit comments