@temporalio/proto 1.1.0 → 1.3.1
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 -3
- package/protos/json-module.js +987 -157
- package/protos/root.d.ts +11479 -7109
package/protos/json-module.js
CHANGED
|
@@ -816,7 +816,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
816
816
|
"cancelWorkflowExecution",
|
|
817
817
|
"setPatchMarker",
|
|
818
818
|
"startChildWorkflowExecution",
|
|
819
|
-
"
|
|
819
|
+
"cancelChildWorkflowExecution",
|
|
820
820
|
"requestCancelExternalWorkflowExecution",
|
|
821
821
|
"signalExternalWorkflowExecution",
|
|
822
822
|
"cancelSignalWorkflow",
|
|
@@ -871,8 +871,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
871
871
|
type: "StartChildWorkflowExecution",
|
|
872
872
|
id: 11
|
|
873
873
|
},
|
|
874
|
-
|
|
875
|
-
type: "
|
|
874
|
+
cancelChildWorkflowExecution: {
|
|
875
|
+
type: "CancelChildWorkflowExecution",
|
|
876
876
|
id: 12
|
|
877
877
|
},
|
|
878
878
|
requestCancelExternalWorkflowExecution: {
|
|
@@ -1149,6 +1149,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
1149
1149
|
keyType: "string",
|
|
1150
1150
|
type: "temporal.api.common.v1.Payload",
|
|
1151
1151
|
id: 8
|
|
1152
|
+
},
|
|
1153
|
+
retryPolicy: {
|
|
1154
|
+
type: "temporal.api.common.v1.RetryPolicy",
|
|
1155
|
+
id: 9
|
|
1152
1156
|
}
|
|
1153
1157
|
}
|
|
1154
1158
|
},
|
|
@@ -1243,7 +1247,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
1243
1247
|
}
|
|
1244
1248
|
}
|
|
1245
1249
|
},
|
|
1246
|
-
|
|
1250
|
+
CancelChildWorkflowExecution: {
|
|
1247
1251
|
fields: {
|
|
1248
1252
|
childWorkflowSeq: {
|
|
1249
1253
|
type: "uint32",
|
|
@@ -1637,6 +1641,22 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
1637
1641
|
TIMEOUT_TYPE_HEARTBEAT: 4
|
|
1638
1642
|
}
|
|
1639
1643
|
},
|
|
1644
|
+
BatchOperationType: {
|
|
1645
|
+
values: {
|
|
1646
|
+
BATCH_OPERATION_TYPE_UNSPECIFIED: 0,
|
|
1647
|
+
BATCH_OPERATION_TYPE_TERMINATE: 1,
|
|
1648
|
+
BATCH_OPERATION_TYPE_CANCEL: 2,
|
|
1649
|
+
BATCH_OPERATION_TYPE_SIGNAL: 3
|
|
1650
|
+
}
|
|
1651
|
+
},
|
|
1652
|
+
BatchOperationState: {
|
|
1653
|
+
values: {
|
|
1654
|
+
BATCH_OPERATION_STATE_UNSPECIFIED: 0,
|
|
1655
|
+
BATCH_OPERATION_STATE_RUNNING: 1,
|
|
1656
|
+
BATCH_OPERATION_STATE_COMPLETED: 2,
|
|
1657
|
+
BATCH_OPERATION_STATE_FAILED: 3
|
|
1658
|
+
}
|
|
1659
|
+
},
|
|
1640
1660
|
NamespaceState: {
|
|
1641
1661
|
values: {
|
|
1642
1662
|
NAMESPACE_STATE_UNSPECIFIED: 0,
|
|
@@ -1753,6 +1773,18 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
1753
1773
|
TASK_QUEUE_TYPE_ACTIVITY: 2
|
|
1754
1774
|
}
|
|
1755
1775
|
},
|
|
1776
|
+
WorkflowUpdateResultAccessStyle: {
|
|
1777
|
+
values: {
|
|
1778
|
+
WORKFLOW_UPDATE_RESULT_ACCESS_STYLE_UNSPECIFIED: 0,
|
|
1779
|
+
WORKFLOW_UPDATE_RESULT_ACCESS_STYLE_REQUIRE_INLINE: 1
|
|
1780
|
+
}
|
|
1781
|
+
},
|
|
1782
|
+
WorkflowUpdateDurabilityPreference: {
|
|
1783
|
+
values: {
|
|
1784
|
+
WORKFLOW_UPDATE_DURABILITY_PREFERENCE_UNSPECIFIED: 0,
|
|
1785
|
+
WORKFLOW_UPDATE_DURABILITY_PREFERENCE_BYPASS: 1
|
|
1786
|
+
}
|
|
1787
|
+
},
|
|
1756
1788
|
EventType: {
|
|
1757
1789
|
values: {
|
|
1758
1790
|
EVENT_TYPE_UNSPECIFIED: 0,
|
|
@@ -1795,7 +1827,12 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
1795
1827
|
EVENT_TYPE_SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_INITIATED: 37,
|
|
1796
1828
|
EVENT_TYPE_SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_FAILED: 38,
|
|
1797
1829
|
EVENT_TYPE_EXTERNAL_WORKFLOW_EXECUTION_SIGNALED: 39,
|
|
1798
|
-
EVENT_TYPE_UPSERT_WORKFLOW_SEARCH_ATTRIBUTES: 40
|
|
1830
|
+
EVENT_TYPE_UPSERT_WORKFLOW_SEARCH_ATTRIBUTES: 40,
|
|
1831
|
+
EVENT_TYPE_WORKFLOW_UPDATE_REQUESTED: 41,
|
|
1832
|
+
EVENT_TYPE_WORKFLOW_UPDATE_ACCEPTED: 42,
|
|
1833
|
+
EVENT_TYPE_WORKFLOW_UPDATE_COMPLETED: 43,
|
|
1834
|
+
EVENT_TYPE_WORKFLOW_PROPERTIES_MODIFIED_EXTERNALLY: 44,
|
|
1835
|
+
EVENT_TYPE_ACTIVITY_PROPERTIES_MODIFIED_EXTERNALLY: 45
|
|
1799
1836
|
}
|
|
1800
1837
|
},
|
|
1801
1838
|
CommandType: {
|
|
@@ -1813,7 +1850,9 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
1813
1850
|
COMMAND_TYPE_CONTINUE_AS_NEW_WORKFLOW_EXECUTION: 10,
|
|
1814
1851
|
COMMAND_TYPE_START_CHILD_WORKFLOW_EXECUTION: 11,
|
|
1815
1852
|
COMMAND_TYPE_SIGNAL_EXTERNAL_WORKFLOW_EXECUTION: 12,
|
|
1816
|
-
COMMAND_TYPE_UPSERT_WORKFLOW_SEARCH_ATTRIBUTES: 13
|
|
1853
|
+
COMMAND_TYPE_UPSERT_WORKFLOW_SEARCH_ATTRIBUTES: 13,
|
|
1854
|
+
COMMAND_TYPE_ACCEPT_WORKFLOW_UPDATE: 14,
|
|
1855
|
+
COMMAND_TYPE_COMPLETE_WORKFLOW_UPDATE: 15
|
|
1817
1856
|
}
|
|
1818
1857
|
},
|
|
1819
1858
|
ScheduleOverlapPolicy: {
|
|
@@ -1991,6 +2030,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
1991
2030
|
type: "string",
|
|
1992
2031
|
id: 3
|
|
1993
2032
|
},
|
|
2033
|
+
encodedAttributes: {
|
|
2034
|
+
type: "temporal.api.common.v1.Payload",
|
|
2035
|
+
id: 20
|
|
2036
|
+
},
|
|
1994
2037
|
cause: {
|
|
1995
2038
|
type: "Failure",
|
|
1996
2039
|
id: 4
|
|
@@ -2234,6 +2277,34 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
2234
2277
|
ListSchedules: {
|
|
2235
2278
|
requestType: "ListSchedulesRequest",
|
|
2236
2279
|
responseType: "ListSchedulesResponse"
|
|
2280
|
+
},
|
|
2281
|
+
UpdateWorkerBuildIdOrdering: {
|
|
2282
|
+
requestType: "UpdateWorkerBuildIdOrderingRequest",
|
|
2283
|
+
responseType: "UpdateWorkerBuildIdOrderingResponse"
|
|
2284
|
+
},
|
|
2285
|
+
GetWorkerBuildIdOrdering: {
|
|
2286
|
+
requestType: "GetWorkerBuildIdOrderingRequest",
|
|
2287
|
+
responseType: "GetWorkerBuildIdOrderingResponse"
|
|
2288
|
+
},
|
|
2289
|
+
UpdateWorkflow: {
|
|
2290
|
+
requestType: "UpdateWorkflowRequest",
|
|
2291
|
+
responseType: "UpdateWorkflowResponse"
|
|
2292
|
+
},
|
|
2293
|
+
StartBatchOperation: {
|
|
2294
|
+
requestType: "StartBatchOperationRequest",
|
|
2295
|
+
responseType: "StartBatchOperationResponse"
|
|
2296
|
+
},
|
|
2297
|
+
StopBatchOperation: {
|
|
2298
|
+
requestType: "StopBatchOperationRequest",
|
|
2299
|
+
responseType: "StopBatchOperationResponse"
|
|
2300
|
+
},
|
|
2301
|
+
DescribeBatchOperation: {
|
|
2302
|
+
requestType: "DescribeBatchOperationRequest",
|
|
2303
|
+
responseType: "DescribeBatchOperationResponse"
|
|
2304
|
+
},
|
|
2305
|
+
ListBatchOperations: {
|
|
2306
|
+
requestType: "ListBatchOperationsRequest",
|
|
2307
|
+
responseType: "ListBatchOperationsResponse"
|
|
2237
2308
|
}
|
|
2238
2309
|
}
|
|
2239
2310
|
},
|
|
@@ -2363,6 +2434,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
2363
2434
|
isGlobalNamespace: {
|
|
2364
2435
|
type: "bool",
|
|
2365
2436
|
id: 5
|
|
2437
|
+
},
|
|
2438
|
+
failoverHistory: {
|
|
2439
|
+
rule: "repeated",
|
|
2440
|
+
type: "temporal.api.replication.v1.FailoverStatus",
|
|
2441
|
+
id: 6
|
|
2366
2442
|
}
|
|
2367
2443
|
}
|
|
2368
2444
|
},
|
|
@@ -2624,6 +2700,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
2624
2700
|
binaryChecksum: {
|
|
2625
2701
|
type: "string",
|
|
2626
2702
|
id: 4
|
|
2703
|
+
},
|
|
2704
|
+
workerVersioningBuildId: {
|
|
2705
|
+
type: "string",
|
|
2706
|
+
id: 5
|
|
2627
2707
|
}
|
|
2628
2708
|
}
|
|
2629
2709
|
},
|
|
@@ -2797,6 +2877,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
2797
2877
|
taskQueueMetadata: {
|
|
2798
2878
|
type: "temporal.api.taskqueue.v1.TaskQueueMetadata",
|
|
2799
2879
|
id: 4
|
|
2880
|
+
},
|
|
2881
|
+
workerVersioningBuildId: {
|
|
2882
|
+
type: "string",
|
|
2883
|
+
id: 5
|
|
2800
2884
|
}
|
|
2801
2885
|
}
|
|
2802
2886
|
},
|
|
@@ -3827,6 +3911,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
3827
3911
|
supportsSchedules: {
|
|
3828
3912
|
type: "bool",
|
|
3829
3913
|
id: 4
|
|
3914
|
+
},
|
|
3915
|
+
encodedFailureAttributes: {
|
|
3916
|
+
type: "bool",
|
|
3917
|
+
id: 5
|
|
3830
3918
|
}
|
|
3831
3919
|
}
|
|
3832
3920
|
}
|
|
@@ -4081,6 +4169,253 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
4081
4169
|
id: 2
|
|
4082
4170
|
}
|
|
4083
4171
|
}
|
|
4172
|
+
},
|
|
4173
|
+
UpdateWorkerBuildIdOrderingRequest: {
|
|
4174
|
+
fields: {
|
|
4175
|
+
namespace: {
|
|
4176
|
+
type: "string",
|
|
4177
|
+
id: 1
|
|
4178
|
+
},
|
|
4179
|
+
taskQueue: {
|
|
4180
|
+
type: "string",
|
|
4181
|
+
id: 2
|
|
4182
|
+
},
|
|
4183
|
+
versionId: {
|
|
4184
|
+
type: "temporal.api.taskqueue.v1.VersionId",
|
|
4185
|
+
id: 3
|
|
4186
|
+
},
|
|
4187
|
+
previousCompatible: {
|
|
4188
|
+
type: "temporal.api.taskqueue.v1.VersionId",
|
|
4189
|
+
id: 4
|
|
4190
|
+
},
|
|
4191
|
+
becomeDefault: {
|
|
4192
|
+
type: "bool",
|
|
4193
|
+
id: 5
|
|
4194
|
+
}
|
|
4195
|
+
}
|
|
4196
|
+
},
|
|
4197
|
+
UpdateWorkerBuildIdOrderingResponse: {
|
|
4198
|
+
fields: {}
|
|
4199
|
+
},
|
|
4200
|
+
GetWorkerBuildIdOrderingRequest: {
|
|
4201
|
+
fields: {
|
|
4202
|
+
namespace: {
|
|
4203
|
+
type: "string",
|
|
4204
|
+
id: 1
|
|
4205
|
+
},
|
|
4206
|
+
taskQueue: {
|
|
4207
|
+
type: "string",
|
|
4208
|
+
id: 2
|
|
4209
|
+
},
|
|
4210
|
+
maxDepth: {
|
|
4211
|
+
type: "int32",
|
|
4212
|
+
id: 3
|
|
4213
|
+
}
|
|
4214
|
+
}
|
|
4215
|
+
},
|
|
4216
|
+
GetWorkerBuildIdOrderingResponse: {
|
|
4217
|
+
fields: {
|
|
4218
|
+
currentDefault: {
|
|
4219
|
+
type: "temporal.api.taskqueue.v1.VersionIdNode",
|
|
4220
|
+
id: 1
|
|
4221
|
+
},
|
|
4222
|
+
compatibleLeaves: {
|
|
4223
|
+
rule: "repeated",
|
|
4224
|
+
type: "temporal.api.taskqueue.v1.VersionIdNode",
|
|
4225
|
+
id: 2
|
|
4226
|
+
}
|
|
4227
|
+
}
|
|
4228
|
+
},
|
|
4229
|
+
UpdateWorkflowRequest: {
|
|
4230
|
+
fields: {
|
|
4231
|
+
requestId: {
|
|
4232
|
+
type: "string",
|
|
4233
|
+
id: 1
|
|
4234
|
+
},
|
|
4235
|
+
resultAccessStyle: {
|
|
4236
|
+
type: "temporal.api.enums.v1.WorkflowUpdateResultAccessStyle",
|
|
4237
|
+
id: 2
|
|
4238
|
+
},
|
|
4239
|
+
namespace: {
|
|
4240
|
+
type: "string",
|
|
4241
|
+
id: 3
|
|
4242
|
+
},
|
|
4243
|
+
workflowExecution: {
|
|
4244
|
+
type: "temporal.api.common.v1.WorkflowExecution",
|
|
4245
|
+
id: 4
|
|
4246
|
+
},
|
|
4247
|
+
firstExecutionRunId: {
|
|
4248
|
+
type: "string",
|
|
4249
|
+
id: 5
|
|
4250
|
+
},
|
|
4251
|
+
update: {
|
|
4252
|
+
type: "temporal.api.update.v1.WorkflowUpdate",
|
|
4253
|
+
id: 6
|
|
4254
|
+
}
|
|
4255
|
+
}
|
|
4256
|
+
},
|
|
4257
|
+
UpdateWorkflowResponse: {
|
|
4258
|
+
oneofs: {
|
|
4259
|
+
result: {
|
|
4260
|
+
oneof: [
|
|
4261
|
+
"success",
|
|
4262
|
+
"failure"
|
|
4263
|
+
]
|
|
4264
|
+
}
|
|
4265
|
+
},
|
|
4266
|
+
fields: {
|
|
4267
|
+
updateToken: {
|
|
4268
|
+
type: "bytes",
|
|
4269
|
+
id: 1
|
|
4270
|
+
},
|
|
4271
|
+
success: {
|
|
4272
|
+
type: "temporal.api.common.v1.Payloads",
|
|
4273
|
+
id: 2
|
|
4274
|
+
},
|
|
4275
|
+
failure: {
|
|
4276
|
+
type: "temporal.api.failure.v1.Failure",
|
|
4277
|
+
id: 3
|
|
4278
|
+
}
|
|
4279
|
+
}
|
|
4280
|
+
},
|
|
4281
|
+
StartBatchOperationRequest: {
|
|
4282
|
+
oneofs: {
|
|
4283
|
+
operation: {
|
|
4284
|
+
oneof: [
|
|
4285
|
+
"terminationOperation",
|
|
4286
|
+
"signalOperation",
|
|
4287
|
+
"cancellationOperation"
|
|
4288
|
+
]
|
|
4289
|
+
}
|
|
4290
|
+
},
|
|
4291
|
+
fields: {
|
|
4292
|
+
namespace: {
|
|
4293
|
+
type: "string",
|
|
4294
|
+
id: 1
|
|
4295
|
+
},
|
|
4296
|
+
visibilityQuery: {
|
|
4297
|
+
type: "string",
|
|
4298
|
+
id: 2
|
|
4299
|
+
},
|
|
4300
|
+
terminationOperation: {
|
|
4301
|
+
type: "temporal.api.batch.v1.BatchOperationTermination",
|
|
4302
|
+
id: 10
|
|
4303
|
+
},
|
|
4304
|
+
signalOperation: {
|
|
4305
|
+
type: "temporal.api.batch.v1.BatchOperationSignal",
|
|
4306
|
+
id: 11
|
|
4307
|
+
},
|
|
4308
|
+
cancellationOperation: {
|
|
4309
|
+
type: "temporal.api.batch.v1.BatchOperationCancellation",
|
|
4310
|
+
id: 12
|
|
4311
|
+
}
|
|
4312
|
+
}
|
|
4313
|
+
},
|
|
4314
|
+
StartBatchOperationResponse: {
|
|
4315
|
+
fields: {
|
|
4316
|
+
jobId: {
|
|
4317
|
+
type: "string",
|
|
4318
|
+
id: 1
|
|
4319
|
+
}
|
|
4320
|
+
}
|
|
4321
|
+
},
|
|
4322
|
+
StopBatchOperationRequest: {
|
|
4323
|
+
fields: {
|
|
4324
|
+
namespace: {
|
|
4325
|
+
type: "string",
|
|
4326
|
+
id: 1
|
|
4327
|
+
},
|
|
4328
|
+
jobId: {
|
|
4329
|
+
type: "string",
|
|
4330
|
+
id: 2
|
|
4331
|
+
}
|
|
4332
|
+
}
|
|
4333
|
+
},
|
|
4334
|
+
StopBatchOperationResponse: {
|
|
4335
|
+
fields: {}
|
|
4336
|
+
},
|
|
4337
|
+
DescribeBatchOperationRequest: {
|
|
4338
|
+
fields: {
|
|
4339
|
+
namespace: {
|
|
4340
|
+
type: "string",
|
|
4341
|
+
id: 1
|
|
4342
|
+
},
|
|
4343
|
+
jobId: {
|
|
4344
|
+
type: "string",
|
|
4345
|
+
id: 2
|
|
4346
|
+
}
|
|
4347
|
+
}
|
|
4348
|
+
},
|
|
4349
|
+
DescribeBatchOperationResponse: {
|
|
4350
|
+
fields: {
|
|
4351
|
+
operationType: {
|
|
4352
|
+
type: "temporal.api.enums.v1.BatchOperationType",
|
|
4353
|
+
id: 1
|
|
4354
|
+
},
|
|
4355
|
+
jobId: {
|
|
4356
|
+
type: "string",
|
|
4357
|
+
id: 2
|
|
4358
|
+
},
|
|
4359
|
+
state: {
|
|
4360
|
+
type: "temporal.api.enums.v1.BatchOperationState",
|
|
4361
|
+
id: 3
|
|
4362
|
+
},
|
|
4363
|
+
startTime: {
|
|
4364
|
+
type: "google.protobuf.Timestamp",
|
|
4365
|
+
id: 4,
|
|
4366
|
+
options: {
|
|
4367
|
+
"(gogoproto.stdtime)": true
|
|
4368
|
+
}
|
|
4369
|
+
},
|
|
4370
|
+
closeTime: {
|
|
4371
|
+
type: "google.protobuf.Timestamp",
|
|
4372
|
+
id: 5,
|
|
4373
|
+
options: {
|
|
4374
|
+
"(gogoproto.stdtime)": true
|
|
4375
|
+
}
|
|
4376
|
+
},
|
|
4377
|
+
totalOperationCount: {
|
|
4378
|
+
type: "int64",
|
|
4379
|
+
id: 6
|
|
4380
|
+
},
|
|
4381
|
+
completeOperationCount: {
|
|
4382
|
+
type: "int64",
|
|
4383
|
+
id: 7
|
|
4384
|
+
},
|
|
4385
|
+
failureOperationCount: {
|
|
4386
|
+
type: "int64",
|
|
4387
|
+
id: 8
|
|
4388
|
+
}
|
|
4389
|
+
}
|
|
4390
|
+
},
|
|
4391
|
+
ListBatchOperationsRequest: {
|
|
4392
|
+
fields: {
|
|
4393
|
+
namespace: {
|
|
4394
|
+
type: "string",
|
|
4395
|
+
id: 1
|
|
4396
|
+
},
|
|
4397
|
+
pageSize: {
|
|
4398
|
+
type: "int32",
|
|
4399
|
+
id: 2
|
|
4400
|
+
},
|
|
4401
|
+
nextPageToken: {
|
|
4402
|
+
type: "bytes",
|
|
4403
|
+
id: 3
|
|
4404
|
+
}
|
|
4405
|
+
}
|
|
4406
|
+
},
|
|
4407
|
+
ListBatchOperationsResponse: {
|
|
4408
|
+
fields: {
|
|
4409
|
+
operationInfo: {
|
|
4410
|
+
rule: "repeated",
|
|
4411
|
+
type: "temporal.api.batch.v1.BatchOperationInfo",
|
|
4412
|
+
id: 1
|
|
4413
|
+
},
|
|
4414
|
+
nextPageToken: {
|
|
4415
|
+
type: "bytes",
|
|
4416
|
+
id: 2
|
|
4417
|
+
}
|
|
4418
|
+
}
|
|
4084
4419
|
}
|
|
4085
4420
|
}
|
|
4086
4421
|
}
|
|
@@ -5296,9 +5631,114 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
5296
5631
|
}
|
|
5297
5632
|
}
|
|
5298
5633
|
},
|
|
5299
|
-
|
|
5634
|
+
WorkflowUpdateRequestedEventAttributes: {
|
|
5635
|
+
fields: {
|
|
5636
|
+
header: {
|
|
5637
|
+
type: "temporal.api.common.v1.Header",
|
|
5638
|
+
id: 1
|
|
5639
|
+
},
|
|
5640
|
+
requestId: {
|
|
5641
|
+
type: "string",
|
|
5642
|
+
id: 2
|
|
5643
|
+
},
|
|
5644
|
+
updateId: {
|
|
5645
|
+
type: "string",
|
|
5646
|
+
id: 3
|
|
5647
|
+
},
|
|
5648
|
+
update: {
|
|
5649
|
+
type: "temporal.api.update.v1.WorkflowUpdate",
|
|
5650
|
+
id: 4
|
|
5651
|
+
}
|
|
5652
|
+
}
|
|
5653
|
+
},
|
|
5654
|
+
WorkflowUpdateAcceptedEventAttributes: {
|
|
5655
|
+
fields: {
|
|
5656
|
+
header: {
|
|
5657
|
+
type: "temporal.api.common.v1.Header",
|
|
5658
|
+
id: 1
|
|
5659
|
+
},
|
|
5660
|
+
updateId: {
|
|
5661
|
+
type: "string",
|
|
5662
|
+
id: 2
|
|
5663
|
+
}
|
|
5664
|
+
}
|
|
5665
|
+
},
|
|
5666
|
+
WorkflowUpdateCompletedEventAttributes: {
|
|
5300
5667
|
oneofs: {
|
|
5301
|
-
|
|
5668
|
+
result: {
|
|
5669
|
+
oneof: [
|
|
5670
|
+
"success",
|
|
5671
|
+
"failure"
|
|
5672
|
+
]
|
|
5673
|
+
}
|
|
5674
|
+
},
|
|
5675
|
+
fields: {
|
|
5676
|
+
systemHeader: {
|
|
5677
|
+
type: "temporal.api.common.v1.Header",
|
|
5678
|
+
id: 1
|
|
5679
|
+
},
|
|
5680
|
+
updateId: {
|
|
5681
|
+
type: "string",
|
|
5682
|
+
id: 3
|
|
5683
|
+
},
|
|
5684
|
+
success: {
|
|
5685
|
+
type: "temporal.api.common.v1.Payloads",
|
|
5686
|
+
id: 4
|
|
5687
|
+
},
|
|
5688
|
+
failure: {
|
|
5689
|
+
type: "temporal.api.failure.v1.Failure",
|
|
5690
|
+
id: 5
|
|
5691
|
+
}
|
|
5692
|
+
}
|
|
5693
|
+
},
|
|
5694
|
+
WorkflowPropertiesModifiedExternallyEventAttributes: {
|
|
5695
|
+
fields: {
|
|
5696
|
+
newTaskQueue: {
|
|
5697
|
+
type: "string",
|
|
5698
|
+
id: 1
|
|
5699
|
+
},
|
|
5700
|
+
newWorkflowTaskTimeout: {
|
|
5701
|
+
type: "google.protobuf.Duration",
|
|
5702
|
+
id: 2,
|
|
5703
|
+
options: {
|
|
5704
|
+
"(gogoproto.stdduration)": true
|
|
5705
|
+
}
|
|
5706
|
+
},
|
|
5707
|
+
newWorkflowRunTimeout: {
|
|
5708
|
+
type: "google.protobuf.Duration",
|
|
5709
|
+
id: 3,
|
|
5710
|
+
options: {
|
|
5711
|
+
"(gogoproto.stdduration)": true
|
|
5712
|
+
}
|
|
5713
|
+
},
|
|
5714
|
+
newWorkflowExecutionTimeout: {
|
|
5715
|
+
type: "google.protobuf.Duration",
|
|
5716
|
+
id: 4,
|
|
5717
|
+
options: {
|
|
5718
|
+
"(gogoproto.stdduration)": true
|
|
5719
|
+
}
|
|
5720
|
+
},
|
|
5721
|
+
upsertedMemo: {
|
|
5722
|
+
type: "temporal.api.common.v1.Memo",
|
|
5723
|
+
id: 5
|
|
5724
|
+
}
|
|
5725
|
+
}
|
|
5726
|
+
},
|
|
5727
|
+
ActivityPropertiesModifiedExternallyEventAttributes: {
|
|
5728
|
+
fields: {
|
|
5729
|
+
scheduledEventId: {
|
|
5730
|
+
type: "int64",
|
|
5731
|
+
id: 1
|
|
5732
|
+
},
|
|
5733
|
+
newRetryPolicy: {
|
|
5734
|
+
type: "temporal.api.common.v1.RetryPolicy",
|
|
5735
|
+
id: 2
|
|
5736
|
+
}
|
|
5737
|
+
}
|
|
5738
|
+
},
|
|
5739
|
+
HistoryEvent: {
|
|
5740
|
+
oneofs: {
|
|
5741
|
+
attributes: {
|
|
5302
5742
|
oneof: [
|
|
5303
5743
|
"workflowExecutionStartedEventAttributes",
|
|
5304
5744
|
"workflowExecutionCompletedEventAttributes",
|
|
@@ -5339,7 +5779,12 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
5339
5779
|
"signalExternalWorkflowExecutionInitiatedEventAttributes",
|
|
5340
5780
|
"signalExternalWorkflowExecutionFailedEventAttributes",
|
|
5341
5781
|
"externalWorkflowExecutionSignaledEventAttributes",
|
|
5342
|
-
"upsertWorkflowSearchAttributesEventAttributes"
|
|
5782
|
+
"upsertWorkflowSearchAttributesEventAttributes",
|
|
5783
|
+
"workflowUpdateRequestedEventAttributes",
|
|
5784
|
+
"workflowUpdateAcceptedEventAttributes",
|
|
5785
|
+
"workflowUpdateCompletedEventAttributes",
|
|
5786
|
+
"workflowPropertiesModifiedExternallyEventAttributes",
|
|
5787
|
+
"activityPropertiesModifiedExternallyEventAttributes"
|
|
5343
5788
|
]
|
|
5344
5789
|
}
|
|
5345
5790
|
},
|
|
@@ -5367,6 +5812,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
5367
5812
|
type: "int64",
|
|
5368
5813
|
id: 5
|
|
5369
5814
|
},
|
|
5815
|
+
workerMayIgnore: {
|
|
5816
|
+
type: "bool",
|
|
5817
|
+
id: 300
|
|
5818
|
+
},
|
|
5370
5819
|
workflowExecutionStartedEventAttributes: {
|
|
5371
5820
|
type: "WorkflowExecutionStartedEventAttributes",
|
|
5372
5821
|
id: 6
|
|
@@ -5526,6 +5975,26 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
5526
5975
|
upsertWorkflowSearchAttributesEventAttributes: {
|
|
5527
5976
|
type: "UpsertWorkflowSearchAttributesEventAttributes",
|
|
5528
5977
|
id: 45
|
|
5978
|
+
},
|
|
5979
|
+
workflowUpdateRequestedEventAttributes: {
|
|
5980
|
+
type: "WorkflowUpdateRequestedEventAttributes",
|
|
5981
|
+
id: 46
|
|
5982
|
+
},
|
|
5983
|
+
workflowUpdateAcceptedEventAttributes: {
|
|
5984
|
+
type: "WorkflowUpdateAcceptedEventAttributes",
|
|
5985
|
+
id: 47
|
|
5986
|
+
},
|
|
5987
|
+
workflowUpdateCompletedEventAttributes: {
|
|
5988
|
+
type: "WorkflowUpdateCompletedEventAttributes",
|
|
5989
|
+
id: 48
|
|
5990
|
+
},
|
|
5991
|
+
workflowPropertiesModifiedExternallyEventAttributes: {
|
|
5992
|
+
type: "WorkflowPropertiesModifiedExternallyEventAttributes",
|
|
5993
|
+
id: 49
|
|
5994
|
+
},
|
|
5995
|
+
activityPropertiesModifiedExternallyEventAttributes: {
|
|
5996
|
+
type: "ActivityPropertiesModifiedExternallyEventAttributes",
|
|
5997
|
+
id: 50
|
|
5529
5998
|
}
|
|
5530
5999
|
}
|
|
5531
6000
|
},
|
|
@@ -5542,6 +6011,184 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
5542
6011
|
}
|
|
5543
6012
|
}
|
|
5544
6013
|
},
|
|
6014
|
+
taskqueue: {
|
|
6015
|
+
nested: {
|
|
6016
|
+
v1: {
|
|
6017
|
+
options: {
|
|
6018
|
+
go_package: "go.temporal.io/api/taskqueue/v1;taskqueue",
|
|
6019
|
+
java_package: "io.temporal.api.taskqueue.v1",
|
|
6020
|
+
java_multiple_files: true,
|
|
6021
|
+
java_outer_classname: "MessageProto",
|
|
6022
|
+
ruby_package: "Temporal::Api::TaskQueue::V1",
|
|
6023
|
+
csharp_namespace: "Temporal.Api.TaskQueue.V1"
|
|
6024
|
+
},
|
|
6025
|
+
nested: {
|
|
6026
|
+
TaskQueue: {
|
|
6027
|
+
fields: {
|
|
6028
|
+
name: {
|
|
6029
|
+
type: "string",
|
|
6030
|
+
id: 1
|
|
6031
|
+
},
|
|
6032
|
+
kind: {
|
|
6033
|
+
type: "temporal.api.enums.v1.TaskQueueKind",
|
|
6034
|
+
id: 2
|
|
6035
|
+
}
|
|
6036
|
+
}
|
|
6037
|
+
},
|
|
6038
|
+
TaskQueueMetadata: {
|
|
6039
|
+
fields: {
|
|
6040
|
+
maxTasksPerSecond: {
|
|
6041
|
+
type: "google.protobuf.DoubleValue",
|
|
6042
|
+
id: 1
|
|
6043
|
+
}
|
|
6044
|
+
}
|
|
6045
|
+
},
|
|
6046
|
+
TaskQueueStatus: {
|
|
6047
|
+
fields: {
|
|
6048
|
+
backlogCountHint: {
|
|
6049
|
+
type: "int64",
|
|
6050
|
+
id: 1
|
|
6051
|
+
},
|
|
6052
|
+
readLevel: {
|
|
6053
|
+
type: "int64",
|
|
6054
|
+
id: 2
|
|
6055
|
+
},
|
|
6056
|
+
ackLevel: {
|
|
6057
|
+
type: "int64",
|
|
6058
|
+
id: 3
|
|
6059
|
+
},
|
|
6060
|
+
ratePerSecond: {
|
|
6061
|
+
type: "double",
|
|
6062
|
+
id: 4
|
|
6063
|
+
},
|
|
6064
|
+
taskIdBlock: {
|
|
6065
|
+
type: "TaskIdBlock",
|
|
6066
|
+
id: 5
|
|
6067
|
+
}
|
|
6068
|
+
}
|
|
6069
|
+
},
|
|
6070
|
+
TaskIdBlock: {
|
|
6071
|
+
fields: {
|
|
6072
|
+
startId: {
|
|
6073
|
+
type: "int64",
|
|
6074
|
+
id: 1
|
|
6075
|
+
},
|
|
6076
|
+
endId: {
|
|
6077
|
+
type: "int64",
|
|
6078
|
+
id: 2
|
|
6079
|
+
}
|
|
6080
|
+
}
|
|
6081
|
+
},
|
|
6082
|
+
TaskQueuePartitionMetadata: {
|
|
6083
|
+
fields: {
|
|
6084
|
+
key: {
|
|
6085
|
+
type: "string",
|
|
6086
|
+
id: 1
|
|
6087
|
+
},
|
|
6088
|
+
ownerHostName: {
|
|
6089
|
+
type: "string",
|
|
6090
|
+
id: 2
|
|
6091
|
+
}
|
|
6092
|
+
}
|
|
6093
|
+
},
|
|
6094
|
+
PollerInfo: {
|
|
6095
|
+
fields: {
|
|
6096
|
+
lastAccessTime: {
|
|
6097
|
+
type: "google.protobuf.Timestamp",
|
|
6098
|
+
id: 1,
|
|
6099
|
+
options: {
|
|
6100
|
+
"(gogoproto.stdtime)": true
|
|
6101
|
+
}
|
|
6102
|
+
},
|
|
6103
|
+
identity: {
|
|
6104
|
+
type: "string",
|
|
6105
|
+
id: 2
|
|
6106
|
+
},
|
|
6107
|
+
ratePerSecond: {
|
|
6108
|
+
type: "double",
|
|
6109
|
+
id: 3
|
|
6110
|
+
},
|
|
6111
|
+
workerVersioningBuildId: {
|
|
6112
|
+
type: "string",
|
|
6113
|
+
id: 4
|
|
6114
|
+
}
|
|
6115
|
+
}
|
|
6116
|
+
},
|
|
6117
|
+
StickyExecutionAttributes: {
|
|
6118
|
+
fields: {
|
|
6119
|
+
workerTaskQueue: {
|
|
6120
|
+
type: "TaskQueue",
|
|
6121
|
+
id: 1
|
|
6122
|
+
},
|
|
6123
|
+
scheduleToStartTimeout: {
|
|
6124
|
+
type: "google.protobuf.Duration",
|
|
6125
|
+
id: 2,
|
|
6126
|
+
options: {
|
|
6127
|
+
"(gogoproto.stdduration)": true
|
|
6128
|
+
}
|
|
6129
|
+
}
|
|
6130
|
+
}
|
|
6131
|
+
},
|
|
6132
|
+
VersionIdNode: {
|
|
6133
|
+
fields: {
|
|
6134
|
+
version: {
|
|
6135
|
+
type: "VersionId",
|
|
6136
|
+
id: 1
|
|
6137
|
+
},
|
|
6138
|
+
previousCompatible: {
|
|
6139
|
+
type: "VersionIdNode",
|
|
6140
|
+
id: 2
|
|
6141
|
+
},
|
|
6142
|
+
previousIncompatible: {
|
|
6143
|
+
type: "VersionIdNode",
|
|
6144
|
+
id: 3
|
|
6145
|
+
}
|
|
6146
|
+
}
|
|
6147
|
+
},
|
|
6148
|
+
VersionId: {
|
|
6149
|
+
fields: {
|
|
6150
|
+
workerBuildId: {
|
|
6151
|
+
type: "string",
|
|
6152
|
+
id: 1
|
|
6153
|
+
}
|
|
6154
|
+
}
|
|
6155
|
+
}
|
|
6156
|
+
}
|
|
6157
|
+
}
|
|
6158
|
+
}
|
|
6159
|
+
},
|
|
6160
|
+
update: {
|
|
6161
|
+
nested: {
|
|
6162
|
+
v1: {
|
|
6163
|
+
options: {
|
|
6164
|
+
go_package: "go.temporal.io/api/update/v1;update",
|
|
6165
|
+
java_package: "io.temporal.api.update.v1",
|
|
6166
|
+
java_multiple_files: true,
|
|
6167
|
+
java_outer_classname: "MessageProto",
|
|
6168
|
+
ruby_package: "Temporal::Api::Update::V1",
|
|
6169
|
+
csharp_namespace: "Temporal.Api.Update.V1"
|
|
6170
|
+
},
|
|
6171
|
+
nested: {
|
|
6172
|
+
WorkflowUpdate: {
|
|
6173
|
+
fields: {
|
|
6174
|
+
header: {
|
|
6175
|
+
type: "temporal.api.common.v1.Header",
|
|
6176
|
+
id: 1
|
|
6177
|
+
},
|
|
6178
|
+
name: {
|
|
6179
|
+
type: "string",
|
|
6180
|
+
id: 2
|
|
6181
|
+
},
|
|
6182
|
+
args: {
|
|
6183
|
+
type: "temporal.api.common.v1.Payloads",
|
|
6184
|
+
id: 3
|
|
6185
|
+
}
|
|
6186
|
+
}
|
|
6187
|
+
}
|
|
6188
|
+
}
|
|
6189
|
+
}
|
|
6190
|
+
}
|
|
6191
|
+
},
|
|
5545
6192
|
workflow: {
|
|
5546
6193
|
nested: {
|
|
5547
6194
|
v1: {
|
|
@@ -5842,160 +6489,42 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
5842
6489
|
}
|
|
5843
6490
|
},
|
|
5844
6491
|
workflowRunTimeout: {
|
|
5845
|
-
type: "google.protobuf.Duration",
|
|
5846
|
-
id: 6,
|
|
5847
|
-
options: {
|
|
5848
|
-
"(gogoproto.stdduration)": true
|
|
5849
|
-
}
|
|
5850
|
-
},
|
|
5851
|
-
workflowTaskTimeout: {
|
|
5852
|
-
type: "google.protobuf.Duration",
|
|
5853
|
-
id: 7,
|
|
5854
|
-
options: {
|
|
5855
|
-
"(gogoproto.stdduration)": true
|
|
5856
|
-
}
|
|
5857
|
-
},
|
|
5858
|
-
workflowIdReusePolicy: {
|
|
5859
|
-
type: "temporal.api.enums.v1.WorkflowIdReusePolicy",
|
|
5860
|
-
id: 8
|
|
5861
|
-
},
|
|
5862
|
-
retryPolicy: {
|
|
5863
|
-
type: "temporal.api.common.v1.RetryPolicy",
|
|
5864
|
-
id: 9
|
|
5865
|
-
},
|
|
5866
|
-
cronSchedule: {
|
|
5867
|
-
type: "string",
|
|
5868
|
-
id: 10
|
|
5869
|
-
},
|
|
5870
|
-
memo: {
|
|
5871
|
-
type: "temporal.api.common.v1.Memo",
|
|
5872
|
-
id: 11
|
|
5873
|
-
},
|
|
5874
|
-
searchAttributes: {
|
|
5875
|
-
type: "temporal.api.common.v1.SearchAttributes",
|
|
5876
|
-
id: 12
|
|
5877
|
-
},
|
|
5878
|
-
header: {
|
|
5879
|
-
type: "temporal.api.common.v1.Header",
|
|
5880
|
-
id: 13
|
|
5881
|
-
}
|
|
5882
|
-
}
|
|
5883
|
-
}
|
|
5884
|
-
}
|
|
5885
|
-
}
|
|
5886
|
-
}
|
|
5887
|
-
},
|
|
5888
|
-
taskqueue: {
|
|
5889
|
-
nested: {
|
|
5890
|
-
v1: {
|
|
5891
|
-
options: {
|
|
5892
|
-
go_package: "go.temporal.io/api/taskqueue/v1;taskqueue",
|
|
5893
|
-
java_package: "io.temporal.api.taskqueue.v1",
|
|
5894
|
-
java_multiple_files: true,
|
|
5895
|
-
java_outer_classname: "MessageProto",
|
|
5896
|
-
ruby_package: "Temporal::Api::TaskQueue::V1",
|
|
5897
|
-
csharp_namespace: "Temporal.Api.TaskQueue.V1"
|
|
5898
|
-
},
|
|
5899
|
-
nested: {
|
|
5900
|
-
TaskQueue: {
|
|
5901
|
-
fields: {
|
|
5902
|
-
name: {
|
|
5903
|
-
type: "string",
|
|
5904
|
-
id: 1
|
|
5905
|
-
},
|
|
5906
|
-
kind: {
|
|
5907
|
-
type: "temporal.api.enums.v1.TaskQueueKind",
|
|
5908
|
-
id: 2
|
|
5909
|
-
}
|
|
5910
|
-
}
|
|
5911
|
-
},
|
|
5912
|
-
TaskQueueMetadata: {
|
|
5913
|
-
fields: {
|
|
5914
|
-
maxTasksPerSecond: {
|
|
5915
|
-
type: "google.protobuf.DoubleValue",
|
|
5916
|
-
id: 1
|
|
5917
|
-
}
|
|
5918
|
-
}
|
|
5919
|
-
},
|
|
5920
|
-
TaskQueueStatus: {
|
|
5921
|
-
fields: {
|
|
5922
|
-
backlogCountHint: {
|
|
5923
|
-
type: "int64",
|
|
5924
|
-
id: 1
|
|
5925
|
-
},
|
|
5926
|
-
readLevel: {
|
|
5927
|
-
type: "int64",
|
|
5928
|
-
id: 2
|
|
5929
|
-
},
|
|
5930
|
-
ackLevel: {
|
|
5931
|
-
type: "int64",
|
|
5932
|
-
id: 3
|
|
5933
|
-
},
|
|
5934
|
-
ratePerSecond: {
|
|
5935
|
-
type: "double",
|
|
5936
|
-
id: 4
|
|
5937
|
-
},
|
|
5938
|
-
taskIdBlock: {
|
|
5939
|
-
type: "TaskIdBlock",
|
|
5940
|
-
id: 5
|
|
5941
|
-
}
|
|
5942
|
-
}
|
|
5943
|
-
},
|
|
5944
|
-
TaskIdBlock: {
|
|
5945
|
-
fields: {
|
|
5946
|
-
startId: {
|
|
5947
|
-
type: "int64",
|
|
5948
|
-
id: 1
|
|
5949
|
-
},
|
|
5950
|
-
endId: {
|
|
5951
|
-
type: "int64",
|
|
5952
|
-
id: 2
|
|
5953
|
-
}
|
|
5954
|
-
}
|
|
5955
|
-
},
|
|
5956
|
-
TaskQueuePartitionMetadata: {
|
|
5957
|
-
fields: {
|
|
5958
|
-
key: {
|
|
5959
|
-
type: "string",
|
|
5960
|
-
id: 1
|
|
5961
|
-
},
|
|
5962
|
-
ownerHostName: {
|
|
5963
|
-
type: "string",
|
|
5964
|
-
id: 2
|
|
5965
|
-
}
|
|
5966
|
-
}
|
|
5967
|
-
},
|
|
5968
|
-
PollerInfo: {
|
|
5969
|
-
fields: {
|
|
5970
|
-
lastAccessTime: {
|
|
5971
|
-
type: "google.protobuf.Timestamp",
|
|
5972
|
-
id: 1,
|
|
6492
|
+
type: "google.protobuf.Duration",
|
|
6493
|
+
id: 6,
|
|
5973
6494
|
options: {
|
|
5974
|
-
"(gogoproto.
|
|
6495
|
+
"(gogoproto.stdduration)": true
|
|
5975
6496
|
}
|
|
5976
6497
|
},
|
|
5977
|
-
|
|
5978
|
-
type: "string",
|
|
5979
|
-
id: 2
|
|
5980
|
-
},
|
|
5981
|
-
ratePerSecond: {
|
|
5982
|
-
type: "double",
|
|
5983
|
-
id: 3
|
|
5984
|
-
}
|
|
5985
|
-
}
|
|
5986
|
-
},
|
|
5987
|
-
StickyExecutionAttributes: {
|
|
5988
|
-
fields: {
|
|
5989
|
-
workerTaskQueue: {
|
|
5990
|
-
type: "TaskQueue",
|
|
5991
|
-
id: 1
|
|
5992
|
-
},
|
|
5993
|
-
scheduleToStartTimeout: {
|
|
6498
|
+
workflowTaskTimeout: {
|
|
5994
6499
|
type: "google.protobuf.Duration",
|
|
5995
|
-
id:
|
|
6500
|
+
id: 7,
|
|
5996
6501
|
options: {
|
|
5997
6502
|
"(gogoproto.stdduration)": true
|
|
5998
6503
|
}
|
|
6504
|
+
},
|
|
6505
|
+
workflowIdReusePolicy: {
|
|
6506
|
+
type: "temporal.api.enums.v1.WorkflowIdReusePolicy",
|
|
6507
|
+
id: 8
|
|
6508
|
+
},
|
|
6509
|
+
retryPolicy: {
|
|
6510
|
+
type: "temporal.api.common.v1.RetryPolicy",
|
|
6511
|
+
id: 9
|
|
6512
|
+
},
|
|
6513
|
+
cronSchedule: {
|
|
6514
|
+
type: "string",
|
|
6515
|
+
id: 10
|
|
6516
|
+
},
|
|
6517
|
+
memo: {
|
|
6518
|
+
type: "temporal.api.common.v1.Memo",
|
|
6519
|
+
id: 11
|
|
6520
|
+
},
|
|
6521
|
+
searchAttributes: {
|
|
6522
|
+
type: "temporal.api.common.v1.SearchAttributes",
|
|
6523
|
+
id: 12
|
|
6524
|
+
},
|
|
6525
|
+
header: {
|
|
6526
|
+
type: "temporal.api.common.v1.Header",
|
|
6527
|
+
id: 13
|
|
5999
6528
|
}
|
|
6000
6529
|
}
|
|
6001
6530
|
}
|
|
@@ -6371,6 +6900,42 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
6371
6900
|
}
|
|
6372
6901
|
}
|
|
6373
6902
|
},
|
|
6903
|
+
AcceptWorkflowUpdateCommandAttributes: {
|
|
6904
|
+
fields: {
|
|
6905
|
+
updateId: {
|
|
6906
|
+
type: "string",
|
|
6907
|
+
id: 1
|
|
6908
|
+
}
|
|
6909
|
+
}
|
|
6910
|
+
},
|
|
6911
|
+
CompleteWorkflowUpdateCommandAttributes: {
|
|
6912
|
+
oneofs: {
|
|
6913
|
+
result: {
|
|
6914
|
+
oneof: [
|
|
6915
|
+
"success",
|
|
6916
|
+
"failure"
|
|
6917
|
+
]
|
|
6918
|
+
}
|
|
6919
|
+
},
|
|
6920
|
+
fields: {
|
|
6921
|
+
updateId: {
|
|
6922
|
+
type: "string",
|
|
6923
|
+
id: 1
|
|
6924
|
+
},
|
|
6925
|
+
durabilityPreference: {
|
|
6926
|
+
type: "temporal.api.enums.v1.WorkflowUpdateDurabilityPreference",
|
|
6927
|
+
id: 2
|
|
6928
|
+
},
|
|
6929
|
+
success: {
|
|
6930
|
+
type: "temporal.api.common.v1.Payloads",
|
|
6931
|
+
id: 3
|
|
6932
|
+
},
|
|
6933
|
+
failure: {
|
|
6934
|
+
type: "temporal.api.failure.v1.Failure",
|
|
6935
|
+
id: 4
|
|
6936
|
+
}
|
|
6937
|
+
}
|
|
6938
|
+
},
|
|
6374
6939
|
Command: {
|
|
6375
6940
|
oneofs: {
|
|
6376
6941
|
attributes: {
|
|
@@ -6387,7 +6952,9 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
6387
6952
|
"continueAsNewWorkflowExecutionCommandAttributes",
|
|
6388
6953
|
"startChildWorkflowExecutionCommandAttributes",
|
|
6389
6954
|
"signalExternalWorkflowExecutionCommandAttributes",
|
|
6390
|
-
"upsertWorkflowSearchAttributesCommandAttributes"
|
|
6955
|
+
"upsertWorkflowSearchAttributesCommandAttributes",
|
|
6956
|
+
"acceptWorkflowUpdateCommandAttributes",
|
|
6957
|
+
"completeWorkflowUpdateCommandAttributes"
|
|
6391
6958
|
]
|
|
6392
6959
|
}
|
|
6393
6960
|
},
|
|
@@ -6447,6 +7014,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
6447
7014
|
upsertWorkflowSearchAttributesCommandAttributes: {
|
|
6448
7015
|
type: "UpsertWorkflowSearchAttributesCommandAttributes",
|
|
6449
7016
|
id: 14
|
|
7017
|
+
},
|
|
7018
|
+
acceptWorkflowUpdateCommandAttributes: {
|
|
7019
|
+
type: "AcceptWorkflowUpdateCommandAttributes",
|
|
7020
|
+
id: 15
|
|
7021
|
+
},
|
|
7022
|
+
completeWorkflowUpdateCommandAttributes: {
|
|
7023
|
+
type: "CompleteWorkflowUpdateCommandAttributes",
|
|
7024
|
+
id: 16
|
|
6450
7025
|
}
|
|
6451
7026
|
}
|
|
6452
7027
|
}
|
|
@@ -6745,6 +7320,21 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
6745
7320
|
id: 3
|
|
6746
7321
|
}
|
|
6747
7322
|
}
|
|
7323
|
+
},
|
|
7324
|
+
FailoverStatus: {
|
|
7325
|
+
fields: {
|
|
7326
|
+
failoverTime: {
|
|
7327
|
+
type: "google.protobuf.Timestamp",
|
|
7328
|
+
id: 1,
|
|
7329
|
+
options: {
|
|
7330
|
+
"(gogoproto.stdtime)": true
|
|
7331
|
+
}
|
|
7332
|
+
},
|
|
7333
|
+
failoverVersion: {
|
|
7334
|
+
type: "int64",
|
|
7335
|
+
id: 2
|
|
7336
|
+
}
|
|
7337
|
+
}
|
|
6748
7338
|
}
|
|
6749
7339
|
}
|
|
6750
7340
|
}
|
|
@@ -7191,6 +7781,96 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
7191
7781
|
}
|
|
7192
7782
|
}
|
|
7193
7783
|
},
|
|
7784
|
+
batch: {
|
|
7785
|
+
nested: {
|
|
7786
|
+
v1: {
|
|
7787
|
+
options: {
|
|
7788
|
+
go_package: "go.temporal.io/api/batch/v1;batch",
|
|
7789
|
+
java_package: "io.temporal.api.batch.v1",
|
|
7790
|
+
java_multiple_files: true,
|
|
7791
|
+
java_outer_classname: "MessageProto",
|
|
7792
|
+
ruby_package: "Temporal::Api::Batch::V1",
|
|
7793
|
+
csharp_namespace: "Temporal.Api.Batch.V1"
|
|
7794
|
+
},
|
|
7795
|
+
nested: {
|
|
7796
|
+
BatchOperationInfo: {
|
|
7797
|
+
fields: {
|
|
7798
|
+
jobId: {
|
|
7799
|
+
type: "string",
|
|
7800
|
+
id: 1
|
|
7801
|
+
},
|
|
7802
|
+
state: {
|
|
7803
|
+
type: "temporal.api.enums.v1.BatchOperationState",
|
|
7804
|
+
id: 2
|
|
7805
|
+
},
|
|
7806
|
+
startTime: {
|
|
7807
|
+
type: "google.protobuf.Timestamp",
|
|
7808
|
+
id: 3,
|
|
7809
|
+
options: {
|
|
7810
|
+
"(gogoproto.stdtime)": true
|
|
7811
|
+
}
|
|
7812
|
+
},
|
|
7813
|
+
closeTime: {
|
|
7814
|
+
type: "google.protobuf.Timestamp",
|
|
7815
|
+
id: 4,
|
|
7816
|
+
options: {
|
|
7817
|
+
"(gogoproto.stdtime)": true
|
|
7818
|
+
}
|
|
7819
|
+
}
|
|
7820
|
+
}
|
|
7821
|
+
},
|
|
7822
|
+
BatchOperationTermination: {
|
|
7823
|
+
fields: {
|
|
7824
|
+
reason: {
|
|
7825
|
+
type: "string",
|
|
7826
|
+
id: 1
|
|
7827
|
+
},
|
|
7828
|
+
details: {
|
|
7829
|
+
type: "temporal.api.common.v1.Payloads",
|
|
7830
|
+
id: 2
|
|
7831
|
+
},
|
|
7832
|
+
identity: {
|
|
7833
|
+
type: "string",
|
|
7834
|
+
id: 3
|
|
7835
|
+
}
|
|
7836
|
+
}
|
|
7837
|
+
},
|
|
7838
|
+
BatchOperationSignal: {
|
|
7839
|
+
fields: {
|
|
7840
|
+
signal: {
|
|
7841
|
+
type: "string",
|
|
7842
|
+
id: 1
|
|
7843
|
+
},
|
|
7844
|
+
input: {
|
|
7845
|
+
type: "temporal.api.common.v1.Payloads",
|
|
7846
|
+
id: 2
|
|
7847
|
+
},
|
|
7848
|
+
header: {
|
|
7849
|
+
type: "temporal.api.common.v1.Header",
|
|
7850
|
+
id: 3
|
|
7851
|
+
},
|
|
7852
|
+
identity: {
|
|
7853
|
+
type: "string",
|
|
7854
|
+
id: 4
|
|
7855
|
+
}
|
|
7856
|
+
}
|
|
7857
|
+
},
|
|
7858
|
+
BatchOperationCancellation: {
|
|
7859
|
+
fields: {
|
|
7860
|
+
reason: {
|
|
7861
|
+
type: "string",
|
|
7862
|
+
id: 1
|
|
7863
|
+
},
|
|
7864
|
+
identity: {
|
|
7865
|
+
type: "string",
|
|
7866
|
+
id: 2
|
|
7867
|
+
}
|
|
7868
|
+
}
|
|
7869
|
+
}
|
|
7870
|
+
}
|
|
7871
|
+
}
|
|
7872
|
+
}
|
|
7873
|
+
},
|
|
7194
7874
|
operatorservice: {
|
|
7195
7875
|
nested: {
|
|
7196
7876
|
v1: {
|
|
@@ -7644,6 +8324,98 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
7644
8324
|
}
|
|
7645
8325
|
}
|
|
7646
8326
|
}
|
|
8327
|
+
},
|
|
8328
|
+
testservice: {
|
|
8329
|
+
nested: {
|
|
8330
|
+
v1: {
|
|
8331
|
+
options: {
|
|
8332
|
+
go_package: "go.temporal.io/api/testservice/v1;testservice",
|
|
8333
|
+
java_package: "io.temporal.api.testservice.v1",
|
|
8334
|
+
java_multiple_files: true,
|
|
8335
|
+
java_outer_classname: "ServiceProto",
|
|
8336
|
+
ruby_package: "Temporal::Api::TestService::V1",
|
|
8337
|
+
csharp_namespace: "Temporal.Api.TestService.V1"
|
|
8338
|
+
},
|
|
8339
|
+
nested: {
|
|
8340
|
+
LockTimeSkippingRequest: {
|
|
8341
|
+
fields: {}
|
|
8342
|
+
},
|
|
8343
|
+
LockTimeSkippingResponse: {
|
|
8344
|
+
fields: {}
|
|
8345
|
+
},
|
|
8346
|
+
UnlockTimeSkippingRequest: {
|
|
8347
|
+
fields: {}
|
|
8348
|
+
},
|
|
8349
|
+
UnlockTimeSkippingResponse: {
|
|
8350
|
+
fields: {}
|
|
8351
|
+
},
|
|
8352
|
+
SleepUntilRequest: {
|
|
8353
|
+
fields: {
|
|
8354
|
+
timestamp: {
|
|
8355
|
+
type: "google.protobuf.Timestamp",
|
|
8356
|
+
id: 1,
|
|
8357
|
+
options: {
|
|
8358
|
+
"(gogoproto.stdtime)": true
|
|
8359
|
+
}
|
|
8360
|
+
}
|
|
8361
|
+
}
|
|
8362
|
+
},
|
|
8363
|
+
SleepRequest: {
|
|
8364
|
+
fields: {
|
|
8365
|
+
duration: {
|
|
8366
|
+
type: "google.protobuf.Duration",
|
|
8367
|
+
id: 1,
|
|
8368
|
+
options: {
|
|
8369
|
+
"(gogoproto.stdduration)": true
|
|
8370
|
+
}
|
|
8371
|
+
}
|
|
8372
|
+
}
|
|
8373
|
+
},
|
|
8374
|
+
SleepResponse: {
|
|
8375
|
+
fields: {}
|
|
8376
|
+
},
|
|
8377
|
+
GetCurrentTimeResponse: {
|
|
8378
|
+
fields: {
|
|
8379
|
+
time: {
|
|
8380
|
+
type: "google.protobuf.Timestamp",
|
|
8381
|
+
id: 1,
|
|
8382
|
+
options: {
|
|
8383
|
+
"(gogoproto.stdtime)": true
|
|
8384
|
+
}
|
|
8385
|
+
}
|
|
8386
|
+
}
|
|
8387
|
+
},
|
|
8388
|
+
TestService: {
|
|
8389
|
+
methods: {
|
|
8390
|
+
LockTimeSkipping: {
|
|
8391
|
+
requestType: "LockTimeSkippingRequest",
|
|
8392
|
+
responseType: "LockTimeSkippingResponse"
|
|
8393
|
+
},
|
|
8394
|
+
UnlockTimeSkipping: {
|
|
8395
|
+
requestType: "UnlockTimeSkippingRequest",
|
|
8396
|
+
responseType: "UnlockTimeSkippingResponse"
|
|
8397
|
+
},
|
|
8398
|
+
Sleep: {
|
|
8399
|
+
requestType: "SleepRequest",
|
|
8400
|
+
responseType: "SleepResponse"
|
|
8401
|
+
},
|
|
8402
|
+
SleepUntil: {
|
|
8403
|
+
requestType: "SleepUntilRequest",
|
|
8404
|
+
responseType: "SleepResponse"
|
|
8405
|
+
},
|
|
8406
|
+
UnlockTimeSkippingWithSleep: {
|
|
8407
|
+
requestType: "SleepRequest",
|
|
8408
|
+
responseType: "SleepResponse"
|
|
8409
|
+
},
|
|
8410
|
+
GetCurrentTime: {
|
|
8411
|
+
requestType: "google.protobuf.Empty",
|
|
8412
|
+
responseType: "GetCurrentTimeResponse"
|
|
8413
|
+
}
|
|
8414
|
+
}
|
|
8415
|
+
}
|
|
8416
|
+
}
|
|
8417
|
+
}
|
|
8418
|
+
}
|
|
7647
8419
|
}
|
|
7648
8420
|
}
|
|
7649
8421
|
}
|
|
@@ -8869,6 +9641,64 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
8869
9641
|
}
|
|
8870
9642
|
}
|
|
8871
9643
|
}
|
|
9644
|
+
},
|
|
9645
|
+
grpc: {
|
|
9646
|
+
nested: {
|
|
9647
|
+
health: {
|
|
9648
|
+
nested: {
|
|
9649
|
+
v1: {
|
|
9650
|
+
options: {
|
|
9651
|
+
csharp_namespace: "Grpc.Health.V1",
|
|
9652
|
+
go_package: "google.golang.org/grpc/health/grpc_health_v1",
|
|
9653
|
+
java_multiple_files: true,
|
|
9654
|
+
java_outer_classname: "HealthProto",
|
|
9655
|
+
java_package: "io.grpc.health.v1"
|
|
9656
|
+
},
|
|
9657
|
+
nested: {
|
|
9658
|
+
HealthCheckRequest: {
|
|
9659
|
+
fields: {
|
|
9660
|
+
service: {
|
|
9661
|
+
type: "string",
|
|
9662
|
+
id: 1
|
|
9663
|
+
}
|
|
9664
|
+
}
|
|
9665
|
+
},
|
|
9666
|
+
HealthCheckResponse: {
|
|
9667
|
+
fields: {
|
|
9668
|
+
status: {
|
|
9669
|
+
type: "ServingStatus",
|
|
9670
|
+
id: 1
|
|
9671
|
+
}
|
|
9672
|
+
},
|
|
9673
|
+
nested: {
|
|
9674
|
+
ServingStatus: {
|
|
9675
|
+
values: {
|
|
9676
|
+
UNKNOWN: 0,
|
|
9677
|
+
SERVING: 1,
|
|
9678
|
+
NOT_SERVING: 2,
|
|
9679
|
+
SERVICE_UNKNOWN: 3
|
|
9680
|
+
}
|
|
9681
|
+
}
|
|
9682
|
+
}
|
|
9683
|
+
},
|
|
9684
|
+
Health: {
|
|
9685
|
+
methods: {
|
|
9686
|
+
Check: {
|
|
9687
|
+
requestType: "HealthCheckRequest",
|
|
9688
|
+
responseType: "HealthCheckResponse"
|
|
9689
|
+
},
|
|
9690
|
+
Watch: {
|
|
9691
|
+
requestType: "HealthCheckRequest",
|
|
9692
|
+
responseType: "HealthCheckResponse",
|
|
9693
|
+
responseStream: true
|
|
9694
|
+
}
|
|
9695
|
+
}
|
|
9696
|
+
}
|
|
9697
|
+
}
|
|
9698
|
+
}
|
|
9699
|
+
}
|
|
9700
|
+
}
|
|
9701
|
+
}
|
|
8872
9702
|
}
|
|
8873
9703
|
});
|
|
8874
9704
|
|