@@ -43,6 +43,7 @@ service WorkflowService {
43
43
2: shared.InternalServiceError internalServiceError ,
44
44
3: shared.DomainAlreadyExistsError domainExistsError ,
45
45
4: shared.ServiceBusyError serviceBusyError ,
46
+ 5: shared.ClientVersionNotSupportedError clientVersionNotSupportedError ,
46
47
)
47
48
48
49
/**
@@ -54,6 +55,7 @@ service WorkflowService {
54
55
2: shared.InternalServiceError internalServiceError ,
55
56
3: shared.EntityNotExistsError entityNotExistError ,
56
57
4: shared.ServiceBusyError serviceBusyError ,
58
+ 5: shared.ClientVersionNotSupportedError clientVersionNotSupportedError ,
57
59
)
58
60
59
61
/**
@@ -65,6 +67,7 @@ service WorkflowService {
65
67
2: shared.InternalServiceError internalServiceError ,
66
68
3: shared.EntityNotExistsError entityNotExistError ,
67
69
4: shared.ServiceBusyError serviceBusyError ,
70
+ 5: shared.ClientVersionNotSupportedError clientVersionNotSupportedError ,
68
71
)
69
72
70
73
/**
@@ -77,6 +80,7 @@ service WorkflowService {
77
80
3: shared.EntityNotExistsError entityNotExistError ,
78
81
4: shared.ServiceBusyError serviceBusyError ,
79
82
5: shared.DomainNotActiveError domainNotActiveError ,
83
+ 6: shared.ClientVersionNotSupportedError clientVersionNotSupportedError ,
80
84
)
81
85
82
86
/**
@@ -91,6 +95,7 @@ service WorkflowService {
91
95
3: shared.EntityNotExistsError entityNotExistError ,
92
96
4: shared.ServiceBusyError serviceBusyError ,
93
97
5: shared.DomainNotActiveError domainNotActiveError ,
98
+ 6: shared.ClientVersionNotSupportedError clientVersionNotSupportedError ,
94
99
)
95
100
96
101
/**
@@ -108,6 +113,7 @@ service WorkflowService {
108
113
5: shared.DomainNotActiveError domainNotActiveError ,
109
114
6: shared.LimitExceededError limitExceededError ,
110
115
7: shared.EntityNotExistsError entityNotExistError ,
116
+ 8: shared.ClientVersionNotSupportedError clientVersionNotSupportedError ,
111
117
)
112
118
113
119
/**
@@ -120,6 +126,7 @@ service WorkflowService {
120
126
2: shared.InternalServiceError internalServiceError ,
121
127
3: shared.EntityNotExistsError entityNotExistError ,
122
128
4: shared.ServiceBusyError serviceBusyError ,
129
+ 5: shared.ClientVersionNotSupportedError clientVersionNotSupportedError ,
123
130
)
124
131
125
132
/**
@@ -137,6 +144,7 @@ service WorkflowService {
137
144
4: shared.LimitExceededError limitExceededError ,
138
145
5: shared.EntityNotExistsError entityNotExistError ,
139
146
6: shared.DomainNotActiveError domainNotActiveError ,
147
+ 7: shared.ClientVersionNotSupportedError clientVersionNotSupportedError ,
140
148
)
141
149
142
150
/**
@@ -155,6 +163,7 @@ service WorkflowService {
155
163
4: shared.DomainNotActiveError domainNotActiveError ,
156
164
5: shared.LimitExceededError limitExceededError ,
157
165
6: shared.ServiceBusyError serviceBusyError ,
166
+ 7: shared.ClientVersionNotSupportedError clientVersionNotSupportedError ,
158
167
)
159
168
160
169
/**
@@ -171,6 +180,7 @@ service WorkflowService {
171
180
4: shared.DomainNotActiveError domainNotActiveError ,
172
181
5: shared.LimitExceededError limitExceededError ,
173
182
6: shared.ServiceBusyError serviceBusyError ,
183
+ 7: shared.ClientVersionNotSupportedError clientVersionNotSupportedError ,
174
184
)
175
185
176
186
/**
@@ -190,6 +200,7 @@ service WorkflowService {
190
200
4: shared.LimitExceededError limitExceededError ,
191
201
5: shared.EntityNotExistsError entityNotExistError ,
192
202
6: shared.DomainNotActiveError domainNotActiveError ,
203
+ 7: shared.ClientVersionNotSupportedError clientVersionNotSupportedError ,
193
204
)
194
205
195
206
/**
@@ -207,6 +218,7 @@ service WorkflowService {
207
218
4: shared.DomainNotActiveError domainNotActiveError ,
208
219
5: shared.LimitExceededError limitExceededError ,
209
220
6: shared.ServiceBusyError serviceBusyError ,
221
+ 7: shared.ClientVersionNotSupportedError clientVersionNotSupportedError ,
210
222
)
211
223
212
224
/**
@@ -224,6 +236,7 @@ service WorkflowService {
224
236
4: shared.DomainNotActiveError domainNotActiveError ,
225
237
5: shared.LimitExceededError limitExceededError ,
226
238
6: shared.ServiceBusyError serviceBusyError ,
239
+ 7: shared.ClientVersionNotSupportedError clientVersionNotSupportedError ,
227
240
)
228
241
229
242
/**
@@ -241,6 +254,7 @@ service WorkflowService {
241
254
4: shared.DomainNotActiveError domainNotActiveError ,
242
255
5: shared.LimitExceededError limitExceededError ,
243
256
6: shared.ServiceBusyError serviceBusyError ,
257
+ 7: shared.ClientVersionNotSupportedError clientVersionNotSupportedError ,
244
258
)
245
259
246
260
/**
@@ -258,6 +272,7 @@ service WorkflowService {
258
272
4: shared.DomainNotActiveError domainNotActiveError ,
259
273
5: shared.LimitExceededError limitExceededError ,
260
274
6: shared.ServiceBusyError serviceBusyError ,
275
+ 7: shared.ClientVersionNotSupportedError clientVersionNotSupportedError ,
261
276
)
262
277
263
278
/**
@@ -275,6 +290,7 @@ service WorkflowService {
275
290
4: shared.DomainNotActiveError domainNotActiveError ,
276
291
5: shared.LimitExceededError limitExceededError ,
277
292
6: shared.ServiceBusyError serviceBusyError ,
293
+ 7: shared.ClientVersionNotSupportedError clientVersionNotSupportedError ,
278
294
)
279
295
280
296
/**
@@ -292,6 +308,7 @@ service WorkflowService {
292
308
4: shared.DomainNotActiveError domainNotActiveError ,
293
309
5: shared.LimitExceededError limitExceededError ,
294
310
6: shared.ServiceBusyError serviceBusyError ,
311
+ 7: shared.ClientVersionNotSupportedError clientVersionNotSupportedError ,
295
312
)
296
313
297
314
/**
@@ -309,6 +326,7 @@ service WorkflowService {
309
326
4: shared.DomainNotActiveError domainNotActiveError ,
310
327
5: shared.LimitExceededError limitExceededError ,
311
328
6: shared.ServiceBusyError serviceBusyError ,
329
+ 7: shared.ClientVersionNotSupportedError clientVersionNotSupportedError ,
312
330
)
313
331
314
332
/**
@@ -326,6 +344,7 @@ service WorkflowService {
326
344
4: shared.DomainNotActiveError domainNotActiveError ,
327
345
5: shared.LimitExceededError limitExceededError ,
328
346
6: shared.ServiceBusyError serviceBusyError ,
347
+ 7: shared.ClientVersionNotSupportedError clientVersionNotSupportedError ,
329
348
)
330
349
331
350
/**
@@ -343,6 +362,7 @@ service WorkflowService {
343
362
5: shared.ServiceBusyError serviceBusyError ,
344
363
6: shared.DomainNotActiveError domainNotActiveError ,
345
364
7: shared.LimitExceededError limitExceededError ,
365
+ 8: shared.ClientVersionNotSupportedError clientVersionNotSupportedError ,
346
366
)
347
367
348
368
/**
@@ -357,6 +377,7 @@ service WorkflowService {
357
377
4: shared.ServiceBusyError serviceBusyError ,
358
378
5: shared.DomainNotActiveError domainNotActiveError ,
359
379
6: shared.LimitExceededError limitExceededError ,
380
+ 7: shared.ClientVersionNotSupportedError clientVersionNotSupportedError ,
360
381
)
361
382
362
383
/**
@@ -375,6 +396,22 @@ service WorkflowService {
375
396
5: shared.DomainNotActiveError domainNotActiveError ,
376
397
6: shared.LimitExceededError limitExceededError ,
377
398
7: shared.WorkflowExecutionAlreadyStartedError workflowAlreadyStartedError ,
399
+ 8: shared.ClientVersionNotSupportedError clientVersionNotSupportedError ,
400
+ )
401
+
402
+ /**
403
+ * ResetWorkflowExecution reset an existing workflow execution to DecisionTaskCompleted event(exclusive).
404
+ * And it will immediately terminating the current execution instance.
405
+ **/
406
+ shared.ResetWorkflowExecutionResponse ResetWorkflowExecution (1: shared.ResetWorkflowExecutionRequest resetRequest )
407
+ throws (
408
+ 1: shared.BadRequestError badRequestError ,
409
+ 2: shared.InternalServiceError internalServiceError ,
410
+ 3: shared.EntityNotExistsError entityNotExistError ,
411
+ 4: shared.ServiceBusyError serviceBusyError ,
412
+ 5: shared.DomainNotActiveError domainNotActiveError ,
413
+ 6: shared.LimitExceededError limitExceededError ,
414
+ 7: shared.ClientVersionNotSupportedError clientVersionNotSupportedError ,
378
415
)
379
416
380
417
/**
@@ -389,6 +426,7 @@ service WorkflowService {
389
426
4: shared.ServiceBusyError serviceBusyError ,
390
427
5: shared.DomainNotActiveError domainNotActiveError ,
391
428
6: shared.LimitExceededError limitExceededError ,
429
+ 7: shared.ClientVersionNotSupportedError clientVersionNotSupportedError ,
392
430
)
393
431
394
432
/**
@@ -401,6 +439,7 @@ service WorkflowService {
401
439
3: shared.EntityNotExistsError entityNotExistError ,
402
440
4: shared.ServiceBusyError serviceBusyError ,
403
441
5: shared.LimitExceededError limitExceededError ,
442
+ 6: shared.ClientVersionNotSupportedError clientVersionNotSupportedError ,
404
443
)
405
444
406
445
/**
@@ -412,6 +451,53 @@ service WorkflowService {
412
451
2: shared.InternalServiceError internalServiceError ,
413
452
3: shared.EntityNotExistsError entityNotExistError ,
414
453
4: shared.ServiceBusyError serviceBusyError ,
454
+ 5: shared.ClientVersionNotSupportedError clientVersionNotSupportedError ,
455
+ )
456
+
457
+ /**
458
+ * ListWorkflowExecutions is a visibility API to list workflow executions in a specific domain.
459
+ **/
460
+ shared.ListWorkflowExecutionsResponse ListWorkflowExecutions (1: shared.ListWorkflowExecutionsRequest listRequest )
461
+ throws (
462
+ 1: shared.BadRequestError badRequestError ,
463
+ 2: shared.InternalServiceError internalServiceError ,
464
+ 3: shared.EntityNotExistsError entityNotExistError ,
465
+ 4: shared.ServiceBusyError serviceBusyError ,
466
+ 5: shared.ClientVersionNotSupportedError clientVersionNotSupportedError ,
467
+ )
468
+
469
+ /**
470
+ * ScanWorkflowExecutions is a visibility API to list large amount of workflow executions in a specific domain without order.
471
+ **/
472
+ shared.ListWorkflowExecutionsResponse ScanWorkflowExecutions (1: shared.ListWorkflowExecutionsRequest listRequest )
473
+ throws (
474
+ 1: shared.BadRequestError badRequestError ,
475
+ 2: shared.InternalServiceError internalServiceError ,
476
+ 3: shared.EntityNotExistsError entityNotExistError ,
477
+ 4: shared.ServiceBusyError serviceBusyError ,
478
+ 5: shared.ClientVersionNotSupportedError clientVersionNotSupportedError ,
479
+ )
480
+
481
+ /**
482
+ * CountWorkflowExecutions is a visibility API to count of workflow executions in a specific domain.
483
+ **/
484
+ shared.CountWorkflowExecutionsResponse CountWorkflowExecutions (1: shared.CountWorkflowExecutionsRequest countRequest )
485
+ throws (
486
+ 1: shared.BadRequestError badRequestError ,
487
+ 2: shared.InternalServiceError internalServiceError ,
488
+ 3: shared.EntityNotExistsError entityNotExistError ,
489
+ 4: shared.ServiceBusyError serviceBusyError ,
490
+ 5: shared.ClientVersionNotSupportedError clientVersionNotSupportedError ,
491
+ )
492
+
493
+ /**
494
+ * GetSearchAttributes is a visibility API to get all legal keys that could be used in list APIs
495
+ **/
496
+ shared.GetSearchAttributesResponse GetSearchAttributes ()
497
+ throws (
498
+ 1: shared.InternalServiceError internalServiceError ,
499
+ 2: shared.ServiceBusyError serviceBusyError ,
500
+ 3: shared.ClientVersionNotSupportedError clientVersionNotSupportedError ,
415
501
)
416
502
417
503
/**
@@ -427,6 +513,7 @@ service WorkflowService {
427
513
4: shared.LimitExceededError limitExceededError ,
428
514
5: shared.ServiceBusyError serviceBusyError ,
429
515
6: shared.DomainNotActiveError domainNotActiveError ,
516
+ 7: shared.ClientVersionNotSupportedError clientVersionNotSupportedError ,
430
517
)
431
518
432
519
/**
@@ -446,6 +533,7 @@ service WorkflowService {
446
533
4: shared.LimitExceededError limitExceededError ,
447
534
5: shared.ServiceBusyError serviceBusyError ,
448
535
6: shared.DomainNotActiveError domainNotActiveError ,
536
+ 7: shared.ClientVersionNotSupportedError clientVersionNotSupportedError ,
449
537
)
450
538
451
539
/**
@@ -459,6 +547,7 @@ service WorkflowService {
459
547
4: shared.QueryFailedError queryFailedError ,
460
548
5: shared.LimitExceededError limitExceededError ,
461
549
6: shared.ServiceBusyError serviceBusyError ,
550
+ 7: shared.ClientVersionNotSupportedError clientVersionNotSupportedError ,
462
551
)
463
552
464
553
/**
@@ -471,6 +560,7 @@ service WorkflowService {
471
560
3: shared.EntityNotExistsError entityNotExistError ,
472
561
4: shared.LimitExceededError limitExceededError ,
473
562
5: shared.ServiceBusyError serviceBusyError ,
563
+ 6: shared.ClientVersionNotSupportedError clientVersionNotSupportedError ,
474
564
)
475
565
476
566
/**
@@ -484,6 +574,7 @@ service WorkflowService {
484
574
3: shared.EntityNotExistsError entityNotExistError ,
485
575
4: shared.LimitExceededError limitExceededError ,
486
576
5: shared.ServiceBusyError serviceBusyError ,
577
+ 6: shared.ClientVersionNotSupportedError clientVersionNotSupportedError ,
487
578
)
488
579
489
580
}
0 commit comments