@temporalio/proto 1.17.0 → 1.17.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.
Files changed (3) hide show
  1. package/package.json +4 -2
  2. package/protos/json-module.js +2047 -420
  3. package/protos/root.d.ts +22371 -15591
@@ -2237,7 +2237,9 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2237
2237
  variant: {
2238
2238
  oneof: [
2239
2239
  "workflowEvent",
2240
- "batchJob"
2240
+ "batchJob",
2241
+ "activity",
2242
+ "nexusOperation"
2241
2243
  ]
2242
2244
  }
2243
2245
  },
@@ -2249,6 +2251,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2249
2251
  batchJob: {
2250
2252
  type: "BatchJob",
2251
2253
  id: 2
2254
+ },
2255
+ activity: {
2256
+ type: "Activity",
2257
+ id: 3
2258
+ },
2259
+ nexusOperation: {
2260
+ type: "NexusOperation",
2261
+ id: 4
2252
2262
  }
2253
2263
  },
2254
2264
  nested: {
@@ -2317,6 +2327,50 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2317
2327
  id: 1
2318
2328
  }
2319
2329
  }
2330
+ },
2331
+ Activity: {
2332
+ fields: {
2333
+ namespace: {
2334
+ type: "string",
2335
+ id: 1
2336
+ },
2337
+ activityId: {
2338
+ type: "string",
2339
+ id: 2
2340
+ },
2341
+ runId: {
2342
+ type: "string",
2343
+ id: 3
2344
+ }
2345
+ }
2346
+ },
2347
+ NexusOperation: {
2348
+ fields: {
2349
+ namespace: {
2350
+ type: "string",
2351
+ id: 1
2352
+ },
2353
+ operationId: {
2354
+ type: "string",
2355
+ id: 2
2356
+ },
2357
+ runId: {
2358
+ type: "string",
2359
+ id: 3
2360
+ }
2361
+ }
2362
+ }
2363
+ }
2364
+ },
2365
+ Principal: {
2366
+ fields: {
2367
+ type: {
2368
+ type: "string",
2369
+ id: 1
2370
+ },
2371
+ name: {
2372
+ type: "string",
2373
+ id: 2
2320
2374
  }
2321
2375
  }
2322
2376
  },
@@ -2350,6 +2404,22 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2350
2404
  id: 1
2351
2405
  }
2352
2406
  }
2407
+ },
2408
+ OnConflictOptions: {
2409
+ fields: {
2410
+ attachRequestId: {
2411
+ type: "bool",
2412
+ id: 1
2413
+ },
2414
+ attachCompletionCallbacks: {
2415
+ type: "bool",
2416
+ id: 2
2417
+ },
2418
+ attachLinks: {
2419
+ type: "bool",
2420
+ id: 3
2421
+ }
2422
+ }
2353
2423
  }
2354
2424
  }
2355
2425
  }
@@ -2507,7 +2577,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2507
2577
  EVENT_TYPE_NEXUS_OPERATION_CANCEL_REQUEST_COMPLETED: 56,
2508
2578
  EVENT_TYPE_NEXUS_OPERATION_CANCEL_REQUEST_FAILED: 57,
2509
2579
  EVENT_TYPE_WORKFLOW_EXECUTION_PAUSED: 58,
2510
- EVENT_TYPE_WORKFLOW_EXECUTION_UNPAUSED: 59
2580
+ EVENT_TYPE_WORKFLOW_EXECUTION_UNPAUSED: 59,
2581
+ EVENT_TYPE_WORKFLOW_EXECUTION_TIME_SKIPPING_TRANSITIONED: 60
2511
2582
  }
2512
2583
  },
2513
2584
  ResetReapplyExcludeType: {
@@ -2645,7 +2716,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2645
2716
  ContinueAsNewVersioningBehavior: {
2646
2717
  values: {
2647
2718
  CONTINUE_AS_NEW_VERSIONING_BEHAVIOR_UNSPECIFIED: 0,
2648
- CONTINUE_AS_NEW_VERSIONING_BEHAVIOR_AUTO_UPGRADE: 1
2719
+ CONTINUE_AS_NEW_VERSIONING_BEHAVIOR_AUTO_UPGRADE: 1,
2720
+ CONTINUE_AS_NEW_VERSIONING_BEHAVIOR_USE_RAMPING_VERSION: 2
2649
2721
  }
2650
2722
  },
2651
2723
  SuggestContinueAsNewReason: {
@@ -2670,6 +2742,39 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2670
2742
  NEXUS_HANDLER_ERROR_RETRY_BEHAVIOR_NON_RETRYABLE: 2
2671
2743
  }
2672
2744
  },
2745
+ NexusOperationExecutionStatus: {
2746
+ values: {
2747
+ NEXUS_OPERATION_EXECUTION_STATUS_UNSPECIFIED: 0,
2748
+ NEXUS_OPERATION_EXECUTION_STATUS_RUNNING: 1,
2749
+ NEXUS_OPERATION_EXECUTION_STATUS_COMPLETED: 2,
2750
+ NEXUS_OPERATION_EXECUTION_STATUS_FAILED: 3,
2751
+ NEXUS_OPERATION_EXECUTION_STATUS_CANCELED: 4,
2752
+ NEXUS_OPERATION_EXECUTION_STATUS_TERMINATED: 5,
2753
+ NEXUS_OPERATION_EXECUTION_STATUS_TIMED_OUT: 6
2754
+ }
2755
+ },
2756
+ NexusOperationWaitStage: {
2757
+ values: {
2758
+ NEXUS_OPERATION_WAIT_STAGE_UNSPECIFIED: 0,
2759
+ NEXUS_OPERATION_WAIT_STAGE_STARTED: 1,
2760
+ NEXUS_OPERATION_WAIT_STAGE_CLOSED: 2
2761
+ }
2762
+ },
2763
+ NexusOperationIdReusePolicy: {
2764
+ values: {
2765
+ NEXUS_OPERATION_ID_REUSE_POLICY_UNSPECIFIED: 0,
2766
+ NEXUS_OPERATION_ID_REUSE_POLICY_ALLOW_DUPLICATE: 1,
2767
+ NEXUS_OPERATION_ID_REUSE_POLICY_ALLOW_DUPLICATE_FAILED_ONLY: 2,
2768
+ NEXUS_OPERATION_ID_REUSE_POLICY_REJECT_DUPLICATE: 3
2769
+ }
2770
+ },
2771
+ NexusOperationIdConflictPolicy: {
2772
+ values: {
2773
+ NEXUS_OPERATION_ID_CONFLICT_POLICY_UNSPECIFIED: 0,
2774
+ NEXUS_OPERATION_ID_CONFLICT_POLICY_FAIL: 1,
2775
+ NEXUS_OPERATION_ID_CONFLICT_POLICY_USE_EXISTING: 2
2776
+ }
2777
+ },
2673
2778
  UpdateWorkflowExecutionLifecycleStage: {
2674
2779
  values: {
2675
2780
  UPDATE_WORKFLOW_EXECUTION_LIFECYCLE_STAGE_UNSPECIFIED: 0,
@@ -2833,7 +2938,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2833
2938
  values: {
2834
2939
  TASK_QUEUE_KIND_UNSPECIFIED: 0,
2835
2940
  TASK_QUEUE_KIND_NORMAL: 1,
2836
- TASK_QUEUE_KIND_STICKY: 2
2941
+ TASK_QUEUE_KIND_STICKY: 2,
2942
+ TASK_QUEUE_KIND_WORKER_COMMANDS: 3
2837
2943
  }
2838
2944
  },
2839
2945
  TaskQueueType: {
@@ -2911,7 +3017,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2911
3017
  WORKER_DEPLOYMENT_VERSION_STATUS_CURRENT: 2,
2912
3018
  WORKER_DEPLOYMENT_VERSION_STATUS_RAMPING: 3,
2913
3019
  WORKER_DEPLOYMENT_VERSION_STATUS_DRAINING: 4,
2914
- WORKER_DEPLOYMENT_VERSION_STATUS_DRAINED: 5
3020
+ WORKER_DEPLOYMENT_VERSION_STATUS_DRAINED: 5,
3021
+ WORKER_DEPLOYMENT_VERSION_STATUS_CREATED: 6
2915
3022
  }
2916
3023
  },
2917
3024
  ActivityExecutionStatus: {
@@ -3030,11 +3137,20 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3030
3137
  details: {
3031
3138
  type: "temporal.api.common.v1.Payloads",
3032
3139
  id: 1
3140
+ },
3141
+ identity: {
3142
+ type: "string",
3143
+ id: 2
3033
3144
  }
3034
3145
  }
3035
3146
  },
3036
3147
  TerminatedFailureInfo: {
3037
- fields: {}
3148
+ fields: {
3149
+ identity: {
3150
+ type: "string",
3151
+ id: 1
3152
+ }
3153
+ }
3038
3154
  },
3039
3155
  ServerFailureInfo: {
3040
3156
  fields: {
@@ -3739,179 +3855,528 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3739
3855
  }
3740
3856
  }
3741
3857
  }
