You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi/openapiv2.json
+52Lines changed: 52 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11084,6 +11084,18 @@
11084
11084
},
11085
11085
"description": "UpdateWorkflowOptions represents updating workflow execution options after a workflow reset.\nKeep the parameters in sync with temporal.api.workflowservice.v1.UpdateWorkflowExecutionOptionsRequest."
11086
11086
},
11087
+
"StartBatchOperationRequestActivityExecution": {
11088
+
"type": "object",
11089
+
"properties": {
11090
+
"activityId": {
11091
+
"type": "string"
11092
+
},
11093
+
"runId": {
11094
+
"type": "string"
11095
+
}
11096
+
},
11097
+
"title": "TODO(seankane): support listing activity executions"
11098
+
},
11087
11099
"UpdateTaskQueueConfigRequestRateLimitUpdate": {
11088
11100
"type": "object",
11089
11101
"properties": {
@@ -12332,6 +12344,13 @@
12332
12344
},
12333
12345
"title": "Executions to apply the batch operation\nThis field and `visibility_query` are mutually exclusive"
"description": "BatchOperationCancellation sends cancel requests to a batch of activities.\nKeep the parameter in sync with temporal.api.workflowservice.v1.RequestCancelActivityExecutionRequest."
14009
+
},
13972
14010
"v1BatchOperationCancellation": {
13973
14011
"type": "object",
13974
14012
"properties": {
@@ -13979,6 +14017,10 @@
13979
14017
},
13980
14018
"description": "BatchOperationCancellation sends cancel requests to batch workflows.\nKeep the parameter in sync with temporal.api.workflowservice.v1.RequestCancelWorkflowExecutionRequest.\nIgnore first_execution_run_id because this is used for single workflow operation."
13981
14019
},
14020
+
"v1BatchOperationDeleteActivities": {
14021
+
"type": "object",
14022
+
"description": "BatchOperationDeleteActivities sends deletion requests to a batch of activities.\nKeep the parameter in sync with temporal.api.workflowservice.v1.DeleteActivityExecutionRequest."
14023
+
},
13982
14024
"v1BatchOperationDeletion": {
13983
14025
"type": "object",
13984
14026
"properties": {
@@ -14110,6 +14152,16 @@
14110
14152
],
14111
14153
"default": "BATCH_OPERATION_STATE_UNSPECIFIED"
14112
14154
},
14155
+
"v1BatchOperationTerminateActivities": {
14156
+
"type": "object",
14157
+
"properties": {
14158
+
"identity": {
14159
+
"type": "string",
14160
+
"title": "The identity of the worker/client"
14161
+
}
14162
+
},
14163
+
"description": "BatchOperationTerminateActivities sends terminate requests to a batch of activities.\nKeep the parameter in sync with temporal.api.workflowservice.v1.TerminateActivityExecutionRequest."
0 commit comments