@temporalio/proto 1.12.1 → 1.12.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/protos/json-module.js +591 -52
- package/protos/root.d.ts +1781 -154
package/protos/json-module.js
CHANGED
|
@@ -910,7 +910,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
910
910
|
oneof: [
|
|
911
911
|
"operationToken",
|
|
912
912
|
"startedSync",
|
|
913
|
-
"
|
|
913
|
+
"failed"
|
|
914
914
|
]
|
|
915
915
|
}
|
|
916
916
|
},
|
|
@@ -927,7 +927,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
927
927
|
type: "bool",
|
|
928
928
|
id: 3
|
|
929
929
|
},
|
|
930
|
-
|
|
930
|
+
failed: {
|
|
931
931
|
type: "temporal.api.failure.v1.Failure",
|
|
932
932
|
id: 4
|
|
933
933
|
}
|
|
@@ -2083,7 +2083,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
2083
2083
|
},
|
|
2084
2084
|
resetReapplyType: {
|
|
2085
2085
|
type: "temporal.api.enums.v1.ResetReapplyType",
|
|
2086
|
-
id: 10
|
|
2086
|
+
id: 10,
|
|
2087
|
+
options: {
|
|
2088
|
+
deprecated: true
|
|
2089
|
+
}
|
|
2087
2090
|
},
|
|
2088
2091
|
currentRunOnly: {
|
|
2089
2092
|
type: "bool",
|
|
@@ -2333,6 +2336,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
2333
2336
|
APPLICATION_ERROR_CATEGORY_BENIGN: 1
|
|
2334
2337
|
}
|
|
2335
2338
|
},
|
|
2339
|
+
WorkerStatus: {
|
|
2340
|
+
values: {
|
|
2341
|
+
WORKER_STATUS_UNSPECIFIED: 0,
|
|
2342
|
+
WORKER_STATUS_RUNNING: 1,
|
|
2343
|
+
WORKER_STATUS_SHUTTING_DOWN: 2,
|
|
2344
|
+
WORKER_STATUS_SHUTDOWN: 3
|
|
2345
|
+
}
|
|
2346
|
+
},
|
|
2336
2347
|
EventType: {
|
|
2337
2348
|
values: {
|
|
2338
2349
|
EVENT_TYPE_UNSPECIFIED: 0,
|
|
@@ -2620,7 +2631,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
2620
2631
|
WORKFLOW_TASK_FAILED_CAUSE_BAD_SCHEDULE_NEXUS_OPERATION_ATTRIBUTES: 32,
|
|
2621
2632
|
WORKFLOW_TASK_FAILED_CAUSE_PENDING_NEXUS_OPERATIONS_LIMIT_EXCEEDED: 33,
|
|
2622
2633
|
WORKFLOW_TASK_FAILED_CAUSE_BAD_REQUEST_CANCEL_NEXUS_OPERATION_ATTRIBUTES: 34,
|
|
2623
|
-
WORKFLOW_TASK_FAILED_CAUSE_FEATURE_DISABLED: 35
|
|
2634
|
+
WORKFLOW_TASK_FAILED_CAUSE_FEATURE_DISABLED: 35,
|
|
2635
|
+
WORKFLOW_TASK_FAILED_CAUSE_GRPC_MESSAGE_TOO_LARGE: 36
|
|
2624
2636
|
}
|
|
2625
2637
|
},
|
|
2626
2638
|
StartChildWorkflowExecutionFailedCause: {
|
|
@@ -2741,6 +2753,16 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
2741
2753
|
WORKER_VERSIONING_MODE_VERSIONED: 2
|
|
2742
2754
|
}
|
|
2743
2755
|
},
|
|
2756
|
+
WorkerDeploymentVersionStatus: {
|
|
2757
|
+
values: {
|
|
2758
|
+
WORKER_DEPLOYMENT_VERSION_STATUS_UNSPECIFIED: 0,
|
|
2759
|
+
WORKER_DEPLOYMENT_VERSION_STATUS_INACTIVE: 1,
|
|
2760
|
+
WORKER_DEPLOYMENT_VERSION_STATUS_CURRENT: 2,
|
|
2761
|
+
WORKER_DEPLOYMENT_VERSION_STATUS_RAMPING: 3,
|
|
2762
|
+
WORKER_DEPLOYMENT_VERSION_STATUS_DRAINING: 4,
|
|
2763
|
+
WORKER_DEPLOYMENT_VERSION_STATUS_DRAINED: 5
|
|
2764
|
+
}
|
|
2765
|
+
},
|
|
2744
2766
|
CommandType: {
|
|
2745
2767
|
values: {
|
|
2746
2768
|
COMMAND_TYPE_UNSPECIFIED: 0,
|
|
@@ -2929,7 +2951,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
2929
2951
|
},
|
|
2930
2952
|
operationId: {
|
|
2931
2953
|
type: "string",
|
|
2932
|
-
id: 5
|
|
2954
|
+
id: 5,
|
|
2955
|
+
options: {
|
|
2956
|
+
deprecated: true
|
|
2957
|
+
}
|
|
2933
2958
|
},
|
|
2934
2959
|
operationToken: {
|
|
2935
2960
|
type: "string",
|
|
@@ -3295,7 +3320,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
3295
3320
|
},
|
|
3296
3321
|
operationId: {
|
|
3297
3322
|
type: "string",
|
|
3298
|
-
id: 3
|
|
3323
|
+
id: 3,
|
|
3324
|
+
options: {
|
|
3325
|
+
deprecated: true
|
|
3326
|
+
}
|
|
3299
3327
|
},
|
|
3300
3328
|
operationToken: {
|
|
3301
3329
|
type: "string",
|
|
@@ -3374,7 +3402,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
3374
3402
|
fields: {
|
|
3375
3403
|
operationId: {
|
|
3376
3404
|
type: "string",
|
|
3377
|
-
id: 1
|
|
3405
|
+
id: 1,
|
|
3406
|
+
options: {
|
|
3407
|
+
deprecated: true
|
|
3408
|
+
}
|
|
3378
3409
|
},
|
|
3379
3410
|
links: {
|
|
3380
3411
|
rule: "repeated",
|
|
@@ -3970,6 +4001,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
3970
4001
|
deploymentOptions: {
|
|
3971
4002
|
type: "temporal.api.deployment.v1.WorkerDeploymentOptions",
|
|
3972
4003
|
id: 6
|
|
4004
|
+
},
|
|
4005
|
+
workerHeartbeat: {
|
|
4006
|
+
type: "temporal.api.worker.v1.WorkerHeartbeat",
|
|
4007
|
+
id: 7
|
|
3973
4008
|
}
|
|
3974
4009
|
}
|
|
3975
4010
|
},
|
|
@@ -4239,6 +4274,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
4239
4274
|
deploymentOptions: {
|
|
4240
4275
|
type: "temporal.api.deployment.v1.WorkerDeploymentOptions",
|
|
4241
4276
|
id: 6
|
|
4277
|
+
},
|
|
4278
|
+
workerHeartbeat: {
|
|
4279
|
+
type: "temporal.api.worker.v1.WorkerHeartbeat",
|
|
4280
|
+
id: 7
|
|
4242
4281
|
}
|
|
4243
4282
|
}
|
|
4244
4283
|
},
|
|
@@ -4706,7 +4745,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
4706
4745
|
},
|
|
4707
4746
|
control: {
|
|
4708
4747
|
type: "string",
|
|
4709
|
-
id: 7
|
|
4748
|
+
id: 7,
|
|
4749
|
+
options: {
|
|
4750
|
+
deprecated: true
|
|
4751
|
+
}
|
|
4710
4752
|
},
|
|
4711
4753
|
header: {
|
|
4712
4754
|
type: "temporal.api.common.v1.Header",
|
|
@@ -4788,7 +4830,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
4788
4830
|
},
|
|
4789
4831
|
control: {
|
|
4790
4832
|
type: "string",
|
|
4791
|
-
id: 14
|
|
4833
|
+
id: 14,
|
|
4834
|
+
options: {
|
|
4835
|
+
deprecated: true
|
|
4836
|
+
}
|
|
4792
4837
|
},
|
|
4793
4838
|
retryPolicy: {
|
|
4794
4839
|
type: "temporal.api.common.v1.RetryPolicy",
|
|
@@ -4875,7 +4920,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
4875
4920
|
},
|
|
4876
4921
|
resetReapplyType: {
|
|
4877
4922
|
type: "temporal.api.enums.v1.ResetReapplyType",
|
|
4878
|
-
id: 6
|
|
4923
|
+
id: 6,
|
|
4924
|
+
options: {
|
|
4925
|
+
deprecated: true
|
|
4926
|
+
}
|
|
4879
4927
|
},
|
|
4880
4928
|
resetReapplyExcludeTypes: {
|
|
4881
4929
|
rule: "repeated",
|
|
@@ -4886,6 +4934,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
4886
4934
|
rule: "repeated",
|
|
4887
4935
|
type: "temporal.api.workflow.v1.PostResetOperation",
|
|
4888
4936
|
id: 8
|
|
4937
|
+
},
|
|
4938
|
+
identity: {
|
|
4939
|
+
type: "string",
|
|
4940
|
+
id: 9
|
|
4889
4941
|
}
|
|
4890
4942
|
}
|
|
4891
4943
|
},
|
|
@@ -5227,6 +5279,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
5227
5279
|
failure: {
|
|
5228
5280
|
type: "temporal.api.failure.v1.Failure",
|
|
5229
5281
|
id: 7
|
|
5282
|
+
},
|
|
5283
|
+
cause: {
|
|
5284
|
+
type: "temporal.api.enums.v1.WorkflowTaskFailedCause",
|
|
5285
|
+
id: 8
|
|
5230
5286
|
}
|
|
5231
5287
|
},
|
|
5232
5288
|
reserved: [
|
|
@@ -5271,6 +5327,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
5271
5327
|
reason: {
|
|
5272
5328
|
type: "string",
|
|
5273
5329
|
id: 4
|
|
5330
|
+
},
|
|
5331
|
+
workerHeartbeat: {
|
|
5332
|
+
type: "temporal.api.worker.v1.WorkerHeartbeat",
|
|
5333
|
+
id: 5
|
|
5274
5334
|
}
|
|
5275
5335
|
}
|
|
5276
5336
|
},
|
|
@@ -5375,34 +5435,52 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
5375
5435
|
type: "temporal.api.enums.v1.TaskQueueType",
|
|
5376
5436
|
id: 3
|
|
5377
5437
|
},
|
|
5438
|
+
reportStats: {
|
|
5439
|
+
type: "bool",
|
|
5440
|
+
id: 8
|
|
5441
|
+
},
|
|
5378
5442
|
includeTaskQueueStatus: {
|
|
5379
5443
|
type: "bool",
|
|
5380
|
-
id: 4
|
|
5444
|
+
id: 4,
|
|
5445
|
+
options: {
|
|
5446
|
+
deprecated: true
|
|
5447
|
+
}
|
|
5381
5448
|
},
|
|
5382
5449
|
apiMode: {
|
|
5383
5450
|
type: "temporal.api.enums.v1.DescribeTaskQueueMode",
|
|
5384
|
-
id: 5
|
|
5451
|
+
id: 5,
|
|
5452
|
+
options: {
|
|
5453
|
+
deprecated: true
|
|
5454
|
+
}
|
|
5385
5455
|
},
|
|
5386
5456
|
versions: {
|
|
5387
5457
|
type: "temporal.api.taskqueue.v1.TaskQueueVersionSelection",
|
|
5388
|
-
id: 6
|
|
5458
|
+
id: 6,
|
|
5459
|
+
options: {
|
|
5460
|
+
deprecated: true
|
|
5461
|
+
}
|
|
5389
5462
|
},
|
|
5390
5463
|
taskQueueTypes: {
|
|
5391
5464
|
rule: "repeated",
|
|
5392
5465
|
type: "temporal.api.enums.v1.TaskQueueType",
|
|
5393
|
-
id: 7
|
|
5394
|
-
|
|
5395
|
-
|
|
5396
|
-
|
|
5397
|
-
id: 8
|
|
5466
|
+
id: 7,
|
|
5467
|
+
options: {
|
|
5468
|
+
deprecated: true
|
|
5469
|
+
}
|
|
5398
5470
|
},
|
|
5399
5471
|
reportPollers: {
|
|
5400
5472
|
type: "bool",
|
|
5401
|
-
id: 9
|
|
5473
|
+
id: 9,
|
|
5474
|
+
options: {
|
|
5475
|
+
deprecated: true
|
|
5476
|
+
}
|
|
5402
5477
|
},
|
|
5403
5478
|
reportTaskReachability: {
|
|
5404
5479
|
type: "bool",
|
|
5405
|
-
id: 10
|
|
5480
|
+
id: 10,
|
|
5481
|
+
options: {
|
|
5482
|
+
deprecated: true
|
|
5483
|
+
}
|
|
5406
5484
|
}
|
|
5407
5485
|
}
|
|
5408
5486
|
},
|
|
@@ -5413,18 +5491,28 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
5413
5491
|
type: "temporal.api.taskqueue.v1.PollerInfo",
|
|
5414
5492
|
id: 1
|
|
5415
5493
|
},
|
|
5494
|
+
stats: {
|
|
5495
|
+
type: "temporal.api.taskqueue.v1.TaskQueueStats",
|
|
5496
|
+
id: 5
|
|
5497
|
+
},
|
|
5498
|
+
versioningInfo: {
|
|
5499
|
+
type: "temporal.api.taskqueue.v1.TaskQueueVersioningInfo",
|
|
5500
|
+
id: 4
|
|
5501
|
+
},
|
|
5416
5502
|
taskQueueStatus: {
|
|
5417
5503
|
type: "temporal.api.taskqueue.v1.TaskQueueStatus",
|
|
5418
|
-
id: 2
|
|
5504
|
+
id: 2,
|
|
5505
|
+
options: {
|
|
5506
|
+
deprecated: true
|
|
5507
|
+
}
|
|
5419
5508
|
},
|
|
5420
5509
|
versionsInfo: {
|
|
5421
5510
|
keyType: "string",
|
|
5422
5511
|
type: "temporal.api.taskqueue.v1.TaskQueueVersionInfo",
|
|
5423
|
-
id: 3
|
|
5424
|
-
|
|
5425
|
-
|
|
5426
|
-
|
|
5427
|
-
id: 4
|
|
5512
|
+
id: 3,
|
|
5513
|
+
options: {
|
|
5514
|
+
deprecated: true
|
|
5515
|
+
}
|
|
5428
5516
|
}
|
|
5429
5517
|
}
|
|
5430
5518
|
},
|
|
@@ -6385,6 +6473,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
6385
6473
|
deploymentOptions: {
|
|
6386
6474
|
type: "temporal.api.deployment.v1.WorkerDeploymentOptions",
|
|
6387
6475
|
id: 6
|
|
6476
|
+
},
|
|
6477
|
+
workerHeartbeat: {
|
|
6478
|
+
rule: "repeated",
|
|
6479
|
+
type: "temporal.api.worker.v1.WorkerHeartbeat",
|
|
6480
|
+
id: 7
|
|
6388
6481
|
}
|
|
6389
6482
|
}
|
|
6390
6483
|
},
|
|
@@ -6553,6 +6646,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
6553
6646
|
type: {
|
|
6554
6647
|
type: "string",
|
|
6555
6648
|
id: 7
|
|
6649
|
+
},
|
|
6650
|
+
restoreOriginal: {
|
|
6651
|
+
type: "bool",
|
|
6652
|
+
id: 8
|
|
6556
6653
|
}
|
|
6557
6654
|
}
|
|
6558
6655
|
},
|
|
@@ -6696,6 +6793,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
6696
6793
|
jitter: {
|
|
6697
6794
|
type: "google.protobuf.Duration",
|
|
6698
6795
|
id: 8
|
|
6796
|
+
},
|
|
6797
|
+
restoreOriginalOptions: {
|
|
6798
|
+
type: "bool",
|
|
6799
|
+
id: 9
|
|
6699
6800
|
}
|
|
6700
6801
|
}
|
|
6701
6802
|
},
|
|
@@ -6766,6 +6867,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
6766
6867
|
deploymentVersion: {
|
|
6767
6868
|
type: "temporal.api.deployment.v1.WorkerDeploymentVersion",
|
|
6768
6869
|
id: 3
|
|
6870
|
+
},
|
|
6871
|
+
reportTaskQueueStats: {
|
|
6872
|
+
type: "bool",
|
|
6873
|
+
id: 4
|
|
6769
6874
|
}
|
|
6770
6875
|
}
|
|
6771
6876
|
},
|
|
@@ -6774,6 +6879,29 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
6774
6879
|
workerDeploymentVersionInfo: {
|
|
6775
6880
|
type: "temporal.api.deployment.v1.WorkerDeploymentVersionInfo",
|
|
6776
6881
|
id: 1
|
|
6882
|
+
},
|
|
6883
|
+
versionTaskQueues: {
|
|
6884
|
+
rule: "repeated",
|
|
6885
|
+
type: "VersionTaskQueue",
|
|
6886
|
+
id: 2
|
|
6887
|
+
}
|
|
6888
|
+
},
|
|
6889
|
+
nested: {
|
|
6890
|
+
VersionTaskQueue: {
|
|
6891
|
+
fields: {
|
|
6892
|
+
name: {
|
|
6893
|
+
type: "string",
|
|
6894
|
+
id: 1
|
|
6895
|
+
},
|
|
6896
|
+
type: {
|
|
6897
|
+
type: "temporal.api.enums.v1.TaskQueueType",
|
|
6898
|
+
id: 2
|
|
6899
|
+
},
|
|
6900
|
+
stats: {
|
|
6901
|
+
type: "temporal.api.taskqueue.v1.TaskQueueStats",
|
|
6902
|
+
id: 3
|
|
6903
|
+
}
|
|
6904
|
+
}
|
|
6777
6905
|
}
|
|
6778
6906
|
}
|
|
6779
6907
|
},
|
|
@@ -7024,6 +7152,18 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
7024
7152
|
routingConfig: {
|
|
7025
7153
|
type: "temporal.api.deployment.v1.RoutingConfig",
|
|
7026
7154
|
id: 3
|
|
7155
|
+
},
|
|
7156
|
+
latestVersionSummary: {
|
|
7157
|
+
type: "temporal.api.deployment.v1.WorkerDeploymentInfo.WorkerDeploymentVersionSummary",
|
|
7158
|
+
id: 4
|
|
7159
|
+
},
|
|
7160
|
+
currentVersionSummary: {
|
|
7161
|
+
type: "temporal.api.deployment.v1.WorkerDeploymentInfo.WorkerDeploymentVersionSummary",
|
|
7162
|
+
id: 5
|
|
7163
|
+
},
|
|
7164
|
+
rampingVersionSummary: {
|
|
7165
|
+
type: "temporal.api.deployment.v1.WorkerDeploymentInfo.WorkerDeploymentVersionSummary",
|
|
7166
|
+
id: 6
|
|
7027
7167
|
}
|
|
7028
7168
|
}
|
|
7029
7169
|
}
|
|
@@ -7104,6 +7244,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
7104
7244
|
rule: "repeated",
|
|
7105
7245
|
type: "string",
|
|
7106
7246
|
id: 4
|
|
7247
|
+
},
|
|
7248
|
+
identity: {
|
|
7249
|
+
type: "string",
|
|
7250
|
+
id: 6
|
|
7107
7251
|
}
|
|
7108
7252
|
}
|
|
7109
7253
|
},
|
|
@@ -7303,6 +7447,59 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
7303
7447
|
}
|
|
7304
7448
|
}
|
|
7305
7449
|
},
|
|
7450
|
+
RecordWorkerHeartbeatRequest: {
|
|
7451
|
+
fields: {
|
|
7452
|
+
namespace: {
|
|
7453
|
+
type: "string",
|
|
7454
|
+
id: 1
|
|
7455
|
+
},
|
|
7456
|
+
identity: {
|
|
7457
|
+
type: "string",
|
|
7458
|
+
id: 2
|
|
7459
|
+
},
|
|
7460
|
+
workerHeartbeat: {
|
|
7461
|
+
rule: "repeated",
|
|
7462
|
+
type: "temporal.api.worker.v1.WorkerHeartbeat",
|
|
7463
|
+
id: 3
|
|
7464
|
+
}
|
|
7465
|
+
}
|
|
7466
|
+
},
|
|
7467
|
+
RecordWorkerHeartbeatResponse: {
|
|
7468
|
+
fields: {}
|
|
7469
|
+
},
|
|
7470
|
+
ListWorkersRequest: {
|
|
7471
|
+
fields: {
|
|
7472
|
+
namespace: {
|
|
7473
|
+
type: "string",
|
|
7474
|
+
id: 1
|
|
7475
|
+
},
|
|
7476
|
+
pageSize: {
|
|
7477
|
+
type: "int32",
|
|
7478
|
+
id: 2
|
|
7479
|
+
},
|
|
7480
|
+
nextPageToken: {
|
|
7481
|
+
type: "bytes",
|
|
7482
|
+
id: 3
|
|
7483
|
+
},
|
|
7484
|
+
query: {
|
|
7485
|
+
type: "string",
|
|
7486
|
+
id: 4
|
|
7487
|
+
}
|
|
7488
|
+
}
|
|
7489
|
+
},
|
|
7490
|
+
ListWorkersResponse: {
|
|
7491
|
+
fields: {
|
|
7492
|
+
workersInfo: {
|
|
7493
|
+
rule: "repeated",
|
|
7494
|
+
type: "temporal.api.worker.v1.WorkerInfo",
|
|
7495
|
+
id: 1
|
|
7496
|
+
},
|
|
7497
|
+
nextPageToken: {
|
|
7498
|
+
type: "bytes",
|
|
7499
|
+
id: 2
|
|
7500
|
+
}
|
|
7501
|
+
}
|
|
7502
|
+
},
|
|
7306
7503
|
WorkflowService: {
|
|
7307
7504
|
methods: {
|
|
7308
7505
|
RegisterNamespace: {
|
|
@@ -8730,6 +8927,46 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
8730
8927
|
}
|
|
8731
8928
|
}
|
|
8732
8929
|
]
|
|
8930
|
+
},
|
|
8931
|
+
RecordWorkerHeartbeat: {
|
|
8932
|
+
requestType: "RecordWorkerHeartbeatRequest",
|
|
8933
|
+
responseType: "RecordWorkerHeartbeatResponse",
|
|
8934
|
+
options: {
|
|
8935
|
+
"(google.api.http).post": "/namespaces/{namespace}/workers/heartbeat",
|
|
8936
|
+
"(google.api.http).body": "*",
|
|
8937
|
+
"(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/workers/heartbeat",
|
|
8938
|
+
"(google.api.http).additional_bindings.body": "*"
|
|
8939
|
+
},
|
|
8940
|
+
parsedOptions: [
|
|
8941
|
+
{
|
|
8942
|
+
"(google.api.http)": {
|
|
8943
|
+
post: "/namespaces/{namespace}/workers/heartbeat",
|
|
8944
|
+
body: "*",
|
|
8945
|
+
additional_bindings: {
|
|
8946
|
+
post: "/api/v1/namespaces/{namespace}/workers/heartbeat",
|
|
8947
|
+
body: "*"
|
|
8948
|
+
}
|
|
8949
|
+
}
|
|
8950
|
+
}
|
|
8951
|
+
]
|
|
8952
|
+
},
|
|
8953
|
+
ListWorkers: {
|
|
8954
|
+
requestType: "ListWorkersRequest",
|
|
8955
|
+
responseType: "ListWorkersResponse",
|
|
8956
|
+
options: {
|
|
8957
|
+
"(google.api.http).get": "/namespaces/{namespace}/workers",
|
|
8958
|
+
"(google.api.http).additional_bindings.get": "/api/v1/namespaces/{namespace}/workers"
|
|
8959
|
+
},
|
|
8960
|
+
parsedOptions: [
|
|
8961
|
+
{
|
|
8962
|
+
"(google.api.http)": {
|
|
8963
|
+
get: "/namespaces/{namespace}/workers",
|
|
8964
|
+
additional_bindings: {
|
|
8965
|
+
get: "/api/v1/namespaces/{namespace}/workers"
|
|
8966
|
+
}
|
|
8967
|
+
}
|
|
8968
|
+
}
|
|
8969
|
+
]
|
|
8733
8970
|
}
|
|
8734
8971
|
}
|
|
8735
8972
|
}
|
|
@@ -9234,6 +9471,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
9234
9471
|
deprecated: true
|
|
9235
9472
|
}
|
|
9236
9473
|
},
|
|
9474
|
+
status: {
|
|
9475
|
+
type: "temporal.api.enums.v1.WorkerDeploymentVersionStatus",
|
|
9476
|
+
id: 14
|
|
9477
|
+
},
|
|
9237
9478
|
deploymentVersion: {
|
|
9238
9479
|
type: "WorkerDeploymentVersion",
|
|
9239
9480
|
id: 11
|
|
@@ -9258,6 +9499,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
9258
9499
|
type: "google.protobuf.Timestamp",
|
|
9259
9500
|
id: 6
|
|
9260
9501
|
},
|
|
9502
|
+
firstActivationTime: {
|
|
9503
|
+
type: "google.protobuf.Timestamp",
|
|
9504
|
+
id: 12
|
|
9505
|
+
},
|
|
9506
|
+
lastDeactivationTime: {
|
|
9507
|
+
type: "google.protobuf.Timestamp",
|
|
9508
|
+
id: 13
|
|
9509
|
+
},
|
|
9261
9510
|
rampPercentage: {
|
|
9262
9511
|
type: "float",
|
|
9263
9512
|
id: 7
|
|
@@ -9341,6 +9590,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
9341
9590
|
deprecated: true
|
|
9342
9591
|
}
|
|
9343
9592
|
},
|
|
9593
|
+
status: {
|
|
9594
|
+
type: "temporal.api.enums.v1.WorkerDeploymentVersionStatus",
|
|
9595
|
+
id: 11
|
|
9596
|
+
},
|
|
9344
9597
|
deploymentVersion: {
|
|
9345
9598
|
type: "WorkerDeploymentVersion",
|
|
9346
9599
|
id: 4
|
|
@@ -9352,6 +9605,30 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
9352
9605
|
drainageStatus: {
|
|
9353
9606
|
type: "enums.v1.VersionDrainageStatus",
|
|
9354
9607
|
id: 3
|
|
9608
|
+
},
|
|
9609
|
+
drainageInfo: {
|
|
9610
|
+
type: "VersionDrainageInfo",
|
|
9611
|
+
id: 5
|
|
9612
|
+
},
|
|
9613
|
+
currentSinceTime: {
|
|
9614
|
+
type: "google.protobuf.Timestamp",
|
|
9615
|
+
id: 6
|
|
9616
|
+
},
|
|
9617
|
+
rampingSinceTime: {
|
|
9618
|
+
type: "google.protobuf.Timestamp",
|
|
9619
|
+
id: 7
|
|
9620
|
+
},
|
|
9621
|
+
routingUpdateTime: {
|
|
9622
|
+
type: "google.protobuf.Timestamp",
|
|
9623
|
+
id: 8
|
|
9624
|
+
},
|
|
9625
|
+
firstActivationTime: {
|
|
9626
|
+
type: "google.protobuf.Timestamp",
|
|
9627
|
+
id: 9
|
|
9628
|
+
},
|
|
9629
|
+
lastDeactivationTime: {
|
|
9630
|
+
type: "google.protobuf.Timestamp",
|
|
9631
|
+
id: 10
|
|
9355
9632
|
}
|
|
9356
9633
|
}
|
|
9357
9634
|
}
|
|
@@ -9552,7 +9829,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
9552
9829
|
},
|
|
9553
9830
|
sourceVersionStamp: {
|
|
9554
9831
|
type: "temporal.api.common.v1.WorkerVersionStamp",
|
|
9555
|
-
id: 29
|
|
9832
|
+
id: 29,
|
|
9833
|
+
options: {
|
|
9834
|
+
deprecated: true
|
|
9835
|
+
}
|
|
9556
9836
|
},
|
|
9557
9837
|
completionCallbacks: {
|
|
9558
9838
|
rule: "repeated",
|
|
@@ -9565,7 +9845,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
9565
9845
|
},
|
|
9566
9846
|
inheritedBuildId: {
|
|
9567
9847
|
type: "string",
|
|
9568
|
-
id: 32
|
|
9848
|
+
id: 32,
|
|
9849
|
+
options: {
|
|
9850
|
+
deprecated: true
|
|
9851
|
+
}
|
|
9569
9852
|
},
|
|
9570
9853
|
versioningOverride: {
|
|
9571
9854
|
type: "temporal.api.workflow.v1.VersioningOverride",
|
|
@@ -9578,15 +9861,22 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
9578
9861
|
deprecated: true
|
|
9579
9862
|
}
|
|
9580
9863
|
},
|
|
9581
|
-
parentPinnedDeploymentVersion: {
|
|
9582
|
-
type: "temporal.api.deployment.v1.WorkerDeploymentVersion",
|
|
9583
|
-
id: 36
|
|
9584
|
-
},
|
|
9585
9864
|
priority: {
|
|
9586
9865
|
type: "temporal.api.common.v1.Priority",
|
|
9587
9866
|
id: 35
|
|
9867
|
+
},
|
|
9868
|
+
inheritedPinnedVersion: {
|
|
9869
|
+
type: "temporal.api.deployment.v1.WorkerDeploymentVersion",
|
|
9870
|
+
id: 37
|
|
9588
9871
|
}
|
|
9589
|
-
}
|
|
9872
|
+
},
|
|
9873
|
+
reserved: [
|
|
9874
|
+
[
|
|
9875
|
+
36,
|
|
9876
|
+
36
|
|
9877
|
+
],
|
|
9878
|
+
"parent_pinned_deployment_version"
|
|
9879
|
+
]
|
|
9590
9880
|
},
|
|
9591
9881
|
WorkflowExecutionCompletedEventAttributes: {
|
|
9592
9882
|
fields: {
|
|
@@ -9676,7 +9966,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
9676
9966
|
},
|
|
9677
9967
|
failure: {
|
|
9678
9968
|
type: "temporal.api.failure.v1.Failure",
|
|
9679
|
-
id: 10
|
|
9969
|
+
id: 10,
|
|
9970
|
+
options: {
|
|
9971
|
+
deprecated: true
|
|
9972
|
+
}
|
|
9680
9973
|
},
|
|
9681
9974
|
lastCompletionResult: {
|
|
9682
9975
|
type: "temporal.api.common.v1.Payloads",
|
|
@@ -9696,7 +9989,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
9696
9989
|
},
|
|
9697
9990
|
inheritBuildId: {
|
|
9698
9991
|
type: "bool",
|
|
9699
|
-
id: 15
|
|
9992
|
+
id: 15,
|
|
9993
|
+
options: {
|
|
9994
|
+
deprecated: true
|
|
9995
|
+
}
|
|
9700
9996
|
}
|
|
9701
9997
|
}
|
|
9702
9998
|
},
|
|
@@ -10280,7 +10576,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
10280
10576
|
},
|
|
10281
10577
|
control: {
|
|
10282
10578
|
type: "string",
|
|
10283
|
-
id: 4
|
|
10579
|
+
id: 4,
|
|
10580
|
+
options: {
|
|
10581
|
+
deprecated: true
|
|
10582
|
+
}
|
|
10284
10583
|
},
|
|
10285
10584
|
childWorkflowOnly: {
|
|
10286
10585
|
type: "bool",
|
|
@@ -10320,7 +10619,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
10320
10619
|
},
|
|
10321
10620
|
control: {
|
|
10322
10621
|
type: "string",
|
|
10323
|
-
id: 6
|
|
10622
|
+
id: 6,
|
|
10623
|
+
options: {
|
|
10624
|
+
deprecated: true
|
|
10625
|
+
}
|
|
10324
10626
|
}
|
|
10325
10627
|
}
|
|
10326
10628
|
},
|
|
@@ -10372,7 +10674,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
10372
10674
|
},
|
|
10373
10675
|
control: {
|
|
10374
10676
|
type: "string",
|
|
10375
|
-
id: 6
|
|
10677
|
+
id: 6,
|
|
10678
|
+
options: {
|
|
10679
|
+
deprecated: true
|
|
10680
|
+
}
|
|
10376
10681
|
},
|
|
10377
10682
|
childWorkflowOnly: {
|
|
10378
10683
|
type: "bool",
|
|
@@ -10412,7 +10717,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
10412
10717
|
},
|
|
10413
10718
|
control: {
|
|
10414
10719
|
type: "string",
|
|
10415
|
-
id: 6
|
|
10720
|
+
id: 6,
|
|
10721
|
+
options: {
|
|
10722
|
+
deprecated: true
|
|
10723
|
+
}
|
|
10416
10724
|
}
|
|
10417
10725
|
}
|
|
10418
10726
|
},
|
|
@@ -10436,7 +10744,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
10436
10744
|
},
|
|
10437
10745
|
control: {
|
|
10438
10746
|
type: "string",
|
|
10439
|
-
id: 4
|
|
10747
|
+
id: 4,
|
|
10748
|
+
options: {
|
|
10749
|
+
deprecated: true
|
|
10750
|
+
}
|
|
10440
10751
|
}
|
|
10441
10752
|
}
|
|
10442
10753
|
},
|
|
@@ -10508,7 +10819,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
10508
10819
|
},
|
|
10509
10820
|
control: {
|
|
10510
10821
|
type: "string",
|
|
10511
|
-
id: 10
|
|
10822
|
+
id: 10,
|
|
10823
|
+
options: {
|
|
10824
|
+
deprecated: true
|
|
10825
|
+
}
|
|
10512
10826
|
},
|
|
10513
10827
|
workflowTaskCompletedEventId: {
|
|
10514
10828
|
type: "int64",
|
|
@@ -10540,7 +10854,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
10540
10854
|
},
|
|
10541
10855
|
inheritBuildId: {
|
|
10542
10856
|
type: "bool",
|
|
10543
|
-
id: 19
|
|
10857
|
+
id: 19,
|
|
10858
|
+
options: {
|
|
10859
|
+
deprecated: true
|
|
10860
|
+
}
|
|
10544
10861
|
},
|
|
10545
10862
|
priority: {
|
|
10546
10863
|
type: "temporal.api.common.v1.Priority",
|
|
@@ -10572,7 +10889,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
10572
10889
|
},
|
|
10573
10890
|
control: {
|
|
10574
10891
|
type: "string",
|
|
10575
|
-
id: 5
|
|
10892
|
+
id: 5,
|
|
10893
|
+
options: {
|
|
10894
|
+
deprecated: true
|
|
10895
|
+
}
|
|
10576
10896
|
},
|
|
10577
10897
|
initiatedEventId: {
|
|
10578
10898
|
type: "int64",
|
|
@@ -10950,7 +11270,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
10950
11270
|
},
|
|
10951
11271
|
operationId: {
|
|
10952
11272
|
type: "string",
|
|
10953
|
-
id: 3
|
|
11273
|
+
id: 3,
|
|
11274
|
+
options: {
|
|
11275
|
+
deprecated: true
|
|
11276
|
+
}
|
|
10954
11277
|
},
|
|
10955
11278
|
requestId: {
|
|
10956
11279
|
type: "string",
|
|
@@ -11491,7 +11814,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
11491
11814
|
},
|
|
11492
11815
|
mostRecentWorkerVersionStamp: {
|
|
11493
11816
|
type: "temporal.api.common.v1.WorkerVersionStamp",
|
|
11494
|
-
id: 16
|
|
11817
|
+
id: 16,
|
|
11818
|
+
options: {
|
|
11819
|
+
deprecated: true
|
|
11820
|
+
}
|
|
11495
11821
|
},
|
|
11496
11822
|
executionDuration: {
|
|
11497
11823
|
type: "google.protobuf.Duration",
|
|
@@ -12073,7 +12399,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
12073
12399
|
},
|
|
12074
12400
|
operationId: {
|
|
12075
12401
|
type: "string",
|
|
12076
|
-
id: 4
|
|
12402
|
+
id: 4,
|
|
12403
|
+
options: {
|
|
12404
|
+
deprecated: true
|
|
12405
|
+
}
|
|
12077
12406
|
},
|
|
12078
12407
|
scheduleToCloseTimeout: {
|
|
12079
12408
|
type: "google.protobuf.Duration",
|
|
@@ -12552,7 +12881,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
12552
12881
|
},
|
|
12553
12882
|
control: {
|
|
12554
12883
|
type: "string",
|
|
12555
|
-
id: 4
|
|
12884
|
+
id: 4,
|
|
12885
|
+
options: {
|
|
12886
|
+
deprecated: true
|
|
12887
|
+
}
|
|
12556
12888
|
},
|
|
12557
12889
|
childWorkflowOnly: {
|
|
12558
12890
|
type: "bool",
|
|
@@ -12584,7 +12916,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
12584
12916
|
},
|
|
12585
12917
|
control: {
|
|
12586
12918
|
type: "string",
|
|
12587
|
-
id: 5
|
|
12919
|
+
id: 5,
|
|
12920
|
+
options: {
|
|
12921
|
+
deprecated: true
|
|
12922
|
+
}
|
|
12588
12923
|
},
|
|
12589
12924
|
childWorkflowOnly: {
|
|
12590
12925
|
type: "bool",
|
|
@@ -12693,7 +13028,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
12693
13028
|
},
|
|
12694
13029
|
inheritBuildId: {
|
|
12695
13030
|
type: "bool",
|
|
12696
|
-
id: 15
|
|
13031
|
+
id: 15,
|
|
13032
|
+
options: {
|
|
13033
|
+
deprecated: true
|
|
13034
|
+
}
|
|
12697
13035
|
}
|
|
12698
13036
|
}
|
|
12699
13037
|
},
|
|
@@ -12765,7 +13103,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
12765
13103
|
},
|
|
12766
13104
|
inheritBuildId: {
|
|
12767
13105
|
type: "bool",
|
|
12768
|
-
id: 17
|
|
13106
|
+
id: 17,
|
|
13107
|
+
options: {
|
|
13108
|
+
deprecated: true
|
|
13109
|
+
}
|
|
12769
13110
|
},
|
|
12770
13111
|
priority: {
|
|
12771
13112
|
type: "temporal.api.common.v1.Priority",
|
|
@@ -13654,6 +13995,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
13654
13995
|
overlapPolicy: {
|
|
13655
13996
|
type: "temporal.api.enums.v1.ScheduleOverlapPolicy",
|
|
13656
13997
|
id: 1
|
|
13998
|
+
},
|
|
13999
|
+
scheduledTime: {
|
|
14000
|
+
type: "google.protobuf.Timestamp",
|
|
14001
|
+
id: 2
|
|
13657
14002
|
}
|
|
13658
14003
|
}
|
|
13659
14004
|
},
|
|
@@ -13983,11 +14328,17 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
13983
14328
|
},
|
|
13984
14329
|
resetType: {
|
|
13985
14330
|
type: "temporal.api.enums.v1.ResetType",
|
|
13986
|
-
id: 1
|
|
14331
|
+
id: 1,
|
|
14332
|
+
options: {
|
|
14333
|
+
deprecated: true
|
|
14334
|
+
}
|
|
13987
14335
|
},
|
|
13988
14336
|
resetReapplyType: {
|
|
13989
14337
|
type: "temporal.api.enums.v1.ResetReapplyType",
|
|
13990
|
-
id: 2
|
|
14338
|
+
id: 2,
|
|
14339
|
+
options: {
|
|
14340
|
+
deprecated: true
|
|
14341
|
+
}
|
|
13991
14342
|
},
|
|
13992
14343
|
postResetOperations: {
|
|
13993
14344
|
rule: "repeated",
|
|
@@ -14076,6 +14427,194 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
14076
14427
|
}
|
|
14077
14428
|
}
|
|
14078
14429
|
},
|
|
14430
|
+
worker: {
|
|
14431
|
+
nested: {
|
|
14432
|
+
v1: {
|
|
14433
|
+
options: {
|
|
14434
|
+
go_package: "go.temporal.io/api/worker/v1;worker",
|
|
14435
|
+
java_package: "io.temporal.api.worker.v1",
|
|
14436
|
+
java_multiple_files: true,
|
|
14437
|
+
java_outer_classname: "MessageProto",
|
|
14438
|
+
ruby_package: "Temporalio::Api::Worker::V1",
|
|
14439
|
+
csharp_namespace: "Temporalio.Api.Worker.V1"
|
|
14440
|
+
},
|
|
14441
|
+
nested: {
|
|
14442
|
+
WorkerPollerInfo: {
|
|
14443
|
+
fields: {
|
|
14444
|
+
currentPollers: {
|
|
14445
|
+
type: "int32",
|
|
14446
|
+
id: 1
|
|
14447
|
+
},
|
|
14448
|
+
lastSuccessfulPollTime: {
|
|
14449
|
+
type: "google.protobuf.Timestamp",
|
|
14450
|
+
id: 2
|
|
14451
|
+
},
|
|
14452
|
+
isAutoscaling: {
|
|
14453
|
+
type: "bool",
|
|
14454
|
+
id: 3
|
|
14455
|
+
}
|
|
14456
|
+
}
|
|
14457
|
+
},
|
|
14458
|
+
WorkerSlotsInfo: {
|
|
14459
|
+
fields: {
|
|
14460
|
+
currentAvailableSlots: {
|
|
14461
|
+
type: "int32",
|
|
14462
|
+
id: 1
|
|
14463
|
+
},
|
|
14464
|
+
currentUsedSlots: {
|
|
14465
|
+
type: "int32",
|
|
14466
|
+
id: 2
|
|
14467
|
+
},
|
|
14468
|
+
slotSupplierKind: {
|
|
14469
|
+
type: "string",
|
|
14470
|
+
id: 3
|
|
14471
|
+
},
|
|
14472
|
+
totalProcessedTasks: {
|
|
14473
|
+
type: "int32",
|
|
14474
|
+
id: 4
|
|
14475
|
+
},
|
|
14476
|
+
totalFailedTasks: {
|
|
14477
|
+
type: "int32",
|
|
14478
|
+
id: 5
|
|
14479
|
+
},
|
|
14480
|
+
lastIntervalProcessedTasks: {
|
|
14481
|
+
type: "int32",
|
|
14482
|
+
id: 6
|
|
14483
|
+
},
|
|
14484
|
+
lastIntervalFailureTasks: {
|
|
14485
|
+
type: "int32",
|
|
14486
|
+
id: 7
|
|
14487
|
+
}
|
|
14488
|
+
}
|
|
14489
|
+
},
|
|
14490
|
+
WorkerHostInfo: {
|
|
14491
|
+
fields: {
|
|
14492
|
+
hostName: {
|
|
14493
|
+
type: "string",
|
|
14494
|
+
id: 1
|
|
14495
|
+
},
|
|
14496
|
+
processKey: {
|
|
14497
|
+
type: "string",
|
|
14498
|
+
id: 5
|
|
14499
|
+
},
|
|
14500
|
+
processId: {
|
|
14501
|
+
type: "string",
|
|
14502
|
+
id: 2
|
|
14503
|
+
},
|
|
14504
|
+
currentHostCpuUsage: {
|
|
14505
|
+
type: "float",
|
|
14506
|
+
id: 3
|
|
14507
|
+
},
|
|
14508
|
+
currentHostMemUsage: {
|
|
14509
|
+
type: "float",
|
|
14510
|
+
id: 4
|
|
14511
|
+
}
|
|
14512
|
+
}
|
|
14513
|
+
},
|
|
14514
|
+
WorkerHeartbeat: {
|
|
14515
|
+
fields: {
|
|
14516
|
+
workerInstanceKey: {
|
|
14517
|
+
type: "string",
|
|
14518
|
+
id: 1
|
|
14519
|
+
},
|
|
14520
|
+
workerIdentity: {
|
|
14521
|
+
type: "string",
|
|
14522
|
+
id: 2
|
|
14523
|
+
},
|
|
14524
|
+
hostInfo: {
|
|
14525
|
+
type: "WorkerHostInfo",
|
|
14526
|
+
id: 3
|
|
14527
|
+
},
|
|
14528
|
+
taskQueue: {
|
|
14529
|
+
type: "string",
|
|
14530
|
+
id: 4
|
|
14531
|
+
},
|
|
14532
|
+
deploymentVersion: {
|
|
14533
|
+
type: "temporal.api.deployment.v1.WorkerDeploymentVersion",
|
|
14534
|
+
id: 5
|
|
14535
|
+
},
|
|
14536
|
+
sdkName: {
|
|
14537
|
+
type: "string",
|
|
14538
|
+
id: 6
|
|
14539
|
+
},
|
|
14540
|
+
sdkVersion: {
|
|
14541
|
+
type: "string",
|
|
14542
|
+
id: 7
|
|
14543
|
+
},
|
|
14544
|
+
status: {
|
|
14545
|
+
type: "temporal.api.enums.v1.WorkerStatus",
|
|
14546
|
+
id: 8
|
|
14547
|
+
},
|
|
14548
|
+
startTime: {
|
|
14549
|
+
type: "google.protobuf.Timestamp",
|
|
14550
|
+
id: 9
|
|
14551
|
+
},
|
|
14552
|
+
heartbeatTime: {
|
|
14553
|
+
type: "google.protobuf.Timestamp",
|
|
14554
|
+
id: 10
|
|
14555
|
+
},
|
|
14556
|
+
elapsedSinceLastHeartbeat: {
|
|
14557
|
+
type: "google.protobuf.Duration",
|
|
14558
|
+
id: 11
|
|
14559
|
+
},
|
|
14560
|
+
workflowTaskSlotsInfo: {
|
|
14561
|
+
type: "WorkerSlotsInfo",
|
|
14562
|
+
id: 12
|
|
14563
|
+
},
|
|
14564
|
+
activityTaskSlotsInfo: {
|
|
14565
|
+
type: "WorkerSlotsInfo",
|
|
14566
|
+
id: 13
|
|
14567
|
+
},
|
|
14568
|
+
nexusTaskSlotsInfo: {
|
|
14569
|
+
type: "WorkerSlotsInfo",
|
|
14570
|
+
id: 14
|
|
14571
|
+
},
|
|
14572
|
+
localActivitySlotsInfo: {
|
|
14573
|
+
type: "WorkerSlotsInfo",
|
|
14574
|
+
id: 15
|
|
14575
|
+
},
|
|
14576
|
+
workflowPollerInfo: {
|
|
14577
|
+
type: "WorkerPollerInfo",
|
|
14578
|
+
id: 16
|
|
14579
|
+
},
|
|
14580
|
+
workflowStickyPollerInfo: {
|
|
14581
|
+
type: "WorkerPollerInfo",
|
|
14582
|
+
id: 17
|
|
14583
|
+
},
|
|
14584
|
+
activityPollerInfo: {
|
|
14585
|
+
type: "WorkerPollerInfo",
|
|
14586
|
+
id: 18
|
|
14587
|
+
},
|
|
14588
|
+
nexusPollerInfo: {
|
|
14589
|
+
type: "WorkerPollerInfo",
|
|
14590
|
+
id: 19
|
|
14591
|
+
},
|
|
14592
|
+
totalStickyCacheHit: {
|
|
14593
|
+
type: "int32",
|
|
14594
|
+
id: 20
|
|
14595
|
+
},
|
|
14596
|
+
totalStickyCacheMiss: {
|
|
14597
|
+
type: "int32",
|
|
14598
|
+
id: 21
|
|
14599
|
+
},
|
|
14600
|
+
currentStickyCacheSize: {
|
|
14601
|
+
type: "int32",
|
|
14602
|
+
id: 22
|
|
14603
|
+
}
|
|
14604
|
+
}
|
|
14605
|
+
},
|
|
14606
|
+
WorkerInfo: {
|
|
14607
|
+
fields: {
|
|
14608
|
+
workerHeartbeat: {
|
|
14609
|
+
type: "WorkerHeartbeat",
|
|
14610
|
+
id: 1
|
|
14611
|
+
}
|
|
14612
|
+
}
|
|
14613
|
+
}
|
|
14614
|
+
}
|
|
14615
|
+
}
|
|
14616
|
+
}
|
|
14617
|
+
},
|
|
14079
14618
|
operatorservice: {
|
|
14080
14619
|
nested: {
|
|
14081
14620
|
v1: {
|