3742
- }
3743
- }
3744
- }
3745
- }
3746
- },
3747
- workflowservice: {
3748
- nested: {
3749
- v1: {
3750
- options: {
3751
- go_package: "go.temporal.io/api/workflowservice/v1;workflowservice",
3752
- java_package: "io.temporal.api.workflowservice.v1",
3753
- java_multiple_files: true,
3754
- java_outer_classname: "ServiceProto",
3755
- ruby_package: "Temporalio::Api::WorkflowService::V1",
3756
- csharp_namespace: "Temporalio.Api.WorkflowService.V1"
3757
- },
3758
- nested: {
3759
- RegisterNamespaceRequest: {
3858
+ },
3859
+ NexusOperationExecutionCancellationInfo: {
3760
3860
  fields: {
3761
- namespace: {
3762
- type: "string",
3861
+ requestedTime: {
3862
+ type: "google.protobuf.Timestamp",
3763
3863
  id: 1
3764
3864
  },
3765
- description: {
3766
- type: "string",
3865
+ state: {
3866
+ type: "temporal.api.enums.v1.NexusOperationCancellationState",
3767
3867
  id: 2
3768
3868
  },
3769
- ownerEmail: {
3770
- type: "string",
3869
+ attempt: {
3870
+ type: "int32",
3771
3871
  id: 3
3772
3872
  },
3773
- workflowExecutionRetentionPeriod: {
3774
- type: "google.protobuf.Duration",
3873
+ lastAttemptCompleteTime: {
3874
+ type: "google.protobuf.Timestamp",
3775
3875
  id: 4
3776
3876
  },
3777
- clusters: {
3778
- rule: "repeated",
3779
- type: "temporal.api.replication.v1.ClusterReplicationConfig",
3877
+ lastAttemptFailure: {
3878
+ type: "temporal.api.failure.v1.Failure",
3780
3879
  id: 5
3781
3880
  },
3782
- activeClusterName: {
3783
- type: "string",
3881
+ nextAttemptScheduleTime: {
3882
+ type: "google.protobuf.Timestamp",
3784
3883
  id: 6
3785
3884
  },
3786
- data: {
3787
- keyType: "string",
3885
+ blockedReason: {
3788
3886
  type: "string",
3789
3887
  id: 7
3790
3888
  },
3791
- securityToken: {
3889
+ reason: {
3792
3890
  type: "string",
3793
3891
  id: 8
3794
- },
3795
- isGlobalNamespace: {
3796
- type: "bool",
3797
- id: 9
3798
- },
3799
- historyArchivalState: {
3800
- type: "temporal.api.enums.v1.ArchivalState",
3801
- id: 10
3802
- },
3803
- historyArchivalUri: {
3804
- type: "string",
3805
- id: 11
3806
- },
3807
- visibilityArchivalState: {
3808
- type: "temporal.api.enums.v1.ArchivalState",
3809
- id: 12
3810
- },
3811
- visibilityArchivalUri: {
3812
- type: "string",
3813
- id: 13
3814
- }
3815
- }
3816
- },
3817
- RegisterNamespaceResponse: {
3818
- fields: {}
3819
- },
3820
- ListNamespacesRequest: {
3821
- fields: {
3822
- pageSize: {
3823
- type: "int32",
3824
- id: 1
3825
- },
3826
- nextPageToken: {
3827
- type: "bytes",
3828
- id: 2
3829
- },
3830
- namespaceFilter: {
3831
- type: "temporal.api.namespace.v1.NamespaceFilter",
3832
- id: 3
3833
- }
3834
- }
3835
- },
3836
- ListNamespacesResponse: {
3837
- fields: {
3838
- namespaces: {
3839
- rule: "repeated",
3840
- type: "DescribeNamespaceResponse",
3841
- id: 1
3842
- },
3843
- nextPageToken: {
3844
- type: "bytes",
3845
- id: 2
3846
3892
  }
3847
3893
  }
3848
3894
  },
3849
- DescribeNamespaceRequest: {
3895
+ NexusOperationExecutionInfo: {
3850
3896
  fields: {
3851
- namespace: {
3897
+ operationId: {
3852
3898
  type: "string",
3853
3899
  id: 1
3854
3900
  },
3855
- id: {
3901
+ runId: {
3856
3902
  type: "string",
3857
3903
  id: 2
3858
- }
3859
- }
3860
- },
3861
- DescribeNamespaceResponse: {
3862
- fields: {
3863
- namespaceInfo: {
3864
- type: "temporal.api.namespace.v1.NamespaceInfo",
3865
- id: 1
3866
- },
3867
- config: {
3868
- type: "temporal.api.namespace.v1.NamespaceConfig",
3869
- id: 2
3870
3904
  },
3871
- replicationConfig: {
3872
- type: "temporal.api.replication.v1.NamespaceReplicationConfig",
3905
+ endpoint: {
3906
+ type: "string",
3873
3907
  id: 3
3874
3908
  },
3875
- failoverVersion: {
3876
- type: "int64",
3909
+ service: {
3910
+ type: "string",
3877
3911
  id: 4
3878
3912
  },
3879
- isGlobalNamespace: {
3880
- type: "bool",
3913
+ operation: {
3914
+ type: "string",
3881
3915
  id: 5
3882
3916
  },
3883
- failoverHistory: {
3884
- rule: "repeated",
3885
- type: "temporal.api.replication.v1.FailoverStatus",
3917
+ status: {
3918
+ type: "temporal.api.enums.v1.NexusOperationExecutionStatus",
3886
3919
  id: 6
3887
- }
3888
- }
3889
- },
3890
- UpdateNamespaceRequest: {
3891
- fields: {
3892
- namespace: {
3893
- type: "string",
3894
- id: 1
3895
3920
  },
3896
- updateInfo: {
3897
- type: "temporal.api.namespace.v1.UpdateNamespaceInfo",
3898
- id: 2
3921
+ state: {
3922
+ type: "temporal.api.enums.v1.PendingNexusOperationState",
3923
+ id: 7
3899
3924
  },
3900
- config: {
3901
- type: "temporal.api.namespace.v1.NamespaceConfig",
3902
- id: 3
3925
+ scheduleToCloseTimeout: {
3926
+ type: "google.protobuf.Duration",
3927
+ id: 8
3903
3928
  },
3904
- replicationConfig: {
3905
- type: "temporal.api.replication.v1.NamespaceReplicationConfig",
3906
- id: 4
3929
+ scheduleToStartTimeout: {
3930
+ type: "google.protobuf.Duration",
3931
+ id: 9
3907
3932
  },
3908
- securityToken: {
3909
- type: "string",
3910
- id: 5
3933
+ startToCloseTimeout: {
3934
+ type: "google.protobuf.Duration",
3935
+ id: 10
3911
3936
  },
3912
- deleteBadBinary: {
3913
- type: "string",
3914
- id: 6
3937
+ attempt: {
3938
+ type: "int32",
3939
+ id: 11
3940
+ },
3941
+ scheduleTime: {
3942
+ type: "google.protobuf.Timestamp",
3943
+ id: 12
3944
+ },
3945
+ expirationTime: {
3946
+ type: "google.protobuf.Timestamp",
3947
+ id: 13
3948
+ },
3949
+ closeTime: {
3950
+ type: "google.protobuf.Timestamp",
3951
+ id: 14
3952
+ },
3953
+ lastAttemptCompleteTime: {
3954
+ type: "google.protobuf.Timestamp",
3955
+ id: 15
3956
+ },
3957
+ lastAttemptFailure: {
3958
+ type: "temporal.api.failure.v1.Failure",
3959
+ id: 16
3960
+ },
3961
+ nextAttemptScheduleTime: {
3962
+ type: "google.protobuf.Timestamp",
3963
+ id: 17
3964
+ },
3965
+ executionDuration: {
3966
+ type: "google.protobuf.Duration",
3967
+ id: 18
3968
+ },
3969
+ cancellationInfo: {
3970
+ type: "NexusOperationExecutionCancellationInfo",
3971
+ id: 19
3972
+ },
3973
+ blockedReason: {
3974
+ type: "string",
3975
+ id: 20
3976
+ },
3977
+ requestId: {
3978
+ type: "string",
3979
+ id: 21
3980
+ },
3981
+ operationToken: {
3982
+ type: "string",
3983
+ id: 22
3984
+ },
3985
+ stateTransitionCount: {
3986
+ type: "int64",
3987
+ id: 23
3988
+ },
3989
+ searchAttributes: {
3990
+ type: "temporal.api.common.v1.SearchAttributes",
3991
+ id: 24
3992
+ },
3993
+ nexusHeader: {
3994
+ keyType: "string",
3995
+ type: "string",
3996
+ id: 25
3997
+ },
3998
+ userMetadata: {
3999
+ type: "temporal.api.sdk.v1.UserMetadata",
4000
+ id: 26
4001
+ },
4002
+ links: {
4003
+ rule: "repeated",
4004
+ type: "temporal.api.common.v1.Link",
4005
+ id: 27
4006
+ },
4007
+ identity: {
4008
+ type: "string",
4009
+ id: 28
4010
+ }
4011
+ }
4012
+ },
4013
+ NexusOperationExecutionListInfo: {
4014
+ fields: {
4015
+ operationId: {
4016
+ type: "string",
4017
+ id: 1
4018
+ },
4019
+ runId: {
4020
+ type: "string",
4021
+ id: 2
4022
+ },
4023
+ endpoint: {
4024
+ type: "string",
4025
+ id: 3
4026
+ },
4027
+ service: {
4028
+ type: "string",
4029
+ id: 4
4030
+ },
4031
+ operation: {
4032
+ type: "string",
4033
+ id: 5
4034
+ },
4035
+ scheduleTime: {
4036
+ type: "google.protobuf.Timestamp",
4037
+ id: 6
4038
+ },
4039
+ closeTime: {
4040
+ type: "google.protobuf.Timestamp",
4041
+ id: 7
4042
+ },
4043
+ status: {
4044
+ type: "temporal.api.enums.v1.NexusOperationExecutionStatus",
4045
+ id: 8
4046
+ },
4047
+ searchAttributes: {
4048
+ type: "temporal.api.common.v1.SearchAttributes",
4049
+ id: 9
4050
+ },
4051
+ stateTransitionCount: {
4052
+ type: "int64",
4053
+ id: 10
4054
+ },
4055
+ executionDuration: {
4056
+ type: "google.protobuf.Duration",
4057
+ id: 11
4058
+ }
4059
+ }
4060
+ }
4061
+ }
4062
+ }
4063
+ }
4064
+ },
4065
+ sdk: {
4066
+ nested: {
4067
+ v1: {
4068
+ options: {
4069
+ go_package: "go.temporal.io/api/sdk/v1;sdk",
4070
+ java_package: "io.temporal.api.sdk.v1",
4071
+ java_multiple_files: true,
4072
+ java_outer_classname: "WorkflowMetadataProto",
4073
+ ruby_package: "Temporalio::Api::Sdk::V1",
4074
+ csharp_namespace: "Temporalio.Api.Sdk.V1"
4075
+ },
4076
+ nested: {
4077
+ UserMetadata: {
4078
+ fields: {
4079
+ summary: {
4080
+ type: "temporal.api.common.v1.Payload",
4081
+ id: 1
4082
+ },
4083
+ details: {
4084
+ type: "temporal.api.common.v1.Payload",
4085
+ id: 2
4086
+ }
4087
+ }
4088
+ },
4089
+ WorkflowTaskCompletedMetadata: {
4090
+ fields: {
4091
+ coreUsedFlags: {
4092
+ rule: "repeated",
4093
+ type: "uint32",
4094
+ id: 1
4095
+ },
4096
+ langUsedFlags: {
4097
+ rule: "repeated",
4098
+ type: "uint32",
4099
+ id: 2
4100
+ },
4101
+ sdkName: {
4102
+ type: "string",
4103
+ id: 3
4104
+ },
4105
+ sdkVersion: {
4106
+ type: "string",
4107
+ id: 4
4108
+ }
4109
+ }
4110
+ },
4111
+ WorkerConfig: {
4112
+ oneofs: {
4113
+ pollerBehavior: {
4114
+ oneof: [
4115
+ "simplePollerBehavior",
4116
+ "autoscalingPollerBehavior"
4117
+ ]
4118
+ }
4119
+ },
4120
+ fields: {
4121
+ workflowCacheSize: {
4122
+ type: "int32",
4123
+ id: 1
4124
+ },
4125
+ simplePollerBehavior: {
4126
+ type: "SimplePollerBehavior",
4127
+ id: 2
4128
+ },
4129
+ autoscalingPollerBehavior: {
4130
+ type: "AutoscalingPollerBehavior",
4131
+ id: 3
4132
+ }
4133
+ },
4134
+ nested: {
4135
+ SimplePollerBehavior: {
4136
+ fields: {
4137
+ maxPollers: {
4138
+ type: "int32",
4139
+ id: 1
4140
+ }
4141
+ }
4142
+ },
4143
+ AutoscalingPollerBehavior: {
4144
+ fields: {
4145
+ minPollers: {
4146
+ type: "int32",
4147
+ id: 1
4148
+ },
4149
+ maxPollers: {
4150
+ type: "int32",
4151
+ id: 2
4152
+ },
4153
+ initialPollers: {
4154
+ type: "int32",
4155
+ id: 3
4156
+ }
4157
+ }
4158
+ }
4159
+ }
4160
+ },
4161
+ WorkflowMetadata: {
4162
+ fields: {
4163
+ definition: {
4164
+ type: "WorkflowDefinition",
4165
+ id: 1
4166
+ },
4167
+ currentDetails: {
4168
+ type: "string",
4169
+ id: 2
4170
+ }
4171
+ }
4172
+ },
4173
+ WorkflowDefinition: {
4174
+ fields: {
4175
+ type: {
4176
+ type: "string",
4177
+ id: 1
4178
+ },
4179
+ queryDefinitions: {
4180
+ rule: "repeated",
4181
+ type: "WorkflowInteractionDefinition",
4182
+ id: 2
4183
+ },
4184
+ signalDefinitions: {
4185
+ rule: "repeated",
4186
+ type: "WorkflowInteractionDefinition",
4187
+ id: 3
4188
+ },
4189
+ updateDefinitions: {
4190
+ rule: "repeated",
4191
+ type: "WorkflowInteractionDefinition",
4192
+ id: 4
4193
+ }
4194
+ }
4195
+ },
4196
+ WorkflowInteractionDefinition: {
4197
+ fields: {
4198
+ name: {
4199
+ type: "string",
4200
+ id: 1
4201
+ },
4202
+ description: {
4203
+ type: "string",
4204
+ id: 2
4205
+ }
4206
+ }
4207
+ }
4208
+ }
4209
+ }
4210
+ }
4211
+ },
4212
+ workflowservice: {
4213
+ nested: {
4214
+ v1: {
4215
+ options: {
4216
+ go_package: "go.temporal.io/api/workflowservice/v1;workflowservice",
4217
+ java_package: "io.temporal.api.workflowservice.v1",
4218
+ java_multiple_files: true,
4219
+ java_outer_classname: "ServiceProto",
4220
+ ruby_package: "Temporalio::Api::WorkflowService::V1",
4221
+ csharp_namespace: "Temporalio.Api.WorkflowService.V1"
4222
+ },
4223
+ nested: {
4224
+ RegisterNamespaceRequest: {
4225
+ fields: {
4226
+ namespace: {
4227
+ type: "string",
4228
+ id: 1
4229
+ },
4230
+ description: {
4231
+ type: "string",
4232
+ id: 2
4233
+ },
4234
+ ownerEmail: {
4235
+ type: "string",
4236
+ id: 3
4237
+ },
4238
+ workflowExecutionRetentionPeriod: {
4239
+ type: "google.protobuf.Duration",
4240
+ id: 4
4241
+ },
4242
+ clusters: {
4243
+ rule: "repeated",
4244
+ type: "temporal.api.replication.v1.ClusterReplicationConfig",
4245
+ id: 5
4246
+ },
4247
+ activeClusterName: {
4248
+ type: "string",
4249
+ id: 6
4250
+ },
4251
+ data: {
4252
+ keyType: "string",
4253
+ type: "string",
4254
+ id: 7
4255
+ },
4256
+ securityToken: {
4257
+ type: "string",
4258
+ id: 8
4259
+ },
4260
+ isGlobalNamespace: {
4261
+ type: "bool",
4262
+ id: 9
4263
+ },
4264
+ historyArchivalState: {
4265
+ type: "temporal.api.enums.v1.ArchivalState",
4266
+ id: 10
4267
+ },
4268
+ historyArchivalUri: {
4269
+ type: "string",
4270
+ id: 11
4271
+ },
4272
+ visibilityArchivalState: {
4273
+ type: "temporal.api.enums.v1.ArchivalState",
4274
+ id: 12
4275
+ },
4276
+ visibilityArchivalUri: {
4277
+ type: "string",
4278
+ id: 13
4279
+ }
4280
+ }
4281
+ },
4282
+ RegisterNamespaceResponse: {
4283
+ fields: {}
4284
+ },
4285
+ ListNamespacesRequest: {
4286
+ fields: {
4287
+ pageSize: {
4288
+ type: "int32",
4289
+ id: 1
4290
+ },
4291
+ nextPageToken: {
4292
+ type: "bytes",
4293
+ id: 2
4294
+ },
4295
+ namespaceFilter: {
4296
+ type: "temporal.api.namespace.v1.NamespaceFilter",
4297
+ id: 3
4298
+ }
4299
+ }
4300
+ },
4301
+ ListNamespacesResponse: {
4302
+ fields: {
4303
+ namespaces: {
4304
+ rule: "repeated",
4305
+ type: "DescribeNamespaceResponse",
4306
+ id: 1
4307
+ },
4308
+ nextPageToken: {
4309
+ type: "bytes",
4310
+ id: 2
4311
+ }
4312
+ }
4313
+ },
4314
+ DescribeNamespaceRequest: {
4315
+ fields: {
4316
+ namespace: {
4317
+ type: "string",
4318
+ id: 1
4319
+ },
4320
+ id: {
4321
+ type: "string",
4322
+ id: 2
4323
+ }
4324
+ }
4325
+ },
4326
+ DescribeNamespaceResponse: {
4327
+ fields: {
4328
+ namespaceInfo: {
4329
+ type: "temporal.api.namespace.v1.NamespaceInfo",
4330
+ id: 1
4331
+ },
4332
+ config: {
4333
+ type: "temporal.api.namespace.v1.NamespaceConfig",
4334
+ id: 2
4335
+ },
4336
+ replicationConfig: {
4337
+ type: "temporal.api.replication.v1.NamespaceReplicationConfig",
4338
+ id: 3
4339
+ },
4340
+ failoverVersion: {
4341
+ type: "int64",
4342
+ id: 4
4343
+ },
4344
+ isGlobalNamespace: {
4345
+ type: "bool",
4346
+ id: 5
4347
+ },
4348
+ failoverHistory: {
4349
+ rule: "repeated",
4350
+ type: "temporal.api.replication.v1.FailoverStatus",
4351
+ id: 6
4352
+ }
4353
+ }
4354
+ },
4355
+ UpdateNamespaceRequest: {
4356
+ fields: {
4357
+ namespace: {
4358
+ type: "string",
4359
+ id: 1
4360
+ },
4361
+ updateInfo: {
4362
+ type: "temporal.api.namespace.v1.UpdateNamespaceInfo",
4363
+ id: 2
4364
+ },
4365
+ config: {
4366
+ type: "temporal.api.namespace.v1.NamespaceConfig",
4367
+ id: 3
4368
+ },
4369
+ replicationConfig: {
4370
+ type: "temporal.api.replication.v1.NamespaceReplicationConfig",
4371
+ id: 4
4372
+ },
4373
+ securityToken: {
4374
+ type: "string",
4375
+ id: 5
4376
+ },
4377
+ deleteBadBinary: {
4378
+ type: "string",
4379
+ id: 6
3915
4380
  },
3916
4381
  promoteNamespace: {
3917
4382
  type: "bool",
@@ -4073,6 +4538,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4073
4538
  eagerWorkerDeploymentOptions: {
4074
4539
  type: "temporal.api.deployment.v1.WorkerDeploymentOptions",
4075
4540
  id: 28
4541
+ },
4542
+ timeSkippingConfig: {
4543
+ type: "temporal.api.workflow.v1.TimeSkippingConfig",
4544
+ id: 29
4076
4545
  }
4077
4546
  }
4078
4547
  },
@@ -4195,6 +4664,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4195
4664
  type: "temporal.api.taskqueue.v1.TaskQueue",
4196
4665
  id: 2
4197
4666
  },
4667
+ pollerGroupId: {
4668
+ type: "string",
4669
+ id: 10
4670
+ },
4198
4671
  identity: {
4199
4672
  type: "string",
4200
4673
  id: 3
@@ -4203,6 +4676,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4203
4676
  type: "string",
4204
4677
  id: 8
4205
4678
  },
4679
+ workerControlTaskQueue: {
4680
+ type: "string",
4681
+ id: 9
4682
+ },
4206
4683
  binaryChecksum: {
4207
4684
  type: "string",
4208
4685
  id: 4,
@@ -4297,6 +4774,15 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4297
4774
  pollerScalingDecision: {
4298
4775
  type: "temporal.api.taskqueue.v1.PollerScalingDecision",
4299
4776
  id: 16
4777
+ },
4778
+ pollerGroupId: {
4779
+ type: "string",
4780
+ id: 17
4781
+ },
4782
+ pollerGroupInfos: {
4783
+ rule: "repeated",
4784
+ type: "temporal.api.taskqueue.v1.PollerGroupInfo",
4785
+ id: 18
4300
4786
  }
4301
4787
  }
4302
4788
  },
@@ -4385,6 +4871,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4385
4871
  deploymentOptions: {
4386
4872
  type: "temporal.api.deployment.v1.WorkerDeploymentOptions",
4387
4873
  id: 17
4874
+ },
4875
+ workerInstanceKey: {
4876
+ type: "string",
4877
+ id: 19
4878
+ },
4879
+ workerControlTaskQueue: {
4880
+ type: "string",
4881
+ id: 20
4388
4882
  }
4389
4883
  },
4390
4884
  nested: {
@@ -4486,6 +4980,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4486
4980
  type: "temporal.api.taskqueue.v1.TaskQueue",
4487
4981
  id: 2
4488
4982
  },
4983
+ pollerGroupId: {
4984
+ type: "string",
4985
+ id: 10
4986
+ },
4489
4987
  identity: {
4490
4988
  type: "string",
4491
4989
  id: 3
@@ -4494,6 +4992,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4494
4992
  type: "string",
4495
4993
  id: 8
4496
4994
  },
4995
+ workerControlTaskQueue: {
4996
+ type: "string",
4997
+ id: 9
4998
+ },
4497
4999
  taskQueueMetadata: {
4498
5000
  type: "temporal.api.taskqueue.v1.TaskQueueMetadata",
4499
5001
  id: 4
@@ -4599,6 +5101,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4599
5101
  activityRunId: {
4600
5102
  type: "string",
4601
5103
  id: 20
5104
+ },
5105
+ pollerGroupInfos: {
5106
+ rule: "repeated",
5107
+ type: "temporal.api.taskqueue.v1.PollerGroupInfo",
5108
+ id: 21
4602
5109
  }
4603
5110
  }
4604
5111
  },
@@ -5041,7 +5548,12 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
5041
5548
  ]
5042
5549
  },
5043
5550
  SignalWorkflowExecutionResponse: {
5044
- fields: {}
5551
+ fields: {
5552
+ link: {
5553
+ type: "temporal.api.common.v1.Link",
5554
+ id: 1
5555
+ }
5556
+ }
5045
5557
  },
5046
5558
  SignalWithStartWorkflowExecutionRequest: {
5047
5559
  fields: {
@@ -5148,6 +5660,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
5148
5660
  priority: {
5149
5661
  type: "temporal.api.common.v1.Priority",
5150
5662
  id: 26
5663
+ },
5664
+ timeSkippingConfig: {
5665
+ type: "temporal.api.workflow.v1.TimeSkippingConfig",
5666
+ id: 27
5151
5667
  }
5152
5668
  },
5153
5669
  reserved: [
@@ -5166,6 +5682,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
5166
5682
  started: {
5167
5683
  type: "bool",
5168
5684
  id: 2
5685
+ },
5686
+ signalLink: {
5687
+ type: "temporal.api.common.v1.Link",
5688
+ id: 3
5169
5689
  }
5170
5690
  }
5171
5691
  },
@@ -5556,6 +6076,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
5556
6076
  cause: {
5557
6077
  type: "temporal.api.enums.v1.WorkflowTaskFailedCause",
5558
6078
  id: 8
6079
+ },
6080
+ pollerGroupId: {
6081
+ type: "string",
6082
+ id: 9
5559
6083
  }
5560
6084
  },
5561
6085
  reserved: [
@@ -5941,6 +6465,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
5941
6465
  nexus: {
5942
6466
  type: "bool",
5943
6467
  id: 11
6468
+ },
6469
+ serverScaledDeployments: {
6470
+ type: "bool",
6471
+ id: 12
5944
6472
  }
5945
6473
  }
5946
6474
  }
@@ -6081,6 +6609,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
6081
6609
  searchAttributes: {
6082
6610
  type: "temporal.api.common.v1.SearchAttributes",
6083
6611
  id: 7
6612
+ },
6613
+ memo: {
6614
+ type: "temporal.api.common.v1.Memo",
6615
+ id: 8
6084
6616
  }
6085
6617
  }
6086
6618
  },
@@ -6830,6 +7362,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
6830
7362
  type: "string",
6831
7363
  id: 1
6832
7364
  },
7365
+ taskQueue: {
7366
+ type: "temporal.api.taskqueue.v1.TaskQueue",
7367
+ id: 3
7368
+ },
7369
+ pollerGroupId: {
7370
+ type: "string",
7371
+ id: 9
7372
+ },
6833
7373
  identity: {
6834
7374
  type: "string",
6835
7375
  id: 2
@@ -6838,10 +7378,6 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
6838
7378
  type: "string",
6839
7379
  id: 8
6840
7380
  },
6841
- taskQueue: {
6842
- type: "temporal.api.taskqueue.v1.TaskQueue",
6843
- id: 3
6844
- },
6845
7381
  workerVersionCapabilities: {
6846
7382
  type: "temporal.api.common.v1.WorkerVersionCapabilities",
6847
7383
  id: 4,
@@ -6873,6 +7409,15 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
6873
7409
  pollerScalingDecision: {
6874
7410
  type: "temporal.api.taskqueue.v1.PollerScalingDecision",
6875
7411
  id: 3
7412
+ },
7413
+ pollerGroupId: {
7414
+ type: "string",
7415
+ id: 4
7416
+ },
7417
+ pollerGroupInfos: {
7418
+ rule: "repeated",
7419
+ type: "temporal.api.taskqueue.v1.PollerGroupInfo",
7420
+ id: 5
6876
7421
  }
6877
7422
  }
6878
7423
  },
@@ -6893,6 +7438,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
6893
7438
  response: {
6894
7439
  type: "temporal.api.nexus.v1.Response",
6895
7440
  id: 4
7441
+ },
7442
+ pollerGroupId: {
7443
+ type: "string",
7444
+ id: 5
6896
7445
  }
6897
7446
  }
6898
7447
  },
@@ -6923,6 +7472,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
6923
7472
  failure: {
6924
7473
  type: "temporal.api.failure.v1.Failure",
6925
7474
  id: 5
7475
+ },
7476
+ pollerGroupId: {
7477
+ type: "string",
7478
+ id: 6
6926
7479
  }
6927
7480
  }
6928
7481
  },
@@ -7536,6 +8089,34 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
7536
8089
  }
7537
8090
  }
7538
8091
  },
8092
+ CreateWorkerDeploymentRequest: {
8093
+ fields: {
8094
+ namespace: {
8095
+ type: "string",
8096
+ id: 1
8097
+ },
8098
+ deploymentName: {
8099
+ type: "string",
8100
+ id: 2
8101
+ },
8102
+ identity: {
8103
+ type: "string",
8104
+ id: 4
8105
+ },
8106
+ requestId: {
8107
+ type: "string",
8108
+ id: 5
8109
+ }
8110
+ }
8111
+ },
8112
+ CreateWorkerDeploymentResponse: {
8113
+ fields: {
8114
+ conflictToken: {
8115
+ type: "bytes",
8116
+ id: 1
8117
+ }
8118
+ }
8119
+ },
7539
8120
  ListWorkerDeploymentsRequest: {
7540
8121
  fields: {
7541
8122
  namespace: {
@@ -7595,6 +8176,33 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
7595
8176
  }
7596
8177
  }
7597
8178
  },
8179
+ CreateWorkerDeploymentVersionRequest: {
8180
+ fields: {
8181
+ namespace: {
8182
+ type: "string",
8183
+ id: 1
8184
+ },
8185
+ deploymentVersion: {
8186
+ type: "temporal.api.deployment.v1.WorkerDeploymentVersion",
8187
+ id: 2
8188
+ },
8189
+ computeConfig: {
8190
+ type: "temporal.api.compute.v1.ComputeConfig",
8191
+ id: 4
8192
+ },
8193
+ identity: {
8194
+ type: "string",
8195
+ id: 3
8196
+ },
8197
+ requestId: {
8198
+ type: "string",
8199
+ id: 5
8200
+ }
8201
+ }
8202
+ },
8203
+ CreateWorkerDeploymentVersionResponse: {
8204
+ fields: {}
8205
+ },
7598
8206
  DeleteWorkerDeploymentVersionRequest: {
7599
8207
  fields: {
7600
8208
  namespace: {
@@ -7610,38 +8218,100 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
7610
8218
  },
7611
8219
  deploymentVersion: {
7612
8220
  type: "temporal.api.deployment.v1.WorkerDeploymentVersion",
7613
- id: 5
8221
+ id: 5
8222
+ },
8223
+ skipDrainage: {
8224
+ type: "bool",
8225
+ id: 3
8226
+ },
8227
+ identity: {
8228
+ type: "string",
8229
+ id: 4
8230
+ }
8231
+ }
8232
+ },
8233
+ DeleteWorkerDeploymentVersionResponse: {
8234
+ fields: {}
8235
+ },
8236
+ DeleteWorkerDeploymentRequest: {
8237
+ fields: {
8238
+ namespace: {
8239
+ type: "string",
8240
+ id: 1
8241
+ },
8242
+ deploymentName: {
8243
+ type: "string",
8244
+ id: 2
8245
+ },
8246
+ identity: {
8247
+ type: "string",
8248
+ id: 3
8249
+ }
8250
+ }
8251
+ },
8252
+ DeleteWorkerDeploymentResponse: {
8253
+ fields: {}
8254
+ },
8255
+ UpdateWorkerDeploymentVersionComputeConfigRequest: {
8256
+ fields: {
8257
+ namespace: {
8258
+ type: "string",
8259
+ id: 1
8260
+ },
8261
+ deploymentVersion: {
8262
+ type: "temporal.api.deployment.v1.WorkerDeploymentVersion",
8263
+ id: 2
7614
8264
  },
7615
- skipDrainage: {
7616
- type: "bool",
7617
- id: 3
8265
+ computeConfigScalingGroups: {
8266
+ keyType: "string",
8267
+ type: "temporal.api.compute.v1.ComputeConfigScalingGroupUpdate",
8268
+ id: 6
8269
+ },
8270
+ removeComputeConfigScalingGroups: {
8271
+ rule: "repeated",
8272
+ type: "string",
8273
+ id: 7
7618
8274
  },
7619
8275
  identity: {
8276
+ type: "string",
8277
+ id: 3
8278
+ },
8279
+ requestId: {
7620
8280
  type: "string",
7621
8281
  id: 4
7622
8282
  }
7623
8283
  }
7624
8284
  },
7625
- DeleteWorkerDeploymentVersionResponse: {
8285
+ UpdateWorkerDeploymentVersionComputeConfigResponse: {
7626
8286
  fields: {}
7627
8287
  },
7628
- DeleteWorkerDeploymentRequest: {
8288
+ ValidateWorkerDeploymentVersionComputeConfigRequest: {
7629
8289
  fields: {
7630
8290
  namespace: {
7631
8291
  type: "string",
7632
8292
  id: 1
7633
8293
  },
7634
- deploymentName: {
7635
- type: "string",
8294
+ deploymentVersion: {
8295
+ type: "temporal.api.deployment.v1.WorkerDeploymentVersion",
7636
8296
  id: 2
7637
8297
  },
8298
+ computeConfigScalingGroups: {
8299
+ keyType: "string",
8300
+ type: "temporal.api.compute.v1.ComputeConfigScalingGroupUpdate",
8301
+ id: 6
8302
+ },
8303
+ removeComputeConfigScalingGroups: {
8304
+ rule: "repeated",
8305
+ type: "string",
8306
+ id: 7
8307
+ },
7638
8308
  identity: {
7639
8309
  type: "string",
7640
8310
  id: 3
7641
8311
  }
7642
8312
  }
7643
8313
  },
7644
- DeleteWorkerDeploymentResponse: {
8314
+ ValidateWorkerDeploymentVersionComputeConfigResponse: {
7645
8315
  fields: {}
7646
8316
  },
7647
8317
  UpdateWorkerDeploymentVersionMetadataRequest: {
@@ -8210,7 +8880,235 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8210
8880
  UnpauseWorkflowExecutionResponse: {
8211
8881
  fields: {}
8212
8882
  },
8213
- StartActivityExecutionRequest: {
8883
+ StartActivityExecutionRequest: {
8884
+ fields: {
8885
+ namespace: {
8886
+ type: "string",
8887
+ id: 1
8888
+ },
8889
+ identity: {
8890
+ type: "string",
8891
+ id: 2
8892
+ },
8893
+ requestId: {
8894
+ type: "string",
8895
+ id: 3
8896
+ },
8897
+ activityId: {
8898
+ type: "string",
8899
+ id: 4
8900
+ },
8901
+ activityType: {
8902
+ type: "temporal.api.common.v1.ActivityType",
8903
+ id: 5
8904
+ },
8905
+ taskQueue: {
8906
+ type: "temporal.api.taskqueue.v1.TaskQueue",
8907
+ id: 6
8908
+ },
8909
+ scheduleToCloseTimeout: {
8910
+ type: "google.protobuf.Duration",
8911
+ id: 7
8912
+ },
8913
+ scheduleToStartTimeout: {
8914
+ type: "google.protobuf.Duration",
8915
+ id: 8
8916
+ },
8917
+ startToCloseTimeout: {
8918
+ type: "google.protobuf.Duration",
8919
+ id: 9
8920
+ },
8921
+ heartbeatTimeout: {
8922
+ type: "google.protobuf.Duration",
8923
+ id: 10
8924
+ },
8925
+ retryPolicy: {
8926
+ type: "temporal.api.common.v1.RetryPolicy",
8927
+ id: 11
8928
+ },
8929
+ input: {
8930
+ type: "temporal.api.common.v1.Payloads",
8931
+ id: 12
8932
+ },
8933
+ idReusePolicy: {
8934
+ type: "temporal.api.enums.v1.ActivityIdReusePolicy",
8935
+ id: 13
8936
+ },
8937
+ idConflictPolicy: {
8938
+ type: "temporal.api.enums.v1.ActivityIdConflictPolicy",
8939
+ id: 14
8940
+ },
8941
+ searchAttributes: {
8942
+ type: "temporal.api.common.v1.SearchAttributes",
8943
+ id: 15
8944
+ },
8945
+ header: {
8946
+ type: "temporal.api.common.v1.Header",
8947
+ id: 16
8948
+ },
8949
+ userMetadata: {
8950
+ type: "temporal.api.sdk.v1.UserMetadata",
8951
+ id: 17
8952
+ },
8953
+ priority: {
8954
+ type: "temporal.api.common.v1.Priority",
8955
+ id: 18
8956
+ },
8957
+ completionCallbacks: {
8958
+ rule: "repeated",
8959
+ type: "temporal.api.common.v1.Callback",
8960
+ id: 19
8961
+ },
8962
+ links: {
8963
+ rule: "repeated",
8964
+ type: "temporal.api.common.v1.Link",
8965
+ id: 20
8966
+ },
8967
+ onConflictOptions: {
8968
+ type: "temporal.api.common.v1.OnConflictOptions",
8969
+ id: 21
8970
+ },
8971
+ startDelay: {
8972
+ type: "google.protobuf.Duration",
8973
+ id: 22
8974
+ }
8975
+ }
8976
+ },
8977
+ StartActivityExecutionResponse: {
8978
+ fields: {
8979
+ runId: {
8980
+ type: "string",
8981
+ id: 1
8982
+ },
8983
+ started: {
8984
+ type: "bool",
8985
+ id: 2
8986
+ },
8987
+ link: {
8988
+ type: "temporal.api.common.v1.Link",
8989
+ id: 3
8990
+ }
8991
+ }
8992
+ },
8993
+ DescribeActivityExecutionRequest: {
8994
+ fields: {
8995
+ namespace: {
8996
+ type: "string",
8997
+ id: 1
8998
+ },
8999
+ activityId: {
9000
+ type: "string",
9001
+ id: 2
9002
+ },
9003
+ runId: {
9004
+ type: "string",
9005
+ id: 3
9006
+ },
9007
+ includeInput: {
9008
+ type: "bool",
9009
+ id: 4
9010
+ },
9011
+ includeOutcome: {
9012
+ type: "bool",
9013
+ id: 5
9014
+ },
9015
+ longPollToken: {
9016
+ type: "bytes",
9017
+ id: 6
9018
+ }
9019
+ }
9020
+ },
9021
+ DescribeActivityExecutionResponse: {
9022
+ fields: {
9023
+ runId: {
9024
+ type: "string",
9025
+ id: 1
9026
+ },
9027
+ info: {
9028
+ type: "temporal.api.activity.v1.ActivityExecutionInfo",
9029
+ id: 2
9030
+ },
9031
+ input: {
9032
+ type: "temporal.api.common.v1.Payloads",
9033
+ id: 3
9034
+ },
9035
+ outcome: {
9036
+ type: "temporal.api.activity.v1.ActivityExecutionOutcome",
9037
+ id: 4
9038
+ },
9039
+ longPollToken: {
9040
+ type: "bytes",
9041
+ id: 5
9042
+ },
9043
+ callbacks: {
9044
+ rule: "repeated",
9045
+ type: "temporal.api.activity.v1.CallbackInfo",
9046
+ id: 6
9047
+ }
9048
+ }
9049
+ },
9050
+ PollActivityExecutionRequest: {
9051
+ fields: {
9052
+ namespace: {
9053
+ type: "string",
9054
+ id: 1
9055
+ },
9056
+ activityId: {
9057
+ type: "string",
9058
+ id: 2
9059
+ },
9060
+ runId: {
9061
+ type: "string",
9062
+ id: 3
9063
+ }
9064
+ }
9065
+ },
9066
+ PollActivityExecutionResponse: {
9067
+ fields: {
9068
+ runId: {
9069
+ type: "string",
9070
+ id: 1
9071
+ },
9072
+ outcome: {
9073
+ type: "temporal.api.activity.v1.ActivityExecutionOutcome",
9074
+ id: 2
9075
+ }
9076
+ }
9077
+ },
9078
+ ListActivityExecutionsRequest: {
9079
+ fields: {
9080
+ namespace: {
9081
+ type: "string",
9082
+ id: 1
9083
+ },
9084
+ pageSize: {
9085
+ type: "int32",
9086
+ id: 2
9087
+ },
9088
+ nextPageToken: {
9089
+ type: "bytes",
9090
+ id: 3
9091
+ },
9092
+ query: {
9093
+ type: "string",
9094
+ id: 4
9095
+ }
9096
+ }
9097
+ },
9098
+ ListActivityExecutionsResponse: {
9099
+ fields: {
9100
+ executions: {
9101
+ rule: "repeated",
9102
+ type: "temporal.api.activity.v1.ActivityExecutionListInfo",
9103
+ id: 1
9104
+ },
9105
+ nextPageToken: {
9106
+ type: "bytes",
9107
+ id: 2
9108
+ }
9109
+ }
9110
+ },
9111
+ StartNexusOperationExecutionRequest: {
8214
9112
  fields: {
8215
9113
  namespace: {
8216
9114
  type: "string",
@@ -8224,69 +9122,62 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8224
9122
  type: "string",
8225
9123
  id: 3
8226
9124
  },
8227
- activityId: {
9125
+ operationId: {
8228
9126
  type: "string",
8229
9127
  id: 4
8230
9128
  },
8231
- activityType: {
8232
- type: "temporal.api.common.v1.ActivityType",
9129
+ endpoint: {
9130
+ type: "string",
8233
9131
  id: 5
8234
9132
  },
8235
- taskQueue: {
8236
- type: "temporal.api.taskqueue.v1.TaskQueue",
9133
+ service: {
9134
+ type: "string",
8237
9135
  id: 6
8238
9136
  },
8239
- scheduleToCloseTimeout: {
8240
- type: "google.protobuf.Duration",
9137
+ operation: {
9138
+ type: "string",
8241
9139
  id: 7
8242
9140
  },
8243
- scheduleToStartTimeout: {
9141
+ scheduleToCloseTimeout: {
8244
9142
  type: "google.protobuf.Duration",
8245
9143
  id: 8
8246
9144
  },
8247
- startToCloseTimeout: {
9145
+ scheduleToStartTimeout: {
8248
9146
  type: "google.protobuf.Duration",
8249
9147
  id: 9
8250
9148
  },
8251
- heartbeatTimeout: {
9149
+ startToCloseTimeout: {
8252
9150
  type: "google.protobuf.Duration",
8253
9151
  id: 10
8254
9152
  },
8255
- retryPolicy: {
8256
- type: "temporal.api.common.v1.RetryPolicy",
8257
- id: 11
8258
- },
8259
9153
  input: {
8260
- type: "temporal.api.common.v1.Payloads",
8261
- id: 12
9154
+ type: "temporal.api.common.v1.Payload",
9155
+ id: 11
8262
9156
  },
8263
9157
  idReusePolicy: {
8264
- type: "temporal.api.enums.v1.ActivityIdReusePolicy",
8265
- id: 13
9158
+ type: "temporal.api.enums.v1.NexusOperationIdReusePolicy",
9159
+ id: 12
8266
9160
  },
8267
9161
  idConflictPolicy: {
8268
- type: "temporal.api.enums.v1.ActivityIdConflictPolicy",
8269
- id: 14
9162
+ type: "temporal.api.enums.v1.NexusOperationIdConflictPolicy",
9163
+ id: 13
8270
9164
  },
8271
9165
  searchAttributes: {
8272
9166
  type: "temporal.api.common.v1.SearchAttributes",
8273
- id: 15
9167
+ id: 14
8274
9168
  },
8275
- header: {
8276
- type: "temporal.api.common.v1.Header",
8277
- id: 16
9169
+ nexusHeader: {
9170
+ keyType: "string",
9171
+ type: "string",
9172
+ id: 15
8278
9173
  },
8279
9174
  userMetadata: {
8280
9175
  type: "temporal.api.sdk.v1.UserMetadata",
8281
- id: 17
8282
- },
8283
- priority: {
8284
- type: "temporal.api.common.v1.Priority",
8285
- id: 18
9176
+ id: 16
8286
9177
  }
8287
9178
  }
8288
9179
  },
8289
- StartActivityExecutionResponse: {
9180
+ StartNexusOperationExecutionResponse: {
8290
9181
  fields: {
8291
9182
  runId: {
8292
9183
  type: "string",
@@ -8298,13 +9189,13 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8298
9189
  }
8299
9190
  }
8300
9191
  },
8301
- DescribeActivityExecutionRequest: {
9192
+ DescribeNexusOperationExecutionRequest: {
8302
9193
  fields: {
8303
9194
  namespace: {
8304
9195
  type: "string",
8305
9196
  id: 1
8306
9197
  },
8307
- activityId: {
9198
+ operationId: {
8308
9199
  type: "string",
8309
9200
  id: 2
8310
9201
  },
@@ -8326,59 +9217,95 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8326
9217
  }
8327
9218
  }
8328
9219
  },
8329
- DescribeActivityExecutionResponse: {
9220
+ DescribeNexusOperationExecutionResponse: {
9221
+ oneofs: {
9222
+ outcome: {
9223
+ oneof: [
9224
+ "result",
9225
+ "failure"
9226
+ ]
9227
+ }
9228
+ },
8330
9229
  fields: {
8331
9230
  runId: {
8332
9231
  type: "string",
8333
9232
  id: 1
8334
9233
  },
8335
9234
  info: {
8336
- type: "temporal.api.activity.v1.ActivityExecutionInfo",
9235
+ type: "temporal.api.nexus.v1.NexusOperationExecutionInfo",
8337
9236
  id: 2
8338
9237
  },
8339
9238
  input: {
8340
- type: "temporal.api.common.v1.Payloads",
9239
+ type: "temporal.api.common.v1.Payload",
8341
9240
  id: 3
8342
9241
  },
8343
- outcome: {
8344
- type: "temporal.api.activity.v1.ActivityExecutionOutcome",
9242
+ result: {
9243
+ type: "temporal.api.common.v1.Payload",
8345
9244
  id: 4
8346
9245
  },
9246
+ failure: {
9247
+ type: "temporal.api.failure.v1.Failure",
9248
+ id: 5
9249
+ },
8347
9250
  longPollToken: {
8348
9251
  type: "bytes",
8349
- id: 5
9252
+ id: 6
8350
9253
  }
8351
9254
  }
8352
9255
  },
8353
- PollActivityExecutionRequest: {
9256
+ PollNexusOperationExecutionRequest: {
8354
9257
  fields: {
8355
9258
  namespace: {
8356
9259
  type: "string",
8357
9260
  id: 1
8358
9261
  },
8359
- activityId: {
9262
+ operationId: {
8360
9263
  type: "string",
8361
9264
  id: 2
8362
9265
  },
8363
9266
  runId: {
8364
9267
  type: "string",
8365
9268
  id: 3
9269
+ },
9270
+ waitStage: {
9271
+ type: "temporal.api.enums.v1.NexusOperationWaitStage",
9272
+ id: 4
8366
9273
  }
8367
9274
  }
8368
9275
  },
8369
- PollActivityExecutionResponse: {
9276
+ PollNexusOperationExecutionResponse: {
9277
+ oneofs: {
9278
+ outcome: {
9279
+ oneof: [
9280
+ "result",
9281
+ "failure"
9282
+ ]
9283
+ }
9284
+ },
8370
9285
  fields: {
8371
9286
  runId: {
8372
9287
  type: "string",
8373
9288
  id: 1
8374
9289
  },
8375
- outcome: {
8376
- type: "temporal.api.activity.v1.ActivityExecutionOutcome",
9290
+ waitStage: {
9291
+ type: "temporal.api.enums.v1.NexusOperationWaitStage",
8377
9292
  id: 2
9293
+ },
9294
+ operationToken: {
9295
+ type: "string",
9296
+ id: 3
9297
+ },
9298
+ result: {
9299
+ type: "temporal.api.common.v1.Payload",
9300
+ id: 4
9301
+ },
9302
+ failure: {
9303
+ type: "temporal.api.failure.v1.Failure",
9304
+ id: 5
8378
9305
  }
8379
9306
  }
8380
9307
  },
8381
- ListActivityExecutionsRequest: {
9308
+ ListNexusOperationExecutionsRequest: {
8382
9309
  fields: {
8383
9310
  namespace: {
8384
9311
  type: "string",
@@ -8398,11 +9325,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8398
9325
  }
8399
9326
  }
8400
9327
  },
8401
- ListActivityExecutionsResponse: {
9328
+ ListNexusOperationExecutionsResponse: {
8402
9329
  fields: {
8403
- executions: {
9330
+ operations: {
8404
9331
  rule: "repeated",
8405
- type: "temporal.api.activity.v1.ActivityExecutionListInfo",
9332
+ type: "temporal.api.nexus.v1.NexusOperationExecutionListInfo",
8406
9333
  id: 1
8407
9334
  },
8408
9335
  nextPageToken: {
@@ -8451,6 +9378,46 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8451
9378
  }
8452
9379
  }
8453
9380
  },
9381
+ CountNexusOperationExecutionsRequest: {
9382
+ fields: {
9383
+ namespace: {
9384
+ type: "string",
9385
+ id: 1
9386
+ },
9387
+ query: {
9388
+ type: "string",
9389
+ id: 2
9390
+ }
9391
+ }
9392
+ },
9393
+ CountNexusOperationExecutionsResponse: {
9394
+ fields: {
9395
+ count: {
9396
+ type: "int64",
9397
+ id: 1
9398
+ },
9399
+ groups: {
9400
+ rule: "repeated",
9401
+ type: "AggregationGroup",
9402
+ id: 2
9403
+ }
9404
+ },
9405
+ nested: {
9406
+ AggregationGroup: {
9407
+ fields: {
9408
+ groupValues: {
9409
+ rule: "repeated",
9410
+ type: "temporal.api.common.v1.Payload",
9411
+ id: 1
9412
+ },
9413
+ count: {
9414
+ type: "int64",
9415
+ id: 2
9416
+ }
9417
+ }
9418
+ }
9419
+ }
9420
+ },
8454
9421
  RequestCancelActivityExecutionRequest: {
8455
9422
  fields: {
8456
9423
  namespace: {
@@ -8532,6 +9499,87 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8532
9499
  DeleteActivityExecutionResponse: {
8533
9500
  fields: {}
8534
9501
  },
9502
+ RequestCancelNexusOperationExecutionRequest: {
9503
+ fields: {
9504
+ namespace: {
9505
+ type: "string",
9506
+ id: 1
9507
+ },
9508
+ operationId: {
9509
+ type: "string",
9510
+ id: 2
9511
+ },
9512
+ runId: {
9513
+ type: "string",
9514
+ id: 3
9515
+ },
9516
+ identity: {
9517
+ type: "string",
9518
+ id: 4
9519
+ },
9520
+ requestId: {
9521
+ type: "string",
9522
+ id: 5
9523
+ },
9524
+ reason: {
9525
+ type: "string",
9526
+ id: 6
9527
+ }
9528
+ }
9529
+ },
9530
+ RequestCancelNexusOperationExecutionResponse: {
9531
+ fields: {}
9532
+ },
9533
+ TerminateNexusOperationExecutionRequest: {
9534
+ fields: {
9535
+ namespace: {
9536
+ type: "string",
9537
+ id: 1
9538
+ },
9539
+ operationId: {
9540
+ type: "string",
9541
+ id: 2
9542
+ },
9543
+ runId: {
9544
+ type: "string",
9545
+ id: 3
9546
+ },
9547
+ identity: {
9548
+ type: "string",
9549
+ id: 4
9550
+ },
9551
+ requestId: {
9552
+ type: "string",
9553
+ id: 5
9554
+ },
9555
+ reason: {
9556
+ type: "string",
9557
+ id: 6
9558
+ }
9559
+ }
9560
+ },
9561
+ TerminateNexusOperationExecutionResponse: {
9562
+ fields: {}
9563
+ },
9564
+ DeleteNexusOperationExecutionRequest: {
9565
+ fields: {
9566
+ namespace: {
9567
+ type: "string",
9568
+ id: 1
9569
+ },
9570
+ operationId: {
9571
+ type: "string",
9572
+ id: 2
9573
+ },
9574
+ runId: {
9575
+ type: "string",
9576
+ id: 3
9577
+ }
9578
+ }
9579
+ },
9580
+ DeleteNexusOperationExecutionResponse: {
9581
+ fields: {}
9582
+ },
8535
9583
  WorkflowService: {
8536
9584
  methods: {
8537
9585
  RegisterNamespace: {
@@ -8653,13 +9701,13 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8653
9701
  responseType: "ExecuteMultiOperationResponse",
8654
9702
  options: {
8655
9703
  "(temporal.api.protometa.v1.request_header).header": "temporal-resource-id",
8656
- "(temporal.api.protometa.v1.request_header).value": "workflow:{resource_id}"
9704
+ "(temporal.api.protometa.v1.request_header).value": "{resource_id}"
8657
9705
  },
8658
9706
  parsedOptions: [
8659
9707
  {
8660
9708
  "(temporal.api.protometa.v1.request_header)": {
8661
9709
  header: "temporal-resource-id",
8662
- value: "workflow:{resource_id}"
9710
+ value: "{resource_id}"
8663
9711
  }
8664
9712
  }
8665
9713
  ]
@@ -8718,20 +9766,32 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8718
9766
  },
8719
9767
  PollWorkflowTaskQueue: {
8720
9768
  requestType: "PollWorkflowTaskQueueRequest",
8721
- responseType: "PollWorkflowTaskQueueResponse"
9769
+ responseType: "PollWorkflowTaskQueueResponse",
9770
+ options: {
9771
+ "(temporal.api.protometa.v1.request_header).header": "temporal-resource-id",
9772
+ "(temporal.api.protometa.v1.request_header).value": "poller:{poller_group_id}"
9773
+ },
9774
+ parsedOptions: [
9775
+ {
9776
+ "(temporal.api.protometa.v1.request_header)": {
9777
+ header: "temporal-resource-id",
9778
+ value: "poller:{poller_group_id}"
9779
+ }
9780
+ }
9781
+ ]
8722
9782
  },
8723
9783
  RespondWorkflowTaskCompleted: {
8724
9784
  requestType: "RespondWorkflowTaskCompletedRequest",
8725
9785
  responseType: "RespondWorkflowTaskCompletedResponse",
8726
9786
  options: {
8727
9787
  "(temporal.api.protometa.v1.request_header).header": "temporal-resource-id",
8728
- "(temporal.api.protometa.v1.request_header).value": "workflow:{resource_id}"
9788
+ "(temporal.api.protometa.v1.request_header).value": "{resource_id}"
8729
9789
  },
8730
9790
  parsedOptions: [
8731
9791
  {
8732
9792
  "(temporal.api.protometa.v1.request_header)": {
8733
9793
  header: "temporal-resource-id",
8734
- value: "workflow:{resource_id}"
9794
+ value: "{resource_id}"
8735
9795
  }
8736
9796
  }
8737
9797
  ]
@@ -8741,20 +9801,32 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8741
9801
  responseType: "RespondWorkflowTaskFailedResponse",
8742
9802
  options: {
8743
9803
  "(temporal.api.protometa.v1.request_header).header": "temporal-resource-id",
8744
- "(temporal.api.protometa.v1.request_header).value": "workflow:{resource_id}"
9804
+ "(temporal.api.protometa.v1.request_header).value": "{resource_id}"
8745
9805
  },
8746
9806
  parsedOptions: [
8747
9807
  {
8748
9808
  "(temporal.api.protometa.v1.request_header)": {
8749
9809
  header: "temporal-resource-id",
8750
- value: "workflow:{resource_id}"
9810
+ value: "{resource_id}"
8751
9811
  }
8752
9812
  }
8753
9813
  ]
8754
9814
  },
8755
9815
  PollActivityTaskQueue: {
8756
9816
  requestType: "PollActivityTaskQueueRequest",
8757
- responseType: "PollActivityTaskQueueResponse"
9817
+ responseType: "PollActivityTaskQueueResponse",
9818
+ options: {
9819
+ "(temporal.api.protometa.v1.request_header).header": "temporal-resource-id",
9820
+ "(temporal.api.protometa.v1.request_header).value": "poller:{poller_group_id}"
9821
+ },
9822
+ parsedOptions: [
9823
+ {
9824
+ "(temporal.api.protometa.v1.request_header)": {
9825
+ header: "temporal-resource-id",
9826
+ value: "poller:{poller_group_id}"
9827
+ }
9828
+ }
9829
+ ]
8758
9830
  },
8759
9831
  RecordActivityTaskHeartbeat: {
8760
9832
  requestType: "RecordActivityTaskHeartbeatRequest",
@@ -9274,7 +10346,19 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
9274
10346
  },
9275
10347
  RespondQueryTaskCompleted: {
9276
10348
  requestType: "RespondQueryTaskCompletedRequest",
9277
- responseType: "RespondQueryTaskCompletedResponse"
10349
+ responseType: "RespondQueryTaskCompletedResponse",
10350
+ options: {
10351
+ "(temporal.api.protometa.v1.request_header).header": "temporal-resource-id",
10352
+ "(temporal.api.protometa.v1.request_header).value": "poller:{poller_group_id}"
10353
+ },
10354
+ parsedOptions: [
10355
+ {
10356
+ "(temporal.api.protometa.v1.request_header)": {
10357
+ header: "temporal-resource-id",
10358
+ value: "poller:{poller_group_id}"
10359
+ }
10360
+ }
10361
+ ]
9278
10362
  },
9279
10363
  ResetStickyTaskQueue: {
9280
10364
  requestType: "ResetStickyTaskQueueRequest",
@@ -9972,6 +11056,94 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
9972
11056
  }
9973
11057
  ]
9974
11058
  },
11059
+ CreateWorkerDeployment: {
11060
+ requestType: "CreateWorkerDeploymentRequest",
11061
+ responseType: "CreateWorkerDeploymentResponse",
11062
+ options: {
11063
+ "(google.api.http).post": "/namespaces/{namespace}/worker-deployments/{deployment_name}",
11064
+ "(google.api.http).body": "*",
11065
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/worker-deployments/{deployment_name}",
11066
+ "(google.api.http).additional_bindings.body": "*"
11067
+ },
11068
+ parsedOptions: [
11069
+ {
11070
+ "(google.api.http)": {
11071
+ post: "/namespaces/{namespace}/worker-deployments/{deployment_name}",
11072
+ body: "*",
11073
+ additional_bindings: {
11074
+ post: "/api/v1/namespaces/{namespace}/worker-deployments/{deployment_name}",
11075
+ body: "*"
11076
+ }
11077
+ }
11078
+ }
11079
+ ]
11080
+ },
11081
+ CreateWorkerDeploymentVersion: {
11082
+ requestType: "CreateWorkerDeploymentVersionRequest",
11083
+ responseType: "CreateWorkerDeploymentVersionResponse",
11084
+ options: {
11085
+ "(google.api.http).post": "/namespaces/{namespace}/worker-deployment-versions/{deployment_version.deployment_name}",
11086
+ "(google.api.http).body": "*",
11087
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/worker-deployment-versions/{deployment_version.deployment_name}",
11088
+ "(google.api.http).additional_bindings.body": "*"
11089
+ },
11090
+ parsedOptions: [
11091
+ {
11092
+ "(google.api.http)": {
11093
+ post: "/namespaces/{namespace}/worker-deployment-versions/{deployment_version.deployment_name}",
11094
+ body: "*",
11095
+ additional_bindings: {
11096
+ post: "/api/v1/namespaces/{namespace}/worker-deployment-versions/{deployment_version.deployment_name}",
11097
+ body: "*"
11098
+ }
11099
+ }
11100
+ }
11101
+ ]
11102
+ },
11103
+ UpdateWorkerDeploymentVersionComputeConfig: {
11104
+ requestType: "UpdateWorkerDeploymentVersionComputeConfigRequest",
11105
+ responseType: "UpdateWorkerDeploymentVersionComputeConfigResponse",
11106
+ options: {
11107
+ "(google.api.http).post": "/namespaces/{namespace}/worker-deployment-versions/{deployment_version.deployment_name}/{deployment_version.build_id}/update-compute-config",
11108
+ "(google.api.http).body": "*",
11109
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/worker-deployment-versions/{deployment_version.deployment_name}/{deployment_version.build_id}/update-compute-config",
11110
+ "(google.api.http).additional_bindings.body": "*"
11111
+ },
11112
+ parsedOptions: [
11113
+ {
11114
+ "(google.api.http)": {
11115
+ post: "/namespaces/{namespace}/worker-deployment-versions/{deployment_version.deployment_name}/{deployment_version.build_id}/update-compute-config",
11116
+ body: "*",
11117
+ additional_bindings: {
11118
+ post: "/api/v1/namespaces/{namespace}/worker-deployment-versions/{deployment_version.deployment_name}/{deployment_version.build_id}/update-compute-config",
11119
+ body: "*"
11120
+ }
11121
+ }
11122
+ }
11123
+ ]
11124
+ },
11125
+ ValidateWorkerDeploymentVersionComputeConfig: {
11126
+ requestType: "ValidateWorkerDeploymentVersionComputeConfigRequest",
11127
+ responseType: "ValidateWorkerDeploymentVersionComputeConfigResponse",
11128
+ options: {
11129
+ "(google.api.http).post": "/namespaces/{namespace}/worker-deployment-versions/{deployment_version.deployment_name}/{deployment_version.build_id}/validate-compute-config",
11130
+ "(google.api.http).body": "*",
11131
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/worker-deployment-versions/{deployment_version.deployment_name}/{deployment_version.build_id}/validate-compute-config",
11132
+ "(google.api.http).additional_bindings.body": "*"
11133
+ },
11134
+ parsedOptions: [
11135
+ {
11136
+ "(google.api.http)": {
11137
+ post: "/namespaces/{namespace}/worker-deployment-versions/{deployment_version.deployment_name}/{deployment_version.build_id}/validate-compute-config",
11138
+ body: "*",
11139
+ additional_bindings: {
11140
+ post: "/api/v1/namespaces/{namespace}/worker-deployment-versions/{deployment_version.deployment_name}/{deployment_version.build_id}/validate-compute-config",
11141
+ body: "*"
11142
+ }
11143
+ }
11144
+ }
11145
+ ]
11146
+ },
9975
11147
  UpdateWorkerDeploymentVersionMetadata: {
9976
11148
  requestType: "UpdateWorkerDeploymentVersionMetadataRequest",
9977
11149
  responseType: "UpdateWorkerDeploymentVersionMetadataResponse",
@@ -10184,15 +11356,51 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
10184
11356
  },
10185
11357
  PollNexusTaskQueue: {
10186
11358
  requestType: "PollNexusTaskQueueRequest",
10187
- responseType: "PollNexusTaskQueueResponse"
11359
+ responseType: "PollNexusTaskQueueResponse",
11360
+ options: {
11361
+ "(temporal.api.protometa.v1.request_header).header": "temporal-resource-id",
11362
+ "(temporal.api.protometa.v1.request_header).value": "poller:{poller_group_id}"
11363
+ },
11364
+ parsedOptions: [
11365
+ {
11366
+ "(temporal.api.protometa.v1.request_header)": {
11367
+ header: "temporal-resource-id",
11368
+ value: "poller:{poller_group_id}"
11369
+ }
11370
+ }
11371
+ ]
10188
11372
  },
10189
11373
  RespondNexusTaskCompleted: {
10190
11374
  requestType: "RespondNexusTaskCompletedRequest",
10191
- responseType: "RespondNexusTaskCompletedResponse"
11375
+ responseType: "RespondNexusTaskCompletedResponse",
11376
+ options: {
11377
+ "(temporal.api.protometa.v1.request_header).header": "temporal-resource-id",
11378
+ "(temporal.api.protometa.v1.request_header).value": "poller:{poller_group_id}"
11379
+ },
11380
+ parsedOptions: [
11381
+ {
11382
+ "(temporal.api.protometa.v1.request_header)": {
11383
+ header: "temporal-resource-id",
11384
+ value: "poller:{poller_group_id}"
11385
+ }
11386
+ }
11387
+ ]
10192
11388
  },
10193
11389
  RespondNexusTaskFailed: {
10194
11390
  requestType: "RespondNexusTaskFailedRequest",
10195
- responseType: "RespondNexusTaskFailedResponse"
11391
+ responseType: "RespondNexusTaskFailedResponse",
11392
+ options: {
11393
+ "(temporal.api.protometa.v1.request_header).header": "temporal-resource-id",
11394
+ "(temporal.api.protometa.v1.request_header).value": "poller:{poller_group_id}"
11395
+ },
11396
+ parsedOptions: [
11397
+ {
11398
+ "(temporal.api.protometa.v1.request_header)": {
11399
+ header: "temporal-resource-id",
11400
+ value: "poller:{poller_group_id}"
11401
+ }
11402
+ }
11403
+ ]
10196
11404
  },
10197
11405
  UpdateActivityOptions: {
10198
11406
  requestType: "UpdateActivityOptionsRequest",
@@ -10451,7 +11659,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
10451
11659
  "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/workers/heartbeat",
10452
11660
  "(google.api.http).additional_bindings.body": "*",
10453
11661
  "(temporal.api.protometa.v1.request_header).header": "temporal-resource-id",
10454
- "(temporal.api.protometa.v1.request_header).value": "worker:{resource_id}"
11662
+ "(temporal.api.protometa.v1.request_header).value": "{resource_id}"
10455
11663
  },
10456
11664
  parsedOptions: [
10457
11665
  {
@@ -10467,7 +11675,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
10467
11675
  {
10468
11676
  "(temporal.api.protometa.v1.request_header)": {
10469
11677
  header: "temporal-resource-id",
10470
- value: "worker:{resource_id}"
11678
+ value: "{resource_id}"
10471
11679
  }
10472
11680
  }
10473
11681
  ]
@@ -10529,7 +11737,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
10529
11737
  "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/workers/fetch-config",
10530
11738
  "(google.api.http).additional_bindings.body": "*",
10531
11739
  "(temporal.api.protometa.v1.request_header).header": "temporal-resource-id",
10532
- "(temporal.api.protometa.v1.request_header).value": "worker:{resource_id}"
11740
+ "(temporal.api.protometa.v1.request_header).value": "{resource_id}"
10533
11741
  },
10534
11742
  parsedOptions: [
10535
11743
  {
@@ -10545,7 +11753,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
10545
11753
  {
10546
11754
  "(temporal.api.protometa.v1.request_header)": {
10547
11755
  header: "temporal-resource-id",
10548
- value: "worker:{resource_id}"
11756
+ value: "{resource_id}"
10549
11757
  }
10550
11758
  }
10551
11759
  ]
@@ -10559,7 +11767,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
10559
11767
  "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/workers/update-config",
10560
11768
  "(google.api.http).additional_bindings.body": "*",
10561
11769
  "(temporal.api.protometa.v1.request_header).header": "temporal-resource-id",
10562
- "(temporal.api.protometa.v1.request_header).value": "worker:{resource_id}"
11770
+ "(temporal.api.protometa.v1.request_header).value": "{resource_id}"
10563
11771
  },
10564
11772
  parsedOptions: [
10565
11773
  {
@@ -10575,7 +11783,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
10575
11783
  {
10576
11784
  "(temporal.api.protometa.v1.request_header)": {
10577
11785
  header: "temporal-resource-id",
10578
- value: "worker:{resource_id}"
11786
+ value: "{resource_id}"
10579
11787
  }
10580
11788
  }
10581
11789
  ]
@@ -10673,7 +11881,9 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
10673
11881
  "(google.api.http).post": "/namespaces/{namespace}/activities/{activity_id}",
10674
11882
  "(google.api.http).body": "*",
10675
11883
  "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/activities/{activity_id}",
10676
- "(google.api.http).additional_bindings.body": "*"
11884
+ "(google.api.http).additional_bindings.body": "*",
11885
+ "(temporal.api.protometa.v1.request_header).header": "temporal-resource-id",
11886
+ "(temporal.api.protometa.v1.request_header).value": "activity:{activity_id}"
10677
11887
  },
10678
11888
  parsedOptions: [
10679
11889
  {
@@ -10685,6 +11895,34 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
10685
11895
  body: "*"
10686
11896
  }
10687
11897
  }
11898
+ },
11899
+ {
11900
+ "(temporal.api.protometa.v1.request_header)": {
11901
+ header: "temporal-resource-id",
11902
+ value: "activity:{activity_id}"
11903
+ }
11904
+ }
11905
+ ]
11906
+ },
11907
+ StartNexusOperationExecution: {
11908
+ requestType: "StartNexusOperationExecutionRequest",
11909
+ responseType: "StartNexusOperationExecutionResponse",
11910
+ options: {
11911
+ "(google.api.http).post": "/namespaces/{namespace}/nexus-operations/{operation_id}",
11912
+ "(google.api.http).body": "*",
11913
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/nexus-operations/{operation_id}",
11914
+ "(google.api.http).additional_bindings.body": "*"
11915
+ },
11916
+ parsedOptions: [
11917
+ {
11918
+ "(google.api.http)": {
11919
+ post: "/namespaces/{namespace}/nexus-operations/{operation_id}",
11920
+ body: "*",
11921
+ additional_bindings: {
11922
+ post: "/api/v1/namespaces/{namespace}/nexus-operations/{operation_id}",
11923
+ body: "*"
11924
+ }
11925
+ }
10688
11926
  }
10689
11927
  ]
10690
11928
  },
@@ -10693,7 +11931,9 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
10693
11931
  responseType: "DescribeActivityExecutionResponse",
10694
11932
  options: {
10695
11933
  "(google.api.http).get": "/namespaces/{namespace}/activities/{activity_id}",
10696
- "(google.api.http).additional_bindings.get": "/api/v1/namespaces/{namespace}/activities/{activity_id}"
11934
+ "(google.api.http).additional_bindings.get": "/api/v1/namespaces/{namespace}/activities/{activity_id}",
11935
+ "(temporal.api.protometa.v1.request_header).header": "temporal-resource-id",
11936
+ "(temporal.api.protometa.v1.request_header).value": "activity:{activity_id}"
10697
11937
  },
10698
11938
  parsedOptions: [
10699
11939
  {
@@ -10703,6 +11943,30 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
10703
11943
  get: "/api/v1/namespaces/{namespace}/activities/{activity_id}"
10704
11944
  }
10705
11945
  }
11946
+ },
11947
+ {
11948
+ "(temporal.api.protometa.v1.request_header)": {
11949
+ header: "temporal-resource-id",
11950
+ value: "activity:{activity_id}"
11951
+ }
11952
+ }
11953
+ ]
11954
+ },
11955
+ DescribeNexusOperationExecution: {
11956
+ requestType: "DescribeNexusOperationExecutionRequest",
11957
+ responseType: "DescribeNexusOperationExecutionResponse",
11958
+ options: {
11959
+ "(google.api.http).get": "/namespaces/{namespace}/nexus-operations/{operation_id}",
11960
+ "(google.api.http).additional_bindings.get": "/api/v1/namespaces/{namespace}/nexus-operations/{operation_id}"
11961
+ },
11962
+ parsedOptions: [
11963
+ {
11964
+ "(google.api.http)": {
11965
+ get: "/namespaces/{namespace}/nexus-operations/{operation_id}",
11966
+ additional_bindings: {
11967
+ get: "/api/v1/namespaces/{namespace}/nexus-operations/{operation_id}"
11968
+ }
11969
+ }
10706
11970
  }
10707
11971
  ]
10708
11972
  },
@@ -10711,7 +11975,9 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
10711
11975
  responseType: "PollActivityExecutionResponse",
10712
11976
  options: {
10713
11977
  "(google.api.http).get": "/namespaces/{namespace}/activities/{activity_id}/outcome",
10714
- "(google.api.http).additional_bindings.get": "/api/v1/namespaces/{namespace}/activities/{activity_id}/outcome"
11978
+ "(google.api.http).additional_bindings.get": "/api/v1/namespaces/{namespace}/activities/{activity_id}/outcome",
11979
+ "(temporal.api.protometa.v1.request_header).header": "temporal-resource-id",
11980
+ "(temporal.api.protometa.v1.request_header).value": "activity:{activity_id}"
10715
11981
  },
10716
11982
  parsedOptions: [
10717
11983
  {
@@ -10721,6 +11987,30 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
10721
11987
  get: "/api/v1/namespaces/{namespace}/activities/{activity_id}/outcome"
10722
11988
  }
10723
11989
  }
11990
+ },
11991
+ {
11992
+ "(temporal.api.protometa.v1.request_header)": {
11993
+ header: "temporal-resource-id",
11994
+ value: "activity:{activity_id}"
11995
+ }
11996
+ }
11997
+ ]
11998
+ },
11999
+ PollNexusOperationExecution: {
12000
+ requestType: "PollNexusOperationExecutionRequest",
12001
+ responseType: "PollNexusOperationExecutionResponse",
12002
+ options: {
12003
+ "(google.api.http).get": "/namespaces/{namespace}/nexus-operations/{operation_id}/poll",
12004
+ "(google.api.http).additional_bindings.get": "/api/v1/namespaces/{namespace}/nexus-operations/{operation_id}/poll"
12005
+ },
12006
+ parsedOptions: [
12007
+ {
12008
+ "(google.api.http)": {
12009
+ get: "/namespaces/{namespace}/nexus-operations/{operation_id}/poll",
12010
+ additional_bindings: {
12011
+ get: "/api/v1/namespaces/{namespace}/nexus-operations/{operation_id}/poll"
12012
+ }
12013
+ }
10724
12014
  }
10725
12015
  ]
10726
12016
  },
@@ -10742,6 +12032,24 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
10742
12032
  }
10743
12033
  ]
10744
12034
  },
12035
+ ListNexusOperationExecutions: {
12036
+ requestType: "ListNexusOperationExecutionsRequest",
12037
+ responseType: "ListNexusOperationExecutionsResponse",
12038
+ options: {
12039
+ "(google.api.http).get": "/namespaces/{namespace}/nexus-operations",
12040
+ "(google.api.http).additional_bindings.get": "/api/v1/namespaces/{namespace}/nexus-operations"
12041
+ },
12042
+ parsedOptions: [
12043
+ {
12044
+ "(google.api.http)": {
12045
+ get: "/namespaces/{namespace}/nexus-operations",
12046
+ additional_bindings: {
12047
+ get: "/api/v1/namespaces/{namespace}/nexus-operations"
12048
+ }
12049
+ }
12050
+ }
12051
+ ]
12052
+ },
10745
12053
  CountActivityExecutions: {
10746
12054
  requestType: "CountActivityExecutionsRequest",
10747
12055
  responseType: "CountActivityExecutionsResponse",
@@ -10760,6 +12068,24 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
10760
12068
  }
10761
12069
  ]
10762
12070
  },
12071
+ CountNexusOperationExecutions: {
12072
+ requestType: "CountNexusOperationExecutionsRequest",
12073
+ responseType: "CountNexusOperationExecutionsResponse",
12074
+ options: {
12075
+ "(google.api.http).get": "/namespaces/{namespace}/nexus-operation-count",
12076
+ "(google.api.http).additional_bindings.get": "/api/v1/namespaces/{namespace}/nexus-operation-count"
12077
+ },
12078
+ parsedOptions: [
12079
+ {
12080
+ "(google.api.http)": {
12081
+ get: "/namespaces/{namespace}/nexus-operation-count",
12082
+ additional_bindings: {
12083
+ get: "/api/v1/namespaces/{namespace}/nexus-operation-count"
12084
+ }
12085
+ }
12086
+ }
12087
+ ]
12088
+ },
10763
12089
  RequestCancelActivityExecution: {
10764
12090
  requestType: "RequestCancelActivityExecutionRequest",
10765
12091
  responseType: "RequestCancelActivityExecutionResponse",
@@ -10767,7 +12093,9 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
10767
12093
  "(google.api.http).post": "/namespaces/{namespace}/activities/{activity_id}/cancel",
10768
12094
  "(google.api.http).body": "*",
10769
12095
  "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/activities/{activity_id}/cancel",
10770
- "(google.api.http).additional_bindings.body": "*"
12096
+ "(google.api.http).additional_bindings.body": "*",
12097
+ "(temporal.api.protometa.v1.request_header).header": "temporal-resource-id",
12098
+ "(temporal.api.protometa.v1.request_header).value": "activity:{activity_id}"
10771
12099
  },
10772
12100
  parsedOptions: [
10773
12101
  {
@@ -10779,6 +12107,34 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
10779
12107
  body: "*"
10780
12108
  }
10781
12109
  }
12110
+ },
12111
+ {
12112
+ "(temporal.api.protometa.v1.request_header)": {
12113
+ header: "temporal-resource-id",
12114
+ value: "activity:{activity_id}"
12115
+ }
12116
+ }
12117
+ ]
12118
+ },
12119
+ RequestCancelNexusOperationExecution: {
12120
+ requestType: "RequestCancelNexusOperationExecutionRequest",
12121
+ responseType: "RequestCancelNexusOperationExecutionResponse",
12122
+ options: {
12123
+ "(google.api.http).post": "/namespaces/{namespace}/nexus-operations/{operation_id}/cancel",
12124
+ "(google.api.http).body": "*",
12125
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/nexus-operations/{operation_id}/cancel",
12126
+ "(google.api.http).additional_bindings.body": "*"
12127
+ },
12128
+ parsedOptions: [
12129
+ {
12130
+ "(google.api.http)": {
12131
+ post: "/namespaces/{namespace}/nexus-operations/{operation_id}/cancel",
12132
+ body: "*",
12133
+ additional_bindings: {
12134
+ post: "/api/v1/namespaces/{namespace}/nexus-operations/{operation_id}/cancel",
12135
+ body: "*"
12136
+ }
12137
+ }
10782
12138
  }
10783
12139
  ]
10784
12140
  },
@@ -10789,7 +12145,9 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
10789
12145
  "(google.api.http).post": "/namespaces/{namespace}/activities/{activity_id}/terminate",
10790
12146
  "(google.api.http).body": "*",
10791
12147
  "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/activities/{activity_id}/terminate",
10792
- "(google.api.http).additional_bindings.body": "*"
12148
+ "(google.api.http).additional_bindings.body": "*",
12149
+ "(temporal.api.protometa.v1.request_header).header": "temporal-resource-id",
12150
+ "(temporal.api.protometa.v1.request_header).value": "activity:{activity_id}"
10793
12151
  },
10794
12152
  parsedOptions: [
10795
12153
  {
@@ -10801,12 +12159,44 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
10801
12159
  body: "*"
10802
12160
  }
10803
12161
  }
12162
+ },
12163
+ {
12164
+ "(temporal.api.protometa.v1.request_header)": {
12165
+ header: "temporal-resource-id",
12166
+ value: "activity:{activity_id}"
12167
+ }
10804
12168
  }
10805
12169
  ]
10806
12170
  },
10807
12171
  DeleteActivityExecution: {
10808
12172
  requestType: "DeleteActivityExecutionRequest",
10809
12173
  responseType: "DeleteActivityExecutionResponse"
12174
+ },
12175
+ TerminateNexusOperationExecution: {
12176
+ requestType: "TerminateNexusOperationExecutionRequest",
12177
+ responseType: "TerminateNexusOperationExecutionResponse",
12178
+ options: {
12179
+ "(google.api.http).post": "/namespaces/{namespace}/nexus-operations/{operation_id}/terminate",
12180
+ "(google.api.http).body": "*",
12181
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/nexus-operations/{operation_id}/terminate",
12182
+ "(google.api.http).additional_bindings.body": "*"
12183
+ },
12184
+ parsedOptions: [
12185
+ {
12186
+ "(google.api.http)": {
12187
+ post: "/namespaces/{namespace}/nexus-operations/{operation_id}/terminate",
12188
+ body: "*",
12189
+ additional_bindings: {
12190
+ post: "/api/v1/namespaces/{namespace}/nexus-operations/{operation_id}/terminate",
12191
+ body: "*"
12192
+ }
12193
+ }
12194
+ }
12195
+ ]
12196
+ },
12197
+ DeleteNexusOperationExecution: {
12198
+ requestType: "DeleteNexusOperationExecutionRequest",
12199
+ responseType: "DeleteNexusOperationExecutionResponse"
10810
12200
  }
10811
12201
  }
10812
12202
  }
@@ -11007,6 +12397,15 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
11007
12397
  canceledReason: {
11008
12398
  type: "string",
11009
12399
  id: 32
12400
+ },
12401
+ links: {
12402
+ rule: "repeated",
12403
+ type: "temporal.api.common.v1.Link",
12404
+ id: 33
12405
+ },
12406
+ totalHeartbeatCount: {
12407
+ type: "int64",
12408
+ id: 34
11010
12409
  }
11011
12410
  }
11012
12411
  },
@@ -11057,6 +12456,38 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
11057
12456
  id: 11
11058
12457
  }
11059
12458
  }
12459
+ },
12460
+ CallbackInfo: {
12461
+ fields: {
12462
+ trigger: {
12463
+ type: "Trigger",
12464
+ id: 1
12465
+ },
12466
+ info: {
12467
+ type: "temporal.api.callback.v1.CallbackInfo",
12468
+ id: 2
12469
+ }
12470
+ },
12471
+ nested: {
12472
+ ActivityClosed: {
12473
+ fields: {}
12474
+ },
12475
+ Trigger: {
12476
+ oneofs: {
12477
+ variant: {
12478
+ oneof: [
12479
+ "activityClosed"
12480
+ ]
12481
+ }
12482
+ },
12483
+ fields: {
12484
+ activityClosed: {
12485
+ type: "ActivityClosed",
12486
+ id: 1
12487
+ }
12488
+ }
12489
+ }
12490
+ }
11060
12491
  }
11061
12492
  }
11062
12493
  }
@@ -11241,6 +12672,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
11241
12672
  metadata: {
11242
12673
  type: "VersionMetadata",
11243
12674
  id: 10
12675
+ },
12676
+ computeConfig: {
12677
+ type: "temporal.api.compute.v1.ComputeConfig",
12678
+ id: 16
12679
+ },
12680
+ lastModifierIdentity: {
12681
+ type: "string",
12682
+ id: 17
11244
12683
  }
11245
12684
  },
11246
12685
  nested: {
@@ -11359,6 +12798,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
11359
12798
  lastDeactivationTime: {
11360
12799
  type: "google.protobuf.Timestamp",
11361
12800
  id: 10
12801
+ },
12802
+ computeConfig: {
12803
+ type: "temporal.api.compute.v1.ComputeConfigSummary",
12804
+ id: 13
11362
12805
  }
11363
12806
  }
11364
12807
  }
@@ -11440,6 +12883,166 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
11440
12883
  sourceDeploymentRevisionNumber: {
11441
12884
  type: "int64",
11442
12885
  id: 2
12886
+ },
12887
+ continueAsNewInitialVersioningBehavior: {
12888
+ type: "temporal.api.enums.v1.ContinueAsNewVersioningBehavior",
12889
+ id: 3
12890
+ }
12891
+ }
12892
+ }
12893
+ }
12894
+ }
12895
+ }
12896
+ },
12897
+ compute: {
12898
+ nested: {
12899
+ v1: {
12900
+ options: {
12901
+ go_package: "go.temporal.io/api/compute/v1;compute",
12902
+ java_package: "io.temporal.api.compute.v1",
12903
+ java_multiple_files: true,
12904
+ java_outer_classname: "ScalerProto",
12905
+ ruby_package: "Temporalio::Api::Compute::V1",
12906
+ csharp_namespace: "Temporalio.Api.Compute.V1"
12907
+ },
12908
+ nested: {
12909
+ ComputeConfigScalingGroup: {
12910
+ fields: {
12911
+ taskQueueTypes: {
12912
+ rule: "repeated",
12913
+ type: "temporal.api.enums.v1.TaskQueueType",
12914
+ id: 1
12915
+ },
12916
+ provider: {
12917
+ type: "temporal.api.compute.v1.ComputeProvider",
12918
+ id: 3
12919
+ },
12920
+ scaler: {
12921
+ type: "temporal.api.compute.v1.ComputeScaler",
12922
+ id: 4
12923
+ }
12924
+ }
12925
+ },
12926
+ ComputeConfig: {
12927
+ fields: {
12928
+ scalingGroups: {
12929
+ keyType: "string",
12930
+ type: "ComputeConfigScalingGroup",
12931
+ id: 1
12932
+ }
12933
+ }
12934
+ },
12935
+ ComputeConfigScalingGroupUpdate: {
12936
+ fields: {
12937
+ scalingGroup: {
12938
+ type: "ComputeConfigScalingGroup",
12939
+ id: 1
12940
+ },
12941
+ updateMask: {
12942
+ type: "google.protobuf.FieldMask",
12943
+ id: 2
12944
+ }
12945
+ }
12946
+ },
12947
+ ComputeConfigSummary: {
12948
+ fields: {
12949
+ scalingGroups: {
12950
+ keyType: "string",
12951
+ type: "ComputeConfigScalingGroupSummary",
12952
+ id: 1
12953
+ }
12954
+ }
12955
+ },
12956
+ ComputeConfigScalingGroupSummary: {
12957
+ fields: {
12958
+ taskQueueTypes: {
12959
+ rule: "repeated",
12960
+ type: "temporal.api.enums.v1.TaskQueueType",
12961
+ id: 1
12962
+ },
12963
+ providerType: {
12964
+ type: "string",
12965
+ id: 2
12966
+ }
12967
+ }
12968
+ },
12969
+ ComputeProvider: {
12970
+ fields: {
12971
+ type: {
12972
+ type: "string",
12973
+ id: 1
12974
+ },
12975
+ details: {
12976
+ type: "temporal.api.common.v1.Payload",
12977
+ id: 2
12978
+ },
12979
+ nexusEndpoint: {
12980
+ type: "string",
12981
+ id: 10
12982
+ }
12983
+ }
12984
+ },
12985
+ ComputeScaler: {
12986
+ fields: {
12987
+ type: {
12988
+ type: "string",
12989
+ id: 1
12990
+ },
12991
+ details: {
12992
+ type: "temporal.api.common.v1.Payload",
12993
+ id: 2
12994
+ }
12995
+ }
12996
+ }
12997
+ }
12998
+ }
12999
+ }
13000
+ },
13001
+ callback: {
13002
+ nested: {
13003
+ v1: {
13004
+ options: {
13005
+ go_package: "go.temporal.io/api/callback/v1;callback",
13006
+ java_package: "io.temporal.api.callback.v1",
13007
+ java_multiple_files: true,
13008
+ java_outer_classname: "MessageProto",
13009
+ ruby_package: "Temporalio::Api::Callback::V1",
13010
+ csharp_namespace: "Temporalio.Api.Callback.V1"
13011
+ },
13012
+ nested: {
13013
+ CallbackInfo: {
13014
+ fields: {
13015
+ callback: {
13016
+ type: "temporal.api.common.v1.Callback",
13017
+ id: 1
13018
+ },
13019
+ registrationTime: {
13020
+ type: "google.protobuf.Timestamp",
13021
+ id: 2
13022
+ },
13023
+ state: {
13024
+ type: "temporal.api.enums.v1.CallbackState",
13025
+ id: 3
13026
+ },
13027
+ attempt: {
13028
+ type: "int32",
13029
+ id: 4
13030
+ },
13031
+ lastAttemptCompleteTime: {
13032
+ type: "google.protobuf.Timestamp",
13033
+ id: 5
13034
+ },
13035
+ lastAttemptFailure: {
13036
+ type: "temporal.api.failure.v1.Failure",
13037
+ id: 6
13038
+ },
13039
+ nextAttemptScheduleTime: {
13040
+ type: "google.protobuf.Timestamp",
13041
+ id: 7
13042
+ },
13043
+ blockedReason: {
13044
+ type: "string",
13045
+ id: 8
11443
13046
  }
11444
13047
  }
11445
13048
  }
@@ -11755,221 +13358,86 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
11755
13358
  },
11756
13359
  TimestampedCompatibleBuildIdRedirectRule: {
11757
13360
  fields: {
11758
- rule: {
11759
- type: "CompatibleBuildIdRedirectRule",
11760
- id: 1
11761
- },
11762
- createTime: {
11763
- type: "google.protobuf.Timestamp",
11764
- id: 2
11765
- }
11766
- }
11767
- },
11768
- PollerScalingDecision: {
11769
- fields: {
11770
- pollRequestDeltaSuggestion: {
11771
- type: "int32",
11772
- id: 1
11773
- }
11774
- }
11775
- },
11776
- RateLimit: {
11777
- fields: {
11778
- requestsPerSecond: {
11779
- type: "float",
11780
- id: 1
11781
- }
11782
- }
11783
- },
11784
- ConfigMetadata: {
11785
- fields: {
11786
- reason: {
11787
- type: "string",
11788
- id: 1
11789
- },
11790
- updateIdentity: {
11791
- type: "string",
11792
- id: 2
11793
- },
11794
- updateTime: {
11795
- type: "google.protobuf.Timestamp",
11796
- id: 3
11797
- }
11798
- }
11799
- },
11800
- RateLimitConfig: {
11801
- fields: {
11802
- rateLimit: {
11803
- type: "RateLimit",
11804
- id: 1
11805
- },
11806
- metadata: {
11807
- type: "ConfigMetadata",
11808
- id: 2
11809
- }
11810
- }
11811
- },
11812
- TaskQueueConfig: {
11813
- fields: {
11814
- queueRateLimit: {
11815
- type: "RateLimitConfig",
11816
- id: 1
11817
- },
11818
- fairnessKeysRateLimitDefault: {
11819
- type: "RateLimitConfig",
11820
- id: 2
11821
- },
11822
- fairnessWeightOverrides: {
11823
- keyType: "string",
11824
- type: "float",
11825
- id: 3
11826
- }
11827
- }
11828
- }
11829
- }
11830
- }
11831
- }
11832
- },
11833
- sdk: {
11834
- nested: {
11835
- v1: {
11836
- options: {
11837
- go_package: "go.temporal.io/api/sdk/v1;sdk",
11838
- java_package: "io.temporal.api.sdk.v1",
11839
- java_multiple_files: true,
11840
- java_outer_classname: "WorkflowMetadataProto",
11841
- ruby_package: "Temporalio::Api::Sdk::V1",
11842
- csharp_namespace: "Temporalio.Api.Sdk.V1"
11843
- },
11844
- nested: {
11845
- UserMetadata: {
11846
- fields: {
11847
- summary: {
11848
- type: "temporal.api.common.v1.Payload",
11849
- id: 1
11850
- },
11851
- details: {
11852
- type: "temporal.api.common.v1.Payload",
11853
- id: 2
11854
- }
11855
- }
11856
- },
11857
- WorkflowTaskCompletedMetadata: {
11858
- fields: {
11859
- coreUsedFlags: {
11860
- rule: "repeated",
11861
- type: "uint32",
11862
- id: 1
11863
- },
11864
- langUsedFlags: {
11865
- rule: "repeated",
11866
- type: "uint32",
11867
- id: 2
11868
- },
11869
- sdkName: {
11870
- type: "string",
11871
- id: 3
13361
+ rule: {
13362
+ type: "CompatibleBuildIdRedirectRule",
13363
+ id: 1
11872
13364
  },
11873
- sdkVersion: {
11874
- type: "string",
11875
- id: 4
13365
+ createTime: {
13366
+ type: "google.protobuf.Timestamp",
13367
+ id: 2
11876
13368
  }
11877
13369
  }
11878
13370
  },
11879
- WorkerConfig: {
11880
- oneofs: {
11881
- pollerBehavior: {
11882
- oneof: [
11883
- "simplePollerBehavior",
11884
- "autoscalingPollerBehavior"
11885
- ]
11886
- }
11887
- },
13371
+ PollerGroupInfo: {
11888
13372
  fields: {
11889
- workflowCacheSize: {
11890
- type: "int32",
13373
+ id: {
13374
+ type: "string",
11891
13375
  id: 1
11892
13376
  },
11893
- simplePollerBehavior: {
11894
- type: "SimplePollerBehavior",
13377
+ weight: {
13378
+ type: "float",
11895
13379
  id: 2
11896
- },
11897
- autoscalingPollerBehavior: {
11898
- type: "AutoscalingPollerBehavior",
11899
- id: 3
11900
13380
  }
11901
- },
11902
- nested: {
11903
- SimplePollerBehavior: {
11904
- fields: {
11905
- maxPollers: {
11906
- type: "int32",
11907
- id: 1
11908
- }
11909
- }
11910
- },
11911
- AutoscalingPollerBehavior: {
11912
- fields: {
11913
- minPollers: {
11914
- type: "int32",
11915
- id: 1
11916
- },
11917
- maxPollers: {
11918
- type: "int32",
11919
- id: 2
11920
- },
11921
- initialPollers: {
11922
- type: "int32",
11923
- id: 3
11924
- }
11925
- }
13381
+ }
13382
+ },
13383
+ PollerScalingDecision: {
13384
+ fields: {
13385
+ pollRequestDeltaSuggestion: {
13386
+ type: "int32",
13387
+ id: 1
11926
13388
  }
11927
13389
  }
11928
13390
  },
11929
- WorkflowMetadata: {
13391
+ RateLimit: {
11930
13392
  fields: {
11931
- definition: {
11932
- type: "WorkflowDefinition",
13393
+ requestsPerSecond: {
13394
+ type: "float",
11933
13395
  id: 1
11934
- },
11935
- currentDetails: {
11936
- type: "string",
11937
- id: 2
11938
13396
  }
11939
13397
  }
11940
13398
  },
11941
- WorkflowDefinition: {
13399
+ ConfigMetadata: {
11942
13400
  fields: {
11943
- type: {
13401
+ reason: {
11944
13402
  type: "string",
11945
13403
  id: 1
11946
13404
  },
11947
- queryDefinitions: {
11948
- rule: "repeated",
11949
- type: "WorkflowInteractionDefinition",
13405
+ updateIdentity: {
13406
+ type: "string",
11950
13407
  id: 2
11951
13408
  },
11952
- signalDefinitions: {
11953
- rule: "repeated",
11954
- type: "WorkflowInteractionDefinition",
13409
+ updateTime: {
13410
+ type: "google.protobuf.Timestamp",
11955
13411
  id: 3
13412
+ }
13413
+ }
13414
+ },
13415
+ RateLimitConfig: {
13416
+ fields: {
13417
+ rateLimit: {
13418
+ type: "RateLimit",
13419
+ id: 1
11956
13420
  },
11957
- updateDefinitions: {
11958
- rule: "repeated",
11959
- type: "WorkflowInteractionDefinition",
11960
- id: 4
13421
+ metadata: {
13422
+ type: "ConfigMetadata",
13423
+ id: 2
11961
13424
  }
11962
13425
  }
11963
13426
  },
11964
- WorkflowInteractionDefinition: {
13427
+ TaskQueueConfig: {
11965
13428
  fields: {
11966
- name: {
11967
- type: "string",
13429
+ queueRateLimit: {
13430
+ type: "RateLimitConfig",
11968
13431
  id: 1
11969
13432
  },
11970
- description: {
11971
- type: "string",
13433
+ fairnessKeysRateLimitDefault: {
13434
+ type: "RateLimitConfig",
11972
13435
  id: 2
13436
+ },
13437
+ fairnessWeightOverrides: {
13438
+ keyType: "string",
13439
+ type: "float",
13440
+ id: 3
11973
13441
  }
11974
13442
  }
11975
13443
  }
@@ -12156,6 +13624,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
12156
13624
  declinedTargetVersionUpgrade: {
12157
13625
  type: "DeclinedTargetVersionUpgrade",
12158
13626
  id: 40
13627
+ },
13628
+ timeSkippingConfig: {
13629
+ type: "temporal.api.workflow.v1.TimeSkippingConfig",
13630
+ id: 41
13631
+ },
13632
+ initialSkippedDuration: {
13633
+ type: "google.protobuf.Duration",
13634
+ id: 42
12159
13635
  }
12160
13636
  },
12161
13637
  reserved: [
@@ -12171,6 +13647,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
12171
13647
  deploymentVersion: {
12172
13648
  type: "temporal.api.deployment.v1.WorkerDeploymentVersion",
12173
13649
  id: 1
13650
+ },
13651
+ revisionNumber: {
13652
+ type: "int64",
13653
+ id: 2
12174
13654
  }
12175
13655
  }
12176
13656
  },
@@ -12846,6 +14326,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
12846
14326
  externalWorkflowExecution: {
12847
14327
  type: "temporal.api.common.v1.WorkflowExecution",
12848
14328
  id: 6
14329
+ },
14330
+ requestId: {
14331
+ type: "string",
14332
+ id: 7
12849
14333
  }
12850
14334
  }
12851
14335
  },
@@ -13171,6 +14655,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
13171
14655
  priority: {
13172
14656
  type: "temporal.api.common.v1.Priority",
13173
14657
  id: 20
14658
+ },
14659
+ timeSkippingConfig: {
14660
+ type: "temporal.api.workflow.v1.TimeSkippingConfig",
14661
+ id: 21
14662
+ },
14663
+ initialSkippedDuration: {
14664
+ type: "google.protobuf.Duration",
14665
+ id: 30
13174
14666
  }
13175
14667
  }
13176
14668
  },
@@ -13427,6 +14919,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
13427
14919
  priority: {
13428
14920
  type: "temporal.api.common.v1.Priority",
13429
14921
  id: 6
14922
+ },
14923
+ timeSkippingConfig: {
14924
+ type: "temporal.api.workflow.v1.TimeSkippingConfig",
14925
+ id: 7
13430
14926
  }
13431
14927
  }
13432
14928
  },
@@ -13570,6 +15066,22 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
13570
15066
  }
13571
15067
  }
13572
15068
  },
15069
+ WorkflowExecutionTimeSkippingTransitionedEventAttributes: {
15070
+ fields: {
15071
+ targetTime: {
15072
+ type: "google.protobuf.Timestamp",
15073
+ id: 1
15074
+ },
15075
+ disabledAfterBound: {
15076
+ type: "bool",
15077
+ id: 2
15078
+ },
15079
+ wallClockTime: {
15080
+ type: "google.protobuf.Timestamp",
15081
+ id: 3
15082
+ }
15083
+ }
15084
+ },
13573
15085
  NexusOperationScheduledEventAttributes: {
13574
15086
  fields: {
13575
15087
  endpoint: {
@@ -13816,7 +15328,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
13816
15328
  "nexusOperationCancelRequestCompletedEventAttributes",
13817
15329
  "nexusOperationCancelRequestFailedEventAttributes",
13818
15330
  "workflowExecutionPausedEventAttributes",
13819
- "workflowExecutionUnpausedEventAttributes"
15331
+ "workflowExecutionUnpausedEventAttributes",
15332
+ "workflowExecutionTimeSkippingTransitionedEventAttributes"
13820
15333
  ]
13821
15334
  }
13822
15335
  },
@@ -13854,6 +15367,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
13854
15367
  type: "temporal.api.common.v1.Link",
13855
15368
  id: 302
13856
15369
  },
15370
+ principal: {
15371
+ type: "temporal.api.common.v1.Principal",
15372
+ id: 303
15373
+ },
13857
15374
  workflowExecutionStartedEventAttributes: {
13858
15375
  type: "WorkflowExecutionStartedEventAttributes",
13859
15376
  id: 6
@@ -14089,6 +15606,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
14089
15606
  workflowExecutionUnpausedEventAttributes: {
14090
15607
  type: "WorkflowExecutionUnpausedEventAttributes",
14091
15608
  id: 64
15609
+ },
15610
+ workflowExecutionTimeSkippingTransitionedEventAttributes: {
15611
+ type: "WorkflowExecutionTimeSkippingTransitionedEventAttributes",
15612
+ id: 65
14092
15613
  }
14093
15614
  }
14094
15615
  },
@@ -14313,6 +15834,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
14313
15834
  revisionNumber: {
14314
15835
  type: "int64",
14315
15836
  id: 8
15837
+ },
15838
+ continueAsNewInitialVersioningBehavior: {
15839
+ type: "temporal.api.enums.v1.ContinueAsNewVersioningBehavior",
15840
+ id: 9
14316
15841
  }
14317
15842
  }
14318
15843
  },
@@ -14882,9 +16407,49 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
14882
16407
  priority: {
14883
16408
  type: "temporal.api.common.v1.Priority",
14884
16409
  id: 2
16410
+ },
16411
+ timeSkippingConfig: {
16412
+ type: "TimeSkippingConfig",
16413
+ id: 3
14885
16414
  }
14886
16415
  }
14887
16416
  },
16417
+ TimeSkippingConfig: {
16418
+ oneofs: {
16419
+ bound: {
16420
+ oneof: [
16421
+ "maxSkippedDuration",
16422
+ "maxElapsedDuration"
16423
+ ]
16424
+ }
16425
+ },
16426
+ fields: {
16427
+ enabled: {
16428
+ type: "bool",
16429
+ id: 1
16430
+ },
16431
+ maxSkippedDuration: {
16432
+ type: "google.protobuf.Duration",
16433
+ id: 4
16434
+ },
16435
+ maxElapsedDuration: {
16436
+ type: "google.protobuf.Duration",
16437
+ id: 5
16438
+ }
16439
+ },
16440
+ reserved: [
16441
+ [
16442
+ 2,
16443
+ 2
16444
+ ],
16445
+ [
16446
+ 6,
16447
+ 6
16448
+ ],
16449
+ "disable_propagation",
16450
+ "max_target_time"
16451
+ ]
16452
+ },
14888
16453
  VersioningOverride: {
14889
16454
  oneofs: {
14890
16455
  override: {
@@ -15183,7 +16748,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
15183
16748
  fields: {
15184
16749
  namespace: {
15185
16750
  type: "string",
15186
- id: 1
16751
+ id: 1,
16752
+ options: {
16753
+ deprecated: true
16754
+ }
15187
16755
  },
15188
16756
  workflowId: {
15189
16757
  type: "string",
@@ -15214,7 +16782,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
15214
16782
  fields: {
15215
16783
  namespace: {
15216
16784
  type: "string",
15217
- id: 1
16785
+ id: 1,
16786
+ options: {
16787
+ deprecated: true
16788
+ }
15218
16789
  },
15219
16790
  execution: {
15220
16791
  type: "temporal.api.common.v1.WorkflowExecution",
@@ -15357,7 +16928,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
15357
16928
  fields: {
15358
16929
  namespace: {
15359
16930
  type: "string",
15360
- id: 1
16931
+ id: 1,
16932
+ options: {
16933
+ deprecated: true
16934
+ }
15361
16935
  },
15362
16936
  workflowId: {
15363
16937
  type: "string",
@@ -17144,6 +18718,47 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
17144
18718
  id: 1
17145
18719
  }
17146
18720
  }
18721
+ },
18722
+ WorkerCommand: {
18723
+ oneofs: {
18724
+ type: {
18725
+ oneof: [
18726
+ "cancelActivity"
18727
+ ]
18728
+ }
18729
+ },
18730
+ fields: {
18731
+ cancelActivity: {
18732
+ type: "CancelActivityCommand",
18733
+ id: 1
18734
+ }
18735
+ }
18736
+ },
18737
+ CancelActivityCommand: {
18738
+ fields: {
18739
+ taskToken: {
18740
+ type: "bytes",
18741
+ id: 1
18742
+ }
18743
+ }
18744
+ },
18745
+ WorkerCommandResult: {
18746
+ oneofs: {
18747
+ type: {
18748
+ oneof: [
18749
+ "cancelActivity"
18750
+ ]
18751
+ }
18752
+ },
18753
+ fields: {
18754
+ cancelActivity: {
18755
+ type: "CancelActivityResult",
18756
+ id: 1
18757
+ }
18758
+ }
18759
+ },
18760
+ CancelActivityResult: {
18761
+ fields: {}
17147
18762
  }
17148
18763
  }
17149
18764
  }
@@ -23672,6 +25287,18 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
23672
25287
  id: 2
23673
25288
  }
23674
25289
  }
25290
+ },
25291
+ NexusOperationExecutionAlreadyStartedFailure: {
25292
+ fields: {
25293
+ startRequestId: {
25294
+ type: "string",
25295
+ id: 1
25296
+ },
25297
+ runId: {
25298
+ type: "string",
25299
+ id: 2
25300
+ }
25301
+ }
23675
25302
  }
23676
25303
  }
23677
25304
  }
@@ -23804,6 +25431,15 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
23804
25431
  }
23805
25432
  }
23806
25433
  },
25434
+ FieldMask: {
25435
+ fields: {
25436
+ paths: {
25437
+ rule: "repeated",
25438
+ type: "string",
25439
+ id: 1
25440
+ }
25441
+ }
25442
+ },
23807
25443
  DoubleValue: {
23808
25444
  fields: {
23809
25445
  value: {
@@ -23876,15 +25512,6 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
23876
25512
  }
23877
25513
  }
23878
25514
  },
23879
- FieldMask: {
23880
- fields: {
23881
- paths: {
23882
- rule: "repeated",
23883
- type: "string",
23884
- id: 1
23885
- }
23886
- }
23887
- },
23888
25515
  Any: {
23889
25516
  fields: {
23890
25517
  type_url: {