@proompteng/temporal-bun-sdk 0.9.1 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -6
- package/dist/agent-readiness.json +115 -13
- package/dist/production-readiness.json +391 -26
- package/dist/release-provenance.json +82 -0
- package/dist/src/activities/lifecycle.d.ts.map +1 -1
- package/dist/src/activities/lifecycle.js +27 -9
- package/dist/src/activities/lifecycle.js.map +1 -1
- package/dist/src/bin/lint-workflows-command.d.ts +3 -3
- package/dist/src/bin/lint-workflows-command.d.ts.map +1 -1
- package/dist/src/bin/lint-workflows-command.js +5 -0
- package/dist/src/bin/lint-workflows-command.js.map +1 -1
- package/dist/src/bin/replay-command.d.ts +2 -2
- package/dist/src/bin/replay-command.d.ts.map +1 -1
- package/dist/src/bin/replay-command.js +9 -5
- package/dist/src/bin/replay-command.js.map +1 -1
- package/dist/src/bin/temporal-bun.d.ts +2 -2
- package/dist/src/client/interceptors.d.ts.map +1 -1
- package/dist/src/client/interceptors.js +1 -1
- package/dist/src/client/interceptors.js.map +1 -1
- package/dist/src/client/retries.d.ts.map +1 -1
- package/dist/src/client/retries.js +12 -2
- package/dist/src/client/retries.js.map +1 -1
- package/dist/src/client.d.ts.map +1 -1
- package/dist/src/client.js +102 -35
- package/dist/src/client.js.map +1 -1
- package/dist/src/common/payloads/codecs.d.ts +4 -4
- package/dist/src/common/payloads/codecs.d.ts.map +1 -1
- package/dist/src/config.d.ts +10 -10
- package/dist/src/config.d.ts.map +1 -1
- package/dist/src/interceptors/types.d.ts.map +1 -1
- package/dist/src/interceptors/types.js +6 -4
- package/dist/src/interceptors/types.js.map +1 -1
- package/dist/src/otel/auto-instrumentations-node.d.ts +1 -1
- package/dist/src/otel/auto-instrumentations-node.d.ts.map +1 -1
- package/dist/src/proto/protoc-gen-openapiv2/options/annotations_pb.js +1 -1
- package/dist/src/proto/protoc-gen-openapiv2/options/openapiv2_pb.d.ts +14 -14
- package/dist/src/proto/protoc-gen-openapiv2/options/openapiv2_pb.d.ts.map +1 -1
- package/dist/src/proto/protoc-gen-openapiv2/options/openapiv2_pb.js +1 -1
- package/dist/src/proto/temporal/api/activity/v1/message_pb.d.ts +106 -35
- package/dist/src/proto/temporal/api/activity/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/activity/v1/message_pb.js +18 -2
- package/dist/src/proto/temporal/api/activity/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/batch/v1/message_pb.d.ts +12 -12
- package/dist/src/proto/temporal/api/batch/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/batch/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/callback/v1/message_pb.d.ts +72 -0
- package/dist/src/proto/temporal/api/callback/v1/message_pb.d.ts.map +1 -0
- package/dist/src/proto/temporal/api/callback/v1/message_pb.js +18 -0
- package/dist/src/proto/temporal/api/callback/v1/message_pb.js.map +1 -0
- package/dist/src/proto/temporal/api/cloud/account/v1/message_pb.d.ts +5 -5
- package/dist/src/proto/temporal/api/cloud/account/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/account/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/cloud/auditlog/v1/message_pb.d.ts +3 -3
- package/dist/src/proto/temporal/api/cloud/auditlog/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/auditlog/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/cloud/billing/v1/message_pb.d.ts +206 -0
- package/dist/src/proto/temporal/api/cloud/billing/v1/message_pb.d.ts.map +1 -0
- package/dist/src/proto/temporal/api/cloud/billing/v1/message_pb.js +95 -0
- package/dist/src/proto/temporal/api/cloud/billing/v1/message_pb.js.map +1 -0
- package/dist/src/proto/temporal/api/cloud/cloudservice/v1/request_response_pb.d.ts +462 -82
- package/dist/src/proto/temporal/api/cloud/cloudservice/v1/request_response_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/cloudservice/v1/request_response_pb.js +223 -132
- package/dist/src/proto/temporal/api/cloud/cloudservice/v1/request_response_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/cloud/cloudservice/v1/service_pb.d.ts +95 -1
- package/dist/src/proto/temporal/api/cloud/cloudservice/v1/service_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/cloudservice/v1/service_pb.js +2 -2
- package/dist/src/proto/temporal/api/cloud/cloudservice/v1/service_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/cloud/connectivityrule/v1/message_pb.d.ts +11 -3
- package/dist/src/proto/temporal/api/cloud/connectivityrule/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/connectivityrule/v1/message_pb.js +2 -2
- package/dist/src/proto/temporal/api/cloud/connectivityrule/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/cloud/identity/v1/message_pb.d.ts +173 -24
- package/dist/src/proto/temporal/api/cloud/identity/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/identity/v1/message_pb.js +22 -2
- package/dist/src/proto/temporal/api/cloud/identity/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/cloud/namespace/v1/message_pb.d.ts +325 -26
- package/dist/src/proto/temporal/api/cloud/namespace/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/namespace/v1/message_pb.js +105 -22
- package/dist/src/proto/temporal/api/cloud/namespace/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/cloud/nexus/v1/message_pb.d.ts +5 -5
- package/dist/src/proto/temporal/api/cloud/nexus/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/nexus/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/cloud/operation/v1/message_pb.d.ts +4 -4
- package/dist/src/proto/temporal/api/cloud/operation/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/operation/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/cloud/region/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/cloud/resource/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/cloud/sink/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/cloud/usage/v1/message_pb.d.ts +2 -2
- package/dist/src/proto/temporal/api/cloud/usage/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/usage/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/command/v1/message_pb.d.ts +61 -52
- package/dist/src/proto/temporal/api/command/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/command/v1/message_pb.js +2 -2
- package/dist/src/proto/temporal/api/command/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/common/v1/message_pb.d.ts +118 -2
- package/dist/src/proto/temporal/api/common/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/common/v1/message_pb.js +24 -4
- package/dist/src/proto/temporal/api/common/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/compute/v1/config_pb.d.ts +133 -0
- package/dist/src/proto/temporal/api/compute/v1/config_pb.d.ts.map +1 -0
- package/dist/src/proto/temporal/api/compute/v1/config_pb.js +38 -0
- package/dist/src/proto/temporal/api/compute/v1/config_pb.js.map +1 -0
- package/dist/src/proto/temporal/api/compute/v1/provider_pb.d.ts +49 -0
- package/dist/src/proto/temporal/api/compute/v1/provider_pb.d.ts.map +1 -0
- package/dist/src/proto/temporal/api/compute/v1/provider_pb.js +15 -0
- package/dist/src/proto/temporal/api/compute/v1/provider_pb.js.map +1 -0
- package/dist/src/proto/temporal/api/compute/v1/scaler_pb.d.ts +39 -0
- package/dist/src/proto/temporal/api/compute/v1/scaler_pb.d.ts.map +1 -0
- package/dist/src/proto/temporal/api/compute/v1/scaler_pb.js +15 -0
- package/dist/src/proto/temporal/api/compute/v1/scaler_pb.js.map +1 -0
- package/dist/src/proto/temporal/api/deployment/v1/message_pb.d.ts +76 -39
- package/dist/src/proto/temporal/api/deployment/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/deployment/v1/message_pb.js +4 -2
- package/dist/src/proto/temporal/api/deployment/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/activity_pb.js +1 -1
- package/dist/src/proto/temporal/api/enums/v1/batch_operation_pb.js +1 -1
- package/dist/src/proto/temporal/api/enums/v1/command_type_pb.js +1 -1
- package/dist/src/proto/temporal/api/enums/v1/common_pb.js +1 -1
- package/dist/src/proto/temporal/api/enums/v1/deployment_pb.d.ts +8 -4
- package/dist/src/proto/temporal/api/enums/v1/deployment_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/deployment_pb.js +9 -5
- package/dist/src/proto/temporal/api/enums/v1/deployment_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/event_type_pb.d.ts +7 -1
- package/dist/src/proto/temporal/api/enums/v1/event_type_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/event_type_pb.js +8 -2
- package/dist/src/proto/temporal/api/enums/v1/event_type_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/failed_cause_pb.d.ts +7 -1
- package/dist/src/proto/temporal/api/enums/v1/failed_cause_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/failed_cause_pb.js +8 -2
- package/dist/src/proto/temporal/api/enums/v1/failed_cause_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/namespace_pb.js +1 -1
- package/dist/src/proto/temporal/api/enums/v1/nexus_pb.d.ts +153 -0
- package/dist/src/proto/temporal/api/enums/v1/nexus_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/nexus_pb.js +159 -2
- package/dist/src/proto/temporal/api/enums/v1/nexus_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/query_pb.js +1 -1
- package/dist/src/proto/temporal/api/enums/v1/reset_pb.js +1 -1
- package/dist/src/proto/temporal/api/enums/v1/schedule_pb.js +1 -1
- package/dist/src/proto/temporal/api/enums/v1/task_queue_pb.d.ts +10 -1
- package/dist/src/proto/temporal/api/enums/v1/task_queue_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/task_queue_pb.js +11 -2
- package/dist/src/proto/temporal/api/enums/v1/task_queue_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/update_pb.js +1 -1
- package/dist/src/proto/temporal/api/enums/v1/workflow_pb.d.ts +24 -14
- package/dist/src/proto/temporal/api/enums/v1/workflow_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/workflow_pb.js +24 -14
- package/dist/src/proto/temporal/api/enums/v1/workflow_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/errordetails/v1/message_pb.d.ts +24 -2
- package/dist/src/proto/temporal/api/errordetails/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/errordetails/v1/message_pb.js +7 -2
- package/dist/src/proto/temporal/api/errordetails/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/export/v1/message_pb.d.ts +1 -1
- package/dist/src/proto/temporal/api/export/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/export/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/failure/v1/message_pb.d.ts +26 -11
- package/dist/src/proto/temporal/api/failure/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/failure/v1/message_pb.js +2 -2
- package/dist/src/proto/temporal/api/failure/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/filter/v1/message_pb.d.ts +2 -2
- package/dist/src/proto/temporal/api/filter/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/filter/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/history/v1/message_pb.d.ts +278 -141
- package/dist/src/proto/temporal/api/history/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/history/v1/message_pb.js +72 -62
- package/dist/src/proto/temporal/api/history/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/namespace/v1/message_pb.d.ts +39 -5
- package/dist/src/proto/temporal/api/namespace/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/namespace/v1/message_pb.js +2 -2
- package/dist/src/proto/temporal/api/namespace/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/nexus/v1/message_pb.d.ts +386 -14
- package/dist/src/proto/temporal/api/nexus/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/nexus/v1/message_pb.js +26 -3
- package/dist/src/proto/temporal/api/nexus/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/nexusservices/workerservice/v1/request_response_pb.d.ts +41 -0
- package/dist/src/proto/temporal/api/nexusservices/workerservice/v1/request_response_pb.d.ts.map +1 -0
- package/dist/src/proto/temporal/api/nexusservices/workerservice/v1/request_response_pb.js +20 -0
- package/dist/src/proto/temporal/api/nexusservices/workerservice/v1/request_response_pb.js.map +1 -0
- package/dist/src/proto/temporal/api/operatorservice/v1/request_response_pb.d.ts +6 -6
- package/dist/src/proto/temporal/api/operatorservice/v1/request_response_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/operatorservice/v1/request_response_pb.js +1 -1
- package/dist/src/proto/temporal/api/operatorservice/v1/service_pb.js +1 -1
- package/dist/src/proto/temporal/api/protocol/v1/message_pb.d.ts +1 -1
- package/dist/src/proto/temporal/api/protocol/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/protocol/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/protometa/v1/annotations_pb.d.ts +46 -0
- package/dist/src/proto/temporal/api/protometa/v1/annotations_pb.d.ts.map +1 -0
- package/dist/src/proto/temporal/api/protometa/v1/annotations_pb.js +19 -0
- package/dist/src/proto/temporal/api/protometa/v1/annotations_pb.js.map +1 -0
- package/dist/src/proto/temporal/api/query/v1/message_pb.d.ts +4 -4
- package/dist/src/proto/temporal/api/query/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/query/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/replication/v1/message_pb.d.ts +1 -1
- package/dist/src/proto/temporal/api/replication/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/replication/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/rules/v1/message_pb.d.ts +3 -3
- package/dist/src/proto/temporal/api/rules/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/rules/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/schedule/v1/message_pb.d.ts +24 -24
- package/dist/src/proto/temporal/api/schedule/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/enhanced_stack_trace_pb.d.ts +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/enhanced_stack_trace_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/enhanced_stack_trace_pb.js +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/external_storage_pb.d.ts +35 -0
- package/dist/src/proto/temporal/api/sdk/v1/external_storage_pb.d.ts.map +1 -0
- package/dist/src/proto/temporal/api/sdk/v1/external_storage_pb.js +14 -0
- package/dist/src/proto/temporal/api/sdk/v1/external_storage_pb.js.map +1 -0
- package/dist/src/proto/temporal/api/sdk/v1/task_complete_metadata_pb.js +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/user_metadata_pb.d.ts +2 -2
- package/dist/src/proto/temporal/api/sdk/v1/user_metadata_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/user_metadata_pb.js +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/worker_config_pb.js +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/workflow_metadata_pb.d.ts +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/workflow_metadata_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/workflow_metadata_pb.js +1 -1
- package/dist/src/proto/temporal/api/taskqueue/v1/message_pb.d.ts +39 -23
- package/dist/src/proto/temporal/api/taskqueue/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/taskqueue/v1/message_pb.js +12 -7
- package/dist/src/proto/temporal/api/taskqueue/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/update/v1/message_pb.d.ts +10 -10
- package/dist/src/proto/temporal/api/update/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/update/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/version/v1/message_pb.d.ts +4 -4
- package/dist/src/proto/temporal/api/version/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/version/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/worker/v1/message_pb.d.ts +208 -15
- package/dist/src/proto/temporal/api/worker/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/worker/v1/message_pb.js +33 -3
- package/dist/src/proto/temporal/api/worker/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/workflow/v1/message_pb.d.ts +187 -96
- package/dist/src/proto/temporal/api/workflow/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/workflow/v1/message_pb.js +16 -11
- package/dist/src/proto/temporal/api/workflow/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/workflowservice/v1/request_response_pb.d.ts +1884 -283
- package/dist/src/proto/temporal/api/workflowservice/v1/request_response_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/workflowservice/v1/request_response_pb.js +309 -127
- package/dist/src/proto/temporal/api/workflowservice/v1/request_response_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/workflowservice/v1/service_pb.d.ts +232 -2
- package/dist/src/proto/temporal/api/workflowservice/v1/service_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/workflowservice/v1/service_pb.js +3 -2
- package/dist/src/proto/temporal/api/workflowservice/v1/service_pb.js.map +1 -1
- package/dist/src/runtime/effect-layers.d.ts +85 -0
- package/dist/src/runtime/effect-layers.d.ts.map +1 -1
- package/dist/src/worker/concurrency.d.ts.map +1 -1
- package/dist/src/worker/concurrency.js +12 -0
- package/dist/src/worker/concurrency.js.map +1 -1
- package/dist/src/worker/runtime.d.ts.map +1 -1
- package/dist/src/worker/runtime.js +169 -23
- package/dist/src/worker/runtime.js.map +1 -1
- package/dist/src/workflow/command-event-matrix.d.ts +13 -0
- package/dist/src/workflow/command-event-matrix.d.ts.map +1 -0
- package/dist/src/workflow/command-event-matrix.js +158 -0
- package/dist/src/workflow/command-event-matrix.js.map +1 -0
- package/dist/src/workflow/context.d.ts.map +1 -1
- package/dist/src/workflow/context.js +0 -11
- package/dist/src/workflow/context.js.map +1 -1
- package/dist/src/workflow/determinism.d.ts.map +1 -1
- package/dist/src/workflow/determinism.js +27 -1
- package/dist/src/workflow/determinism.js.map +1 -1
- package/dist/src/workflow/executor.d.ts.map +1 -1
- package/dist/src/workflow/executor.js +22 -21
- package/dist/src/workflow/executor.js.map +1 -1
- package/dist/src/workflow/guards.d.ts.map +1 -1
- package/dist/src/workflow/guards.js +141 -36
- package/dist/src/workflow/guards.js.map +1 -1
- package/dist/src/workflow/index.d.ts +1 -0
- package/dist/src/workflow/index.d.ts.map +1 -1
- package/dist/src/workflow/index.js +1 -0
- package/dist/src/workflow/index.js.map +1 -1
- package/docs/adoption-readiness.md +93 -0
- package/docs/agent-adoption-guide.md +25 -3
- package/docs/default-choice-hardening-plan.md +160 -0
- package/docs/feature-matrix.md +20 -20
- package/docs/production-design.md +3 -3
- package/docs/production-readiness-implementation-plan.md +66 -56
- package/docs/semantic-readiness.md +76 -15
- package/docs/support-policy.md +9 -5
- package/package.json +18 -10
|
@@ -10,11 +10,13 @@ import type { DescribeTaskQueueMode, RateLimitSource, TaskQueueType, TaskReachab
|
|
|
10
10
|
import type { DeploymentReachability } from "../../enums/v1/deployment_pb.js";
|
|
11
11
|
import type { UpdateWorkflowExecutionLifecycleStage } from "../../enums/v1/update_pb.js";
|
|
12
12
|
import type { ActivityIdConflictPolicy, ActivityIdReusePolicy } from "../../enums/v1/activity_pb.js";
|
|
13
|
-
import type {
|
|
14
|
-
import type {
|
|
13
|
+
import type { NexusOperationIdConflictPolicy, NexusOperationIdReusePolicy, NexusOperationWaitStage } from "../../enums/v1/nexus_pb.js";
|
|
14
|
+
import type { ActivityExecutionInfo, ActivityExecutionListInfo, ActivityExecutionOutcome, ActivityOptions, CallbackInfo as CallbackInfo$1 } from "../../activity/v1/message_pb.js";
|
|
15
|
+
import type { ActivityType, Callback, DataBlob, Header, Link, Memo, MeteringMetadata, OnConflictOptions as OnConflictOptions$1, Payload, Payloads, Priority, RetryPolicy, SearchAttributes, WorkerSelector, WorkerVersionCapabilities, WorkerVersionStamp, WorkflowExecution, WorkflowType } from "../../common/v1/message_pb.js";
|
|
15
16
|
import type { History } from "../../history/v1/message_pb.js";
|
|
16
|
-
import type { CallbackInfo, OnConflictOptions, PendingActivityInfo, PendingChildExecutionInfo, PendingNexusOperationInfo, PendingWorkflowTaskInfo, PostResetOperation, VersioningOverride, WorkflowExecutionConfig, WorkflowExecutionExtendedInfo, WorkflowExecutionInfo, WorkflowExecutionOptions } from "../../workflow/v1/message_pb.js";
|
|
17
|
+
import type { CallbackInfo, OnConflictOptions, PendingActivityInfo, PendingChildExecutionInfo, PendingNexusOperationInfo, PendingWorkflowTaskInfo, PostResetOperation, TimeSkippingConfig, VersioningOverride, WorkflowExecutionConfig, WorkflowExecutionExtendedInfo, WorkflowExecutionInfo, WorkflowExecutionOptions } from "../../workflow/v1/message_pb.js";
|
|
17
18
|
import type { Command } from "../../command/v1/message_pb.js";
|
|
19
|
+
import type { ComputeConfig, ComputeConfigScalingGroupUpdate } from "../../compute/v1/config_pb.js";
|
|
18
20
|
import type { Deployment, DeploymentInfo, DeploymentListInfo, RoutingConfig, UpdateDeploymentMetadata, VersionMetadata, WorkerDeploymentInfo, WorkerDeploymentInfo_WorkerDeploymentVersionSummary, WorkerDeploymentOptions, WorkerDeploymentVersion, WorkerDeploymentVersionInfo } from "../../deployment/v1/message_pb.js";
|
|
19
21
|
import type { Failure } from "../../failure/v1/message_pb.js";
|
|
20
22
|
import type { StartTimeFilter, StatusFilter, WorkflowExecutionFilter, WorkflowTypeFilter } from "../../filter/v1/message_pb.js";
|
|
@@ -25,14 +27,14 @@ import type { ClusterReplicationConfig, FailoverStatus, NamespaceReplicationConf
|
|
|
25
27
|
import type { WorkflowRule, WorkflowRuleSpec } from "../../rules/v1/message_pb.js";
|
|
26
28
|
import type { WorkerConfig } from "../../sdk/v1/worker_config_pb.js";
|
|
27
29
|
import type { Schedule, ScheduleInfo, ScheduleListEntry, SchedulePatch } from "../../schedule/v1/message_pb.js";
|
|
28
|
-
import type { BuildIdAssignmentRule, BuildIdReachability, CompatibleBuildIdRedirectRule, CompatibleVersionSet, PollerInfo, PollerScalingDecision, RateLimit, StickyExecutionAttributes, TaskQueue, TaskQueueConfig, TaskQueueMetadata, TaskQueuePartitionMetadata, TaskQueueStats, TaskQueueStatus, TaskQueueVersionInfo, TaskQueueVersioningInfo, TaskQueueVersionSelection, TimestampedBuildIdAssignmentRule, TimestampedCompatibleBuildIdRedirectRule } from "../../taskqueue/v1/message_pb.js";
|
|
30
|
+
import type { BuildIdAssignmentRule, BuildIdReachability, CompatibleBuildIdRedirectRule, CompatibleVersionSet, PollerGroupInfo, PollerInfo, PollerScalingDecision, RateLimit, StickyExecutionAttributes, TaskQueue, TaskQueueConfig, TaskQueueMetadata, TaskQueuePartitionMetadata, TaskQueueStats, TaskQueueStatus, TaskQueueVersionInfo, TaskQueueVersioningInfo, TaskQueueVersionSelection, TimestampedBuildIdAssignmentRule, TimestampedCompatibleBuildIdRedirectRule } from "../../taskqueue/v1/message_pb.js";
|
|
29
31
|
import type { Outcome, Request, UpdateRef, WaitPolicy } from "../../update/v1/message_pb.js";
|
|
30
32
|
import type { VersionInfo } from "../../version/v1/message_pb.js";
|
|
31
33
|
import type { BatchOperationCancellation, BatchOperationDeletion, BatchOperationInfo, BatchOperationReset, BatchOperationResetActivities, BatchOperationSignal, BatchOperationTermination, BatchOperationUnpauseActivities, BatchOperationUpdateActivityOptions, BatchOperationUpdateWorkflowExecutionOptions } from "../../batch/v1/message_pb.js";
|
|
32
34
|
import type { WorkflowTaskCompletedMetadata } from "../../sdk/v1/task_complete_metadata_pb.js";
|
|
33
35
|
import type { UserMetadata } from "../../sdk/v1/user_metadata_pb.js";
|
|
34
|
-
import type { HandlerError, Request as Request$1, Response } from "../../nexus/v1/message_pb.js";
|
|
35
|
-
import type { WorkerHeartbeat, WorkerInfo } from "../../worker/v1/message_pb.js";
|
|
36
|
+
import type { HandlerError, NexusOperationExecutionInfo, NexusOperationExecutionListInfo, Request as Request$1, Response } from "../../nexus/v1/message_pb.js";
|
|
37
|
+
import type { WorkerHeartbeat, WorkerInfo, WorkerListInfo } from "../../worker/v1/message_pb.js";
|
|
36
38
|
import type { Duration, FieldMask, Timestamp } from "@bufbuild/protobuf/wkt";
|
|
37
39
|
import type { Message } from "@bufbuild/protobuf";
|
|
38
40
|
/**
|
|
@@ -58,7 +60,7 @@ export type RegisterNamespaceRequest = Message<"temporal.api.workflowservice.v1.
|
|
|
58
60
|
/**
|
|
59
61
|
* @generated from field: google.protobuf.Duration workflow_execution_retention_period = 4;
|
|
60
62
|
*/
|
|
61
|
-
workflowExecutionRetentionPeriod?: Duration;
|
|
63
|
+
workflowExecutionRetentionPeriod?: Duration | undefined;
|
|
62
64
|
/**
|
|
63
65
|
* @generated from field: repeated temporal.api.replication.v1.ClusterReplicationConfig clusters = 5;
|
|
64
66
|
*/
|
|
@@ -133,7 +135,7 @@ export type ListNamespacesRequest = Message<"temporal.api.workflowservice.v1.Lis
|
|
|
133
135
|
/**
|
|
134
136
|
* @generated from field: temporal.api.namespace.v1.NamespaceFilter namespace_filter = 3;
|
|
135
137
|
*/
|
|
136
|
-
namespaceFilter?: NamespaceFilter;
|
|
138
|
+
namespaceFilter?: NamespaceFilter | undefined;
|
|
137
139
|
};
|
|
138
140
|
/**
|
|
139
141
|
* Describes the message temporal.api.workflowservice.v1.ListNamespacesRequest.
|
|
@@ -170,6 +172,15 @@ export type DescribeNamespaceRequest = Message<"temporal.api.workflowservice.v1.
|
|
|
170
172
|
* @generated from field: string id = 2;
|
|
171
173
|
*/
|
|
172
174
|
id: string;
|
|
175
|
+
/**
|
|
176
|
+
* If true, the server may serve the response from an eventually-consistent
|
|
177
|
+
* source instead of reading through to persistence. Defaults to false,
|
|
178
|
+
* which preserves read-after-write consistency. SDKs should set this when
|
|
179
|
+
* fetching namespace capabilities on worker/client startup.
|
|
180
|
+
*
|
|
181
|
+
* @generated from field: bool weak_consistency = 3;
|
|
182
|
+
*/
|
|
183
|
+
weakConsistency: boolean;
|
|
173
184
|
};
|
|
174
185
|
/**
|
|
175
186
|
* Describes the message temporal.api.workflowservice.v1.DescribeNamespaceRequest.
|
|
@@ -183,15 +194,15 @@ export type DescribeNamespaceResponse = Message<"temporal.api.workflowservice.v1
|
|
|
183
194
|
/**
|
|
184
195
|
* @generated from field: temporal.api.namespace.v1.NamespaceInfo namespace_info = 1;
|
|
185
196
|
*/
|
|
186
|
-
namespaceInfo?: NamespaceInfo;
|
|
197
|
+
namespaceInfo?: NamespaceInfo | undefined;
|
|
187
198
|
/**
|
|
188
199
|
* @generated from field: temporal.api.namespace.v1.NamespaceConfig config = 2;
|
|
189
200
|
*/
|
|
190
|
-
config?: NamespaceConfig;
|
|
201
|
+
config?: NamespaceConfig | undefined;
|
|
191
202
|
/**
|
|
192
203
|
* @generated from field: temporal.api.replication.v1.NamespaceReplicationConfig replication_config = 3;
|
|
193
204
|
*/
|
|
194
|
-
replicationConfig?: NamespaceReplicationConfig;
|
|
205
|
+
replicationConfig?: NamespaceReplicationConfig | undefined;
|
|
195
206
|
/**
|
|
196
207
|
* @generated from field: int64 failover_version = 4;
|
|
197
208
|
*/
|
|
@@ -224,15 +235,15 @@ export type UpdateNamespaceRequest = Message<"temporal.api.workflowservice.v1.Up
|
|
|
224
235
|
/**
|
|
225
236
|
* @generated from field: temporal.api.namespace.v1.UpdateNamespaceInfo update_info = 2;
|
|
226
237
|
*/
|
|
227
|
-
updateInfo?: UpdateNamespaceInfo;
|
|
238
|
+
updateInfo?: UpdateNamespaceInfo | undefined;
|
|
228
239
|
/**
|
|
229
240
|
* @generated from field: temporal.api.namespace.v1.NamespaceConfig config = 3;
|
|
230
241
|
*/
|
|
231
|
-
config?: NamespaceConfig;
|
|
242
|
+
config?: NamespaceConfig | undefined;
|
|
232
243
|
/**
|
|
233
244
|
* @generated from field: temporal.api.replication.v1.NamespaceReplicationConfig replication_config = 4;
|
|
234
245
|
*/
|
|
235
|
-
replicationConfig?: NamespaceReplicationConfig;
|
|
246
|
+
replicationConfig?: NamespaceReplicationConfig | undefined;
|
|
236
247
|
/**
|
|
237
248
|
* @generated from field: string security_token = 5;
|
|
238
249
|
*/
|
|
@@ -260,15 +271,15 @@ export type UpdateNamespaceResponse = Message<"temporal.api.workflowservice.v1.U
|
|
|
260
271
|
/**
|
|
261
272
|
* @generated from field: temporal.api.namespace.v1.NamespaceInfo namespace_info = 1;
|
|
262
273
|
*/
|
|
263
|
-
namespaceInfo?: NamespaceInfo;
|
|
274
|
+
namespaceInfo?: NamespaceInfo | undefined;
|
|
264
275
|
/**
|
|
265
276
|
* @generated from field: temporal.api.namespace.v1.NamespaceConfig config = 2;
|
|
266
277
|
*/
|
|
267
|
-
config?: NamespaceConfig;
|
|
278
|
+
config?: NamespaceConfig | undefined;
|
|
268
279
|
/**
|
|
269
280
|
* @generated from field: temporal.api.replication.v1.NamespaceReplicationConfig replication_config = 3;
|
|
270
281
|
*/
|
|
271
|
-
replicationConfig?: NamespaceReplicationConfig;
|
|
282
|
+
replicationConfig?: NamespaceReplicationConfig | undefined;
|
|
272
283
|
/**
|
|
273
284
|
* @generated from field: int64 failover_version = 4;
|
|
274
285
|
*/
|
|
@@ -329,35 +340,35 @@ export type StartWorkflowExecutionRequest = Message<"temporal.api.workflowservic
|
|
|
329
340
|
/**
|
|
330
341
|
* @generated from field: temporal.api.common.v1.WorkflowType workflow_type = 3;
|
|
331
342
|
*/
|
|
332
|
-
workflowType?: WorkflowType;
|
|
343
|
+
workflowType?: WorkflowType | undefined;
|
|
333
344
|
/**
|
|
334
345
|
* @generated from field: temporal.api.taskqueue.v1.TaskQueue task_queue = 4;
|
|
335
346
|
*/
|
|
336
|
-
taskQueue?: TaskQueue;
|
|
347
|
+
taskQueue?: TaskQueue | undefined;
|
|
337
348
|
/**
|
|
338
349
|
* Serialized arguments to the workflow. These are passed as arguments to the workflow function.
|
|
339
350
|
*
|
|
340
351
|
* @generated from field: temporal.api.common.v1.Payloads input = 5;
|
|
341
352
|
*/
|
|
342
|
-
input?: Payloads;
|
|
353
|
+
input?: Payloads | undefined;
|
|
343
354
|
/**
|
|
344
355
|
* Total workflow execution timeout including retries and continue as new.
|
|
345
356
|
*
|
|
346
357
|
* @generated from field: google.protobuf.Duration workflow_execution_timeout = 6;
|
|
347
358
|
*/
|
|
348
|
-
workflowExecutionTimeout?: Duration;
|
|
359
|
+
workflowExecutionTimeout?: Duration | undefined;
|
|
349
360
|
/**
|
|
350
361
|
* Timeout of a single workflow run.
|
|
351
362
|
*
|
|
352
363
|
* @generated from field: google.protobuf.Duration workflow_run_timeout = 7;
|
|
353
364
|
*/
|
|
354
|
-
workflowRunTimeout?: Duration;
|
|
365
|
+
workflowRunTimeout?: Duration | undefined;
|
|
355
366
|
/**
|
|
356
367
|
* Timeout of a single workflow task.
|
|
357
368
|
*
|
|
358
369
|
* @generated from field: google.protobuf.Duration workflow_task_timeout = 8;
|
|
359
370
|
*/
|
|
360
|
-
workflowTaskTimeout?: Duration;
|
|
371
|
+
workflowTaskTimeout?: Duration | undefined;
|
|
361
372
|
/**
|
|
362
373
|
* The identity of the client who initiated this request
|
|
363
374
|
*
|
|
@@ -393,7 +404,7 @@ export type StartWorkflowExecutionRequest = Message<"temporal.api.workflowservic
|
|
|
393
404
|
*
|
|
394
405
|
* @generated from field: temporal.api.common.v1.RetryPolicy retry_policy = 12;
|
|
395
406
|
*/
|
|
396
|
-
retryPolicy?: RetryPolicy;
|
|
407
|
+
retryPolicy?: RetryPolicy | undefined;
|
|
397
408
|
/**
|
|
398
409
|
* See https://docs.temporal.io/docs/content/what-is-a-temporal-cron-job/
|
|
399
410
|
*
|
|
@@ -403,15 +414,15 @@ export type StartWorkflowExecutionRequest = Message<"temporal.api.workflowservic
|
|
|
403
414
|
/**
|
|
404
415
|
* @generated from field: temporal.api.common.v1.Memo memo = 14;
|
|
405
416
|
*/
|
|
406
|
-
memo?: Memo;
|
|
417
|
+
memo?: Memo | undefined;
|
|
407
418
|
/**
|
|
408
419
|
* @generated from field: temporal.api.common.v1.SearchAttributes search_attributes = 15;
|
|
409
420
|
*/
|
|
410
|
-
searchAttributes?: SearchAttributes;
|
|
421
|
+
searchAttributes?: SearchAttributes | undefined;
|
|
411
422
|
/**
|
|
412
423
|
* @generated from field: temporal.api.common.v1.Header header = 16;
|
|
413
424
|
*/
|
|
414
|
-
header?: Header;
|
|
425
|
+
header?: Header | undefined;
|
|
415
426
|
/**
|
|
416
427
|
* Request to get the first workflow task inline in the response bypassing matching service and worker polling.
|
|
417
428
|
* If set to `true` the caller is expected to have a worker available and capable of processing the task.
|
|
@@ -429,11 +440,11 @@ export type StartWorkflowExecutionRequest = Message<"temporal.api.workflowservic
|
|
|
429
440
|
*
|
|
430
441
|
* @generated from field: temporal.api.failure.v1.Failure continued_failure = 18;
|
|
431
442
|
*/
|
|
432
|
-
continuedFailure?: Failure;
|
|
443
|
+
continuedFailure?: Failure | undefined;
|
|
433
444
|
/**
|
|
434
445
|
* @generated from field: temporal.api.common.v1.Payloads last_completion_result = 19;
|
|
435
446
|
*/
|
|
436
|
-
lastCompletionResult?: Payloads;
|
|
447
|
+
lastCompletionResult?: Payloads | undefined;
|
|
437
448
|
/**
|
|
438
449
|
* Time to wait before dispatching the first workflow task. Cannot be used with `cron_schedule`.
|
|
439
450
|
* If the workflow gets a signal before the delay, a workflow task will be dispatched and the rest
|
|
@@ -441,7 +452,7 @@ export type StartWorkflowExecutionRequest = Message<"temporal.api.workflowservic
|
|
|
441
452
|
*
|
|
442
453
|
* @generated from field: google.protobuf.Duration workflow_start_delay = 20;
|
|
443
454
|
*/
|
|
444
|
-
workflowStartDelay?: Duration;
|
|
455
|
+
workflowStartDelay?: Duration | undefined;
|
|
445
456
|
/**
|
|
446
457
|
* Callbacks to be called by the server when this workflow reaches a terminal state.
|
|
447
458
|
* If the workflow continues-as-new, these callbacks will be carried over to the new execution.
|
|
@@ -457,7 +468,7 @@ export type StartWorkflowExecutionRequest = Message<"temporal.api.workflowservic
|
|
|
457
468
|
*
|
|
458
469
|
* @generated from field: temporal.api.sdk.v1.UserMetadata user_metadata = 23;
|
|
459
470
|
*/
|
|
460
|
-
userMetadata?: UserMetadata;
|
|
471
|
+
userMetadata?: UserMetadata | undefined;
|
|
461
472
|
/**
|
|
462
473
|
* Links to be associated with the workflow.
|
|
463
474
|
*
|
|
@@ -470,7 +481,7 @@ export type StartWorkflowExecutionRequest = Message<"temporal.api.workflowservic
|
|
|
470
481
|
*
|
|
471
482
|
* @generated from field: temporal.api.workflow.v1.VersioningOverride versioning_override = 25;
|
|
472
483
|
*/
|
|
473
|
-
versioningOverride?: VersioningOverride;
|
|
484
|
+
versioningOverride?: VersioningOverride | undefined;
|
|
474
485
|
/**
|
|
475
486
|
* Defines actions to be done to the existing running workflow when the conflict policy
|
|
476
487
|
* WORKFLOW_ID_CONFLICT_POLICY_USE_EXISTING is used. If not set (ie., nil value) or set to a
|
|
@@ -479,19 +490,25 @@ export type StartWorkflowExecutionRequest = Message<"temporal.api.workflowservic
|
|
|
479
490
|
*
|
|
480
491
|
* @generated from field: temporal.api.workflow.v1.OnConflictOptions on_conflict_options = 26;
|
|
481
492
|
*/
|
|
482
|
-
onConflictOptions?: OnConflictOptions;
|
|
493
|
+
onConflictOptions?: OnConflictOptions | undefined;
|
|
483
494
|
/**
|
|
484
495
|
* Priority metadata
|
|
485
496
|
*
|
|
486
497
|
* @generated from field: temporal.api.common.v1.Priority priority = 27;
|
|
487
498
|
*/
|
|
488
|
-
priority?: Priority;
|
|
499
|
+
priority?: Priority | undefined;
|
|
489
500
|
/**
|
|
490
501
|
* Deployment Options of the worker who will process the eager task. Passed when `request_eager_execution=true`.
|
|
491
502
|
*
|
|
492
503
|
* @generated from field: temporal.api.deployment.v1.WorkerDeploymentOptions eager_worker_deployment_options = 28;
|
|
493
504
|
*/
|
|
494
|
-
eagerWorkerDeploymentOptions?: WorkerDeploymentOptions;
|
|
505
|
+
eagerWorkerDeploymentOptions?: WorkerDeploymentOptions | undefined;
|
|
506
|
+
/**
|
|
507
|
+
* Time-skipping configuration. If not set, time skipping is disabled.
|
|
508
|
+
*
|
|
509
|
+
* @generated from field: temporal.api.workflow.v1.TimeSkippingConfig time_skipping_config = 29;
|
|
510
|
+
*/
|
|
511
|
+
timeSkippingConfig?: TimeSkippingConfig | undefined;
|
|
495
512
|
};
|
|
496
513
|
/**
|
|
497
514
|
* Describes the message temporal.api.workflowservice.v1.StartWorkflowExecutionRequest.
|
|
@@ -528,13 +545,13 @@ export type StartWorkflowExecutionResponse = Message<"temporal.api.workflowservi
|
|
|
528
545
|
*
|
|
529
546
|
* @generated from field: temporal.api.workflowservice.v1.PollWorkflowTaskQueueResponse eager_workflow_task = 2;
|
|
530
547
|
*/
|
|
531
|
-
eagerWorkflowTask?: PollWorkflowTaskQueueResponse;
|
|
548
|
+
eagerWorkflowTask?: PollWorkflowTaskQueueResponse | undefined;
|
|
532
549
|
/**
|
|
533
550
|
* Link to the workflow event.
|
|
534
551
|
*
|
|
535
552
|
* @generated from field: temporal.api.common.v1.Link link = 4;
|
|
536
553
|
*/
|
|
537
|
-
link?: Link;
|
|
554
|
+
link?: Link | undefined;
|
|
538
555
|
};
|
|
539
556
|
/**
|
|
540
557
|
* Describes the message temporal.api.workflowservice.v1.StartWorkflowExecutionResponse.
|
|
@@ -552,7 +569,7 @@ export type GetWorkflowExecutionHistoryRequest = Message<"temporal.api.workflows
|
|
|
552
569
|
/**
|
|
553
570
|
* @generated from field: temporal.api.common.v1.WorkflowExecution execution = 2;
|
|
554
571
|
*/
|
|
555
|
-
execution?: WorkflowExecution;
|
|
572
|
+
execution?: WorkflowExecution | undefined;
|
|
556
573
|
/**
|
|
557
574
|
* @generated from field: int32 maximum_page_size = 3;
|
|
558
575
|
*/
|
|
@@ -595,7 +612,7 @@ export type GetWorkflowExecutionHistoryResponse = Message<"temporal.api.workflow
|
|
|
595
612
|
/**
|
|
596
613
|
* @generated from field: temporal.api.history.v1.History history = 1;
|
|
597
614
|
*/
|
|
598
|
-
history?: History;
|
|
615
|
+
history?: History | undefined;
|
|
599
616
|
/**
|
|
600
617
|
* Raw history is an alternate representation of history that may be returned if configured on
|
|
601
618
|
* the frontend. This is not supported by all SDKs. Either this or `history` will be set.
|
|
@@ -630,7 +647,7 @@ export type GetWorkflowExecutionHistoryReverseRequest = Message<"temporal.api.wo
|
|
|
630
647
|
/**
|
|
631
648
|
* @generated from field: temporal.api.common.v1.WorkflowExecution execution = 2;
|
|
632
649
|
*/
|
|
633
|
-
execution?: WorkflowExecution;
|
|
650
|
+
execution?: WorkflowExecution | undefined;
|
|
634
651
|
/**
|
|
635
652
|
* @generated from field: int32 maximum_page_size = 3;
|
|
636
653
|
*/
|
|
@@ -652,7 +669,7 @@ export type GetWorkflowExecutionHistoryReverseResponse = Message<"temporal.api.w
|
|
|
652
669
|
/**
|
|
653
670
|
* @generated from field: temporal.api.history.v1.History history = 1;
|
|
654
671
|
*/
|
|
655
|
-
history?: History;
|
|
672
|
+
history?: History | undefined;
|
|
656
673
|
/**
|
|
657
674
|
* Will be set if there are more history events than were included in this response
|
|
658
675
|
*
|
|
@@ -676,13 +693,36 @@ export type PollWorkflowTaskQueueRequest = Message<"temporal.api.workflowservice
|
|
|
676
693
|
/**
|
|
677
694
|
* @generated from field: temporal.api.taskqueue.v1.TaskQueue task_queue = 2;
|
|
678
695
|
*/
|
|
679
|
-
taskQueue?: TaskQueue;
|
|
696
|
+
taskQueue?: TaskQueue | undefined;
|
|
697
|
+
/**
|
|
698
|
+
* Unless this is the first poll, the client must pass one of the poller group IDs received in
|
|
699
|
+
* `poller_group_infos` of the last the PollWorkflowTaskQueueResponse according to the
|
|
700
|
+
* instructions. If not set, the poll is routed randomly which can cause it being blocked
|
|
701
|
+
* without receiving a task while the queue actually has tasks in another server location.
|
|
702
|
+
*
|
|
703
|
+
* @generated from field: string poller_group_id = 10;
|
|
704
|
+
*/
|
|
705
|
+
pollerGroupId: string;
|
|
680
706
|
/**
|
|
681
707
|
* The identity of the worker/client who is polling this task queue
|
|
682
708
|
*
|
|
683
709
|
* @generated from field: string identity = 3;
|
|
684
710
|
*/
|
|
685
711
|
identity: string;
|
|
712
|
+
/**
|
|
713
|
+
* A unique key for this worker instance, used for tracking worker lifecycle.
|
|
714
|
+
* This is guaranteed to be unique, whereas identity is not guaranteed to be unique.
|
|
715
|
+
*
|
|
716
|
+
* @generated from field: string worker_instance_key = 8;
|
|
717
|
+
*/
|
|
718
|
+
workerInstanceKey: string;
|
|
719
|
+
/**
|
|
720
|
+
* A dedicated per-worker Nexus task queue on which the server sends control
|
|
721
|
+
* tasks (e.g. activity cancellation) to this specific worker instance.
|
|
722
|
+
*
|
|
723
|
+
* @generated from field: string worker_control_task_queue = 9;
|
|
724
|
+
*/
|
|
725
|
+
workerControlTaskQueue: string;
|
|
686
726
|
/**
|
|
687
727
|
* Deprecated. Use deployment_options instead.
|
|
688
728
|
* Each worker process should provide an ID unique to the specific set of code it is running
|
|
@@ -700,14 +740,13 @@ export type PollWorkflowTaskQueueRequest = Message<"temporal.api.workflowservice
|
|
|
700
740
|
* @generated from field: temporal.api.common.v1.WorkerVersionCapabilities worker_version_capabilities = 5 [deprecated = true];
|
|
701
741
|
* @deprecated
|
|
702
742
|
*/
|
|
703
|
-
workerVersionCapabilities?: WorkerVersionCapabilities;
|
|
743
|
+
workerVersionCapabilities?: WorkerVersionCapabilities | undefined;
|
|
704
744
|
/**
|
|
705
745
|
* Worker deployment options that user has set in the worker.
|
|
706
|
-
* Experimental. Worker Deployments are experimental and might significantly change in the future.
|
|
707
746
|
*
|
|
708
747
|
* @generated from field: temporal.api.deployment.v1.WorkerDeploymentOptions deployment_options = 6;
|
|
709
748
|
*/
|
|
710
|
-
deploymentOptions?: WorkerDeploymentOptions;
|
|
749
|
+
deploymentOptions?: WorkerDeploymentOptions | undefined;
|
|
711
750
|
};
|
|
712
751
|
/**
|
|
713
752
|
* Describes the message temporal.api.workflowservice.v1.PollWorkflowTaskQueueRequest.
|
|
@@ -727,11 +766,11 @@ export type PollWorkflowTaskQueueResponse = Message<"temporal.api.workflowservic
|
|
|
727
766
|
/**
|
|
728
767
|
* @generated from field: temporal.api.common.v1.WorkflowExecution workflow_execution = 2;
|
|
729
768
|
*/
|
|
730
|
-
workflowExecution?: WorkflowExecution;
|
|
769
|
+
workflowExecution?: WorkflowExecution | undefined;
|
|
731
770
|
/**
|
|
732
771
|
* @generated from field: temporal.api.common.v1.WorkflowType workflow_type = 3;
|
|
733
772
|
*/
|
|
734
|
-
workflowType?: WorkflowType;
|
|
773
|
+
workflowType?: WorkflowType | undefined;
|
|
735
774
|
/**
|
|
736
775
|
* The last workflow task started event which was processed by some worker for this execution.
|
|
737
776
|
* Will be zero if no task has ever started.
|
|
@@ -776,7 +815,7 @@ export type PollWorkflowTaskQueueResponse = Message<"temporal.api.workflowservic
|
|
|
776
815
|
*
|
|
777
816
|
* @generated from field: temporal.api.history.v1.History history = 8;
|
|
778
817
|
*/
|
|
779
|
-
history?: History;
|
|
818
|
+
history?: History | undefined;
|
|
780
819
|
/**
|
|
781
820
|
* Will be set if there are more history events than were included in this response. Such events
|
|
782
821
|
* should be fetched via `GetWorkflowExecutionHistory`.
|
|
@@ -792,26 +831,26 @@ export type PollWorkflowTaskQueueResponse = Message<"temporal.api.workflowservic
|
|
|
792
831
|
*
|
|
793
832
|
* @generated from field: temporal.api.query.v1.WorkflowQuery query = 10;
|
|
794
833
|
*/
|
|
795
|
-
query?: WorkflowQuery;
|
|
834
|
+
query?: WorkflowQuery | undefined;
|
|
796
835
|
/**
|
|
797
836
|
* The task queue this task originated from, which will always be the original non-sticky name
|
|
798
837
|
* for the queue, even if this response came from polling a sticky queue.
|
|
799
838
|
*
|
|
800
839
|
* @generated from field: temporal.api.taskqueue.v1.TaskQueue workflow_execution_task_queue = 11;
|
|
801
840
|
*/
|
|
802
|
-
workflowExecutionTaskQueue?: TaskQueue;
|
|
841
|
+
workflowExecutionTaskQueue?: TaskQueue | undefined;
|
|
803
842
|
/**
|
|
804
843
|
* When this task was scheduled by the server
|
|
805
844
|
*
|
|
806
845
|
* @generated from field: google.protobuf.Timestamp scheduled_time = 12;
|
|
807
846
|
*/
|
|
808
|
-
scheduledTime?: Timestamp;
|
|
847
|
+
scheduledTime?: Timestamp | undefined;
|
|
809
848
|
/**
|
|
810
849
|
* When the current workflow task started event was generated, meaning the current attempt.
|
|
811
850
|
*
|
|
812
851
|
* @generated from field: google.protobuf.Timestamp started_time = 13;
|
|
813
852
|
*/
|
|
814
|
-
startedTime?: Timestamp;
|
|
853
|
+
startedTime?: Timestamp | undefined;
|
|
815
854
|
/**
|
|
816
855
|
* Queries that should be executed after applying the history in this task. Responses should be
|
|
817
856
|
* attached to `RespondWorkflowTaskCompletedRequest::query_results`
|
|
@@ -832,7 +871,25 @@ export type PollWorkflowTaskQueueResponse = Message<"temporal.api.workflowservic
|
|
|
832
871
|
*
|
|
833
872
|
* @generated from field: temporal.api.taskqueue.v1.PollerScalingDecision poller_scaling_decision = 16;
|
|
834
873
|
*/
|
|
835
|
-
pollerScalingDecision?: PollerScalingDecision;
|
|
874
|
+
pollerScalingDecision?: PollerScalingDecision | undefined;
|
|
875
|
+
/**
|
|
876
|
+
* This poller group ID identifies the owner of the workflow task awaiting for query response.
|
|
877
|
+
* Corresponding RespondQueryTaskCompleted should pass this value for proper routing.
|
|
878
|
+
*
|
|
879
|
+
* @generated from field: string poller_group_id = 17;
|
|
880
|
+
*/
|
|
881
|
+
pollerGroupId: string;
|
|
882
|
+
/**
|
|
883
|
+
* The weighted list of poller groups IDs that client should use for future polls to this task
|
|
884
|
+
* queue. Client is expected to:
|
|
885
|
+
* 1. Maintain minimum number of pollers no less than the number of groups.
|
|
886
|
+
* 2. Try to assign the next poll to a group without any pending polls,
|
|
887
|
+
* 3. If every group has some pending polls, assign the next poll to a group randomly
|
|
888
|
+
* according to the weights.
|
|
889
|
+
*
|
|
890
|
+
* @generated from field: repeated temporal.api.taskqueue.v1.PollerGroupInfo poller_group_infos = 18;
|
|
891
|
+
*/
|
|
892
|
+
pollerGroupInfos: PollerGroupInfo[];
|
|
836
893
|
};
|
|
837
894
|
/**
|
|
838
895
|
* Describes the message temporal.api.workflowservice.v1.PollWorkflowTaskQueueResponse.
|
|
@@ -867,7 +924,7 @@ export type RespondWorkflowTaskCompletedRequest = Message<"temporal.api.workflow
|
|
|
867
924
|
*
|
|
868
925
|
* @generated from field: temporal.api.taskqueue.v1.StickyExecutionAttributes sticky_attributes = 4;
|
|
869
926
|
*/
|
|
870
|
-
stickyAttributes?: StickyExecutionAttributes;
|
|
927
|
+
stickyAttributes?: StickyExecutionAttributes | undefined;
|
|
871
928
|
/**
|
|
872
929
|
* If set, the worker wishes to immediately receive the next workflow task as a response to
|
|
873
930
|
* this completion. This can save on polling round-trips.
|
|
@@ -904,6 +961,12 @@ export type RespondWorkflowTaskCompletedRequest = Message<"temporal.api.workflow
|
|
|
904
961
|
* @generated from field: string namespace = 9;
|
|
905
962
|
*/
|
|
906
963
|
namespace: string;
|
|
964
|
+
/**
|
|
965
|
+
* Resource ID for routing. Contains the workflow ID from the original task.
|
|
966
|
+
*
|
|
967
|
+
* @generated from field: string resource_id = 18;
|
|
968
|
+
*/
|
|
969
|
+
resourceId: string;
|
|
907
970
|
/**
|
|
908
971
|
* Version info of the worker who processed this task. This message's `build_id` field should
|
|
909
972
|
* always be set by SDKs. Workers opting into versioning will also set the `use_versioning`
|
|
@@ -913,7 +976,7 @@ export type RespondWorkflowTaskCompletedRequest = Message<"temporal.api.workflow
|
|
|
913
976
|
* @generated from field: temporal.api.common.v1.WorkerVersionStamp worker_version_stamp = 10 [deprecated = true];
|
|
914
977
|
* @deprecated
|
|
915
978
|
*/
|
|
916
|
-
workerVersionStamp?: WorkerVersionStamp;
|
|
979
|
+
workerVersionStamp?: WorkerVersionStamp | undefined;
|
|
917
980
|
/**
|
|
918
981
|
* Protocol messages piggybacking on a WFT as a transport
|
|
919
982
|
*
|
|
@@ -926,19 +989,19 @@ export type RespondWorkflowTaskCompletedRequest = Message<"temporal.api.workflow
|
|
|
926
989
|
*
|
|
927
990
|
* @generated from field: temporal.api.sdk.v1.WorkflowTaskCompletedMetadata sdk_metadata = 12;
|
|
928
991
|
*/
|
|
929
|
-
sdkMetadata?: WorkflowTaskCompletedMetadata;
|
|
992
|
+
sdkMetadata?: WorkflowTaskCompletedMetadata | undefined;
|
|
930
993
|
/**
|
|
931
994
|
* Local usage data collected for metering
|
|
932
995
|
*
|
|
933
996
|
* @generated from field: temporal.api.common.v1.MeteringMetadata metering_metadata = 13;
|
|
934
997
|
*/
|
|
935
|
-
meteringMetadata?: MeteringMetadata;
|
|
998
|
+
meteringMetadata?: MeteringMetadata | undefined;
|
|
936
999
|
/**
|
|
937
1000
|
* All capabilities the SDK supports.
|
|
938
1001
|
*
|
|
939
1002
|
* @generated from field: temporal.api.workflowservice.v1.RespondWorkflowTaskCompletedRequest.Capabilities capabilities = 14;
|
|
940
1003
|
*/
|
|
941
|
-
capabilities?: RespondWorkflowTaskCompletedRequest_Capabilities;
|
|
1004
|
+
capabilities?: RespondWorkflowTaskCompletedRequest_Capabilities | undefined;
|
|
942
1005
|
/**
|
|
943
1006
|
* Deployment info of the worker that completed this task. Must be present if user has set
|
|
944
1007
|
* `WorkerDeploymentOptions` regardless of versioning being enabled or not.
|
|
@@ -947,7 +1010,7 @@ export type RespondWorkflowTaskCompletedRequest = Message<"temporal.api.workflow
|
|
|
947
1010
|
* @generated from field: temporal.api.deployment.v1.Deployment deployment = 15 [deprecated = true];
|
|
948
1011
|
* @deprecated
|
|
949
1012
|
*/
|
|
950
|
-
deployment?: Deployment;
|
|
1013
|
+
deployment?: Deployment | undefined;
|
|
951
1014
|
/**
|
|
952
1015
|
* Versioning behavior of this workflow execution as set on the worker that completed this task.
|
|
953
1016
|
* UNSPECIFIED means versioning is not enabled in the worker.
|
|
@@ -960,7 +1023,21 @@ export type RespondWorkflowTaskCompletedRequest = Message<"temporal.api.workflow
|
|
|
960
1023
|
*
|
|
961
1024
|
* @generated from field: temporal.api.deployment.v1.WorkerDeploymentOptions deployment_options = 17;
|
|
962
1025
|
*/
|
|
963
|
-
deploymentOptions?: WorkerDeploymentOptions;
|
|
1026
|
+
deploymentOptions?: WorkerDeploymentOptions | undefined;
|
|
1027
|
+
/**
|
|
1028
|
+
* A unique key for this worker instance, used for tracking worker lifecycle.
|
|
1029
|
+
* This is guaranteed to be unique, whereas identity is not guaranteed to be unique.
|
|
1030
|
+
*
|
|
1031
|
+
* @generated from field: string worker_instance_key = 19;
|
|
1032
|
+
*/
|
|
1033
|
+
workerInstanceKey: string;
|
|
1034
|
+
/**
|
|
1035
|
+
* A dedicated per-worker Nexus task queue on which the server sends control
|
|
1036
|
+
* tasks (e.g. activity cancellation) to this specific worker instance.
|
|
1037
|
+
*
|
|
1038
|
+
* @generated from field: string worker_control_task_queue = 20;
|
|
1039
|
+
*/
|
|
1040
|
+
workerControlTaskQueue: string;
|
|
964
1041
|
};
|
|
965
1042
|
/**
|
|
966
1043
|
* Describes the message temporal.api.workflowservice.v1.RespondWorkflowTaskCompletedRequest.
|
|
@@ -999,7 +1076,7 @@ export type RespondWorkflowTaskCompletedResponse = Message<"temporal.api.workflo
|
|
|
999
1076
|
*
|
|
1000
1077
|
* @generated from field: temporal.api.workflowservice.v1.PollWorkflowTaskQueueResponse workflow_task = 1;
|
|
1001
1078
|
*/
|
|
1002
|
-
workflowTask?: PollWorkflowTaskQueueResponse;
|
|
1079
|
+
workflowTask?: PollWorkflowTaskQueueResponse | undefined;
|
|
1003
1080
|
/**
|
|
1004
1081
|
* See `ScheduleActivityTaskCommandAttributes::request_eager_execution`
|
|
1005
1082
|
*
|
|
@@ -1042,7 +1119,7 @@ export type RespondWorkflowTaskFailedRequest = Message<"temporal.api.workflowser
|
|
|
1042
1119
|
*
|
|
1043
1120
|
* @generated from field: temporal.api.failure.v1.Failure failure = 3;
|
|
1044
1121
|
*/
|
|
1045
|
-
failure?: Failure;
|
|
1122
|
+
failure?: Failure | undefined;
|
|
1046
1123
|
/**
|
|
1047
1124
|
* The identity of the worker/client
|
|
1048
1125
|
*
|
|
@@ -1061,6 +1138,12 @@ export type RespondWorkflowTaskFailedRequest = Message<"temporal.api.workflowser
|
|
|
1061
1138
|
* @generated from field: string namespace = 6;
|
|
1062
1139
|
*/
|
|
1063
1140
|
namespace: string;
|
|
1141
|
+
/**
|
|
1142
|
+
* Resource ID for routing. Contains the workflow ID from the original task.
|
|
1143
|
+
*
|
|
1144
|
+
* @generated from field: string resource_id = 11;
|
|
1145
|
+
*/
|
|
1146
|
+
resourceId: string;
|
|
1064
1147
|
/**
|
|
1065
1148
|
* Protocol messages piggybacking on a WFT as a transport
|
|
1066
1149
|
*
|
|
@@ -1076,7 +1159,7 @@ export type RespondWorkflowTaskFailedRequest = Message<"temporal.api.workflowser
|
|
|
1076
1159
|
* @generated from field: temporal.api.common.v1.WorkerVersionStamp worker_version = 8 [deprecated = true];
|
|
1077
1160
|
* @deprecated
|
|
1078
1161
|
*/
|
|
1079
|
-
workerVersion?: WorkerVersionStamp;
|
|
1162
|
+
workerVersion?: WorkerVersionStamp | undefined;
|
|
1080
1163
|
/**
|
|
1081
1164
|
* Deployment info of the worker that completed this task. Must be present if user has set
|
|
1082
1165
|
* `WorkerDeploymentOptions` regardless of versioning being enabled or not.
|
|
@@ -1085,13 +1168,13 @@ export type RespondWorkflowTaskFailedRequest = Message<"temporal.api.workflowser
|
|
|
1085
1168
|
* @generated from field: temporal.api.deployment.v1.Deployment deployment = 9 [deprecated = true];
|
|
1086
1169
|
* @deprecated
|
|
1087
1170
|
*/
|
|
1088
|
-
deployment?: Deployment;
|
|
1171
|
+
deployment?: Deployment | undefined;
|
|
1089
1172
|
/**
|
|
1090
1173
|
* Worker deployment options that user has set in the worker.
|
|
1091
1174
|
*
|
|
1092
1175
|
* @generated from field: temporal.api.deployment.v1.WorkerDeploymentOptions deployment_options = 10;
|
|
1093
1176
|
*/
|
|
1094
|
-
deploymentOptions?: WorkerDeploymentOptions;
|
|
1177
|
+
deploymentOptions?: WorkerDeploymentOptions | undefined;
|
|
1095
1178
|
};
|
|
1096
1179
|
/**
|
|
1097
1180
|
* Describes the message temporal.api.workflowservice.v1.RespondWorkflowTaskFailedRequest.
|
|
@@ -1118,17 +1201,40 @@ export type PollActivityTaskQueueRequest = Message<"temporal.api.workflowservice
|
|
|
1118
1201
|
/**
|
|
1119
1202
|
* @generated from field: temporal.api.taskqueue.v1.TaskQueue task_queue = 2;
|
|
1120
1203
|
*/
|
|
1121
|
-
taskQueue?: TaskQueue;
|
|
1204
|
+
taskQueue?: TaskQueue | undefined;
|
|
1205
|
+
/**
|
|
1206
|
+
* Unless this is the first poll, the client must pass one of the poller group IDs received in
|
|
1207
|
+
* `poller_group_infos` of the last the PollActivityTaskQueueResponse according to the
|
|
1208
|
+
* instructions. If not set, the poll is routed randomly which can cause it being blocked
|
|
1209
|
+
* without receiving a task while the queue actually has tasks in another server location.
|
|
1210
|
+
*
|
|
1211
|
+
* @generated from field: string poller_group_id = 10;
|
|
1212
|
+
*/
|
|
1213
|
+
pollerGroupId: string;
|
|
1122
1214
|
/**
|
|
1123
1215
|
* The identity of the worker/client
|
|
1124
1216
|
*
|
|
1125
1217
|
* @generated from field: string identity = 3;
|
|
1126
1218
|
*/
|
|
1127
1219
|
identity: string;
|
|
1220
|
+
/**
|
|
1221
|
+
* A unique key for this worker instance, used for tracking worker lifecycle.
|
|
1222
|
+
* This is guaranteed to be unique, whereas identity is not guaranteed to be unique.
|
|
1223
|
+
*
|
|
1224
|
+
* @generated from field: string worker_instance_key = 8;
|
|
1225
|
+
*/
|
|
1226
|
+
workerInstanceKey: string;
|
|
1227
|
+
/**
|
|
1228
|
+
* A dedicated per-worker Nexus task queue on which the server sends control
|
|
1229
|
+
* tasks (e.g. activity cancellation) to this specific worker instance.
|
|
1230
|
+
*
|
|
1231
|
+
* @generated from field: string worker_control_task_queue = 9;
|
|
1232
|
+
*/
|
|
1233
|
+
workerControlTaskQueue: string;
|
|
1128
1234
|
/**
|
|
1129
1235
|
* @generated from field: temporal.api.taskqueue.v1.TaskQueueMetadata task_queue_metadata = 4;
|
|
1130
1236
|
*/
|
|
1131
|
-
taskQueueMetadata?: TaskQueueMetadata;
|
|
1237
|
+
taskQueueMetadata?: TaskQueueMetadata | undefined;
|
|
1132
1238
|
/**
|
|
1133
1239
|
* Information about this worker's build identifier and if it is choosing to use the versioning
|
|
1134
1240
|
* feature. See the `WorkerVersionCapabilities` docstring for more.
|
|
@@ -1137,13 +1243,13 @@ export type PollActivityTaskQueueRequest = Message<"temporal.api.workflowservice
|
|
|
1137
1243
|
* @generated from field: temporal.api.common.v1.WorkerVersionCapabilities worker_version_capabilities = 5 [deprecated = true];
|
|
1138
1244
|
* @deprecated
|
|
1139
1245
|
*/
|
|
1140
|
-
workerVersionCapabilities?: WorkerVersionCapabilities;
|
|
1246
|
+
workerVersionCapabilities?: WorkerVersionCapabilities | undefined;
|
|
1141
1247
|
/**
|
|
1142
1248
|
* Worker deployment options that user has set in the worker.
|
|
1143
1249
|
*
|
|
1144
1250
|
* @generated from field: temporal.api.deployment.v1.WorkerDeploymentOptions deployment_options = 6;
|
|
1145
1251
|
*/
|
|
1146
|
-
deploymentOptions?: WorkerDeploymentOptions;
|
|
1252
|
+
deploymentOptions?: WorkerDeploymentOptions | undefined;
|
|
1147
1253
|
};
|
|
1148
1254
|
/**
|
|
1149
1255
|
* Describes the message temporal.api.workflowservice.v1.PollActivityTaskQueueRequest.
|
|
@@ -1161,27 +1267,29 @@ export type PollActivityTaskQueueResponse = Message<"temporal.api.workflowservic
|
|
|
1161
1267
|
*/
|
|
1162
1268
|
taskToken: Uint8Array;
|
|
1163
1269
|
/**
|
|
1164
|
-
* The namespace the workflow
|
|
1270
|
+
* The namespace of the activity. If this is a workflow activity then this is the namespace of
|
|
1271
|
+
* the workflow also. If this is a standalone activity then the name of this field is
|
|
1272
|
+
* misleading, but retained for compatibility with workflow activities.
|
|
1165
1273
|
*
|
|
1166
1274
|
* @generated from field: string workflow_namespace = 2;
|
|
1167
1275
|
*/
|
|
1168
1276
|
workflowNamespace: string;
|
|
1169
1277
|
/**
|
|
1170
|
-
* Type of the requesting workflow
|
|
1278
|
+
* Type of the requesting workflow (if this is a workflow activity).
|
|
1171
1279
|
*
|
|
1172
1280
|
* @generated from field: temporal.api.common.v1.WorkflowType workflow_type = 3;
|
|
1173
1281
|
*/
|
|
1174
|
-
workflowType?: WorkflowType;
|
|
1282
|
+
workflowType?: WorkflowType | undefined;
|
|
1175
1283
|
/**
|
|
1176
|
-
* Execution info of the requesting workflow
|
|
1284
|
+
* Execution info of the requesting workflow (if this is a workflow activity)
|
|
1177
1285
|
*
|
|
1178
1286
|
* @generated from field: temporal.api.common.v1.WorkflowExecution workflow_execution = 4;
|
|
1179
1287
|
*/
|
|
1180
|
-
workflowExecution?: WorkflowExecution;
|
|
1288
|
+
workflowExecution?: WorkflowExecution | undefined;
|
|
1181
1289
|
/**
|
|
1182
1290
|
* @generated from field: temporal.api.common.v1.ActivityType activity_type = 5;
|
|
1183
1291
|
*/
|
|
1184
|
-
activityType?: ActivityType;
|
|
1292
|
+
activityType?: ActivityType | undefined;
|
|
1185
1293
|
/**
|
|
1186
1294
|
* The autogenerated or user specified identifier of this activity. Can be used to complete the
|
|
1187
1295
|
* activity via `RespondActivityTaskCompletedById`. May be re-used as long as the last usage
|
|
@@ -1197,38 +1305,38 @@ export type PollActivityTaskQueueResponse = Message<"temporal.api.workflowservic
|
|
|
1197
1305
|
*
|
|
1198
1306
|
* @generated from field: temporal.api.common.v1.Header header = 7;
|
|
1199
1307
|
*/
|
|
1200
|
-
header?: Header;
|
|
1308
|
+
header?: Header | undefined;
|
|
1201
1309
|
/**
|
|
1202
1310
|
* Arguments to the activity invocation
|
|
1203
1311
|
*
|
|
1204
1312
|
* @generated from field: temporal.api.common.v1.Payloads input = 8;
|
|
1205
1313
|
*/
|
|
1206
|
-
input?: Payloads;
|
|
1314
|
+
input?: Payloads | undefined;
|
|
1207
1315
|
/**
|
|
1208
1316
|
* Details of the last heartbeat that was recorded for this activity as of the time this task
|
|
1209
1317
|
* was delivered.
|
|
1210
1318
|
*
|
|
1211
1319
|
* @generated from field: temporal.api.common.v1.Payloads heartbeat_details = 9;
|
|
1212
1320
|
*/
|
|
1213
|
-
heartbeatDetails?: Payloads;
|
|
1321
|
+
heartbeatDetails?: Payloads | undefined;
|
|
1214
1322
|
/**
|
|
1215
1323
|
* When was this task first scheduled
|
|
1216
1324
|
*
|
|
1217
1325
|
* @generated from field: google.protobuf.Timestamp scheduled_time = 10;
|
|
1218
1326
|
*/
|
|
1219
|
-
scheduledTime?: Timestamp;
|
|
1327
|
+
scheduledTime?: Timestamp | undefined;
|
|
1220
1328
|
/**
|
|
1221
1329
|
* When was this task attempt scheduled
|
|
1222
1330
|
*
|
|
1223
1331
|
* @generated from field: google.protobuf.Timestamp current_attempt_scheduled_time = 11;
|
|
1224
1332
|
*/
|
|
1225
|
-
currentAttemptScheduledTime?: Timestamp;
|
|
1333
|
+
currentAttemptScheduledTime?: Timestamp | undefined;
|
|
1226
1334
|
/**
|
|
1227
1335
|
* When was this task started (this attempt)
|
|
1228
1336
|
*
|
|
1229
1337
|
* @generated from field: google.protobuf.Timestamp started_time = 12;
|
|
1230
1338
|
*/
|
|
1231
|
-
startedTime?: Timestamp;
|
|
1339
|
+
startedTime?: Timestamp | undefined;
|
|
1232
1340
|
/**
|
|
1233
1341
|
* Starting at 1, the number of attempts to perform this activity
|
|
1234
1342
|
*
|
|
@@ -1243,7 +1351,7 @@ export type PollActivityTaskQueueResponse = Message<"temporal.api.workflowservic
|
|
|
1243
1351
|
*
|
|
1244
1352
|
* @generated from field: google.protobuf.Duration schedule_to_close_timeout = 14;
|
|
1245
1353
|
*/
|
|
1246
|
-
scheduleToCloseTimeout?: Duration;
|
|
1354
|
+
scheduleToCloseTimeout?: Duration | undefined;
|
|
1247
1355
|
/**
|
|
1248
1356
|
* Current attempt start -> final result reported timeout
|
|
1249
1357
|
*
|
|
@@ -1252,13 +1360,13 @@ export type PollActivityTaskQueueResponse = Message<"temporal.api.workflowservic
|
|
|
1252
1360
|
*
|
|
1253
1361
|
* @generated from field: google.protobuf.Duration start_to_close_timeout = 15;
|
|
1254
1362
|
*/
|
|
1255
|
-
startToCloseTimeout?: Duration;
|
|
1363
|
+
startToCloseTimeout?: Duration | undefined;
|
|
1256
1364
|
/**
|
|
1257
1365
|
* Window within which the activity must report a heartbeat, or be timed out.
|
|
1258
1366
|
*
|
|
1259
1367
|
* @generated from field: google.protobuf.Duration heartbeat_timeout = 16;
|
|
1260
1368
|
*/
|
|
1261
|
-
heartbeatTimeout?: Duration;
|
|
1369
|
+
heartbeatTimeout?: Duration | undefined;
|
|
1262
1370
|
/**
|
|
1263
1371
|
* This is the retry policy the service uses which may be different from the one provided
|
|
1264
1372
|
* (or not) during activity scheduling. The service can override the provided one if some
|
|
@@ -1266,25 +1374,36 @@ export type PollActivityTaskQueueResponse = Message<"temporal.api.workflowservic
|
|
|
1266
1374
|
*
|
|
1267
1375
|
* @generated from field: temporal.api.common.v1.RetryPolicy retry_policy = 17;
|
|
1268
1376
|
*/
|
|
1269
|
-
retryPolicy?: RetryPolicy;
|
|
1377
|
+
retryPolicy?: RetryPolicy | undefined;
|
|
1270
1378
|
/**
|
|
1271
1379
|
* Server-advised information the SDK may use to adjust its poller count.
|
|
1272
1380
|
*
|
|
1273
1381
|
* @generated from field: temporal.api.taskqueue.v1.PollerScalingDecision poller_scaling_decision = 18;
|
|
1274
1382
|
*/
|
|
1275
|
-
pollerScalingDecision?: PollerScalingDecision;
|
|
1383
|
+
pollerScalingDecision?: PollerScalingDecision | undefined;
|
|
1276
1384
|
/**
|
|
1277
1385
|
* Priority metadata
|
|
1278
1386
|
*
|
|
1279
1387
|
* @generated from field: temporal.api.common.v1.Priority priority = 19;
|
|
1280
1388
|
*/
|
|
1281
|
-
priority?: Priority;
|
|
1389
|
+
priority?: Priority | undefined;
|
|
1282
1390
|
/**
|
|
1283
1391
|
* The run ID of the activity execution, only set for standalone activities.
|
|
1284
1392
|
*
|
|
1285
1393
|
* @generated from field: string activity_run_id = 20;
|
|
1286
1394
|
*/
|
|
1287
1395
|
activityRunId: string;
|
|
1396
|
+
/**
|
|
1397
|
+
* The weighted list of poller groups IDs that client should use for future polls to this task
|
|
1398
|
+
* queue. Client is expected to:
|
|
1399
|
+
* 1. Maintain minimum number of pollers no less than the number of groups.
|
|
1400
|
+
* 2. Try to assign the next poll to a group without any pending polls,
|
|
1401
|
+
* 3. If every group has some pending polls, assign the next poll to a group randomly
|
|
1402
|
+
* according to the weights.
|
|
1403
|
+
*
|
|
1404
|
+
* @generated from field: repeated temporal.api.taskqueue.v1.PollerGroupInfo poller_group_infos = 21;
|
|
1405
|
+
*/
|
|
1406
|
+
pollerGroupInfos: PollerGroupInfo[];
|
|
1288
1407
|
};
|
|
1289
1408
|
/**
|
|
1290
1409
|
* Describes the message temporal.api.workflowservice.v1.PollActivityTaskQueueResponse.
|
|
@@ -1306,7 +1425,7 @@ export type RecordActivityTaskHeartbeatRequest = Message<"temporal.api.workflows
|
|
|
1306
1425
|
*
|
|
1307
1426
|
* @generated from field: temporal.api.common.v1.Payloads details = 2;
|
|
1308
1427
|
*/
|
|
1309
|
-
details?: Payloads;
|
|
1428
|
+
details?: Payloads | undefined;
|
|
1310
1429
|
/**
|
|
1311
1430
|
* The identity of the worker/client
|
|
1312
1431
|
*
|
|
@@ -1317,6 +1436,12 @@ export type RecordActivityTaskHeartbeatRequest = Message<"temporal.api.workflows
|
|
|
1317
1436
|
* @generated from field: string namespace = 4;
|
|
1318
1437
|
*/
|
|
1319
1438
|
namespace: string;
|
|
1439
|
+
/**
|
|
1440
|
+
* Resource ID for routing. Contains the workflow ID or activity ID for standalone activities.
|
|
1441
|
+
*
|
|
1442
|
+
* @generated from field: string resource_id = 5;
|
|
1443
|
+
*/
|
|
1444
|
+
resourceId: string;
|
|
1320
1445
|
};
|
|
1321
1446
|
/**
|
|
1322
1447
|
* Describes the message temporal.api.workflowservice.v1.RecordActivityTaskHeartbeatRequest.
|
|
@@ -1387,13 +1512,19 @@ export type RecordActivityTaskHeartbeatByIdRequest = Message<"temporal.api.workf
|
|
|
1387
1512
|
*
|
|
1388
1513
|
* @generated from field: temporal.api.common.v1.Payloads details = 5;
|
|
1389
1514
|
*/
|
|
1390
|
-
details?: Payloads;
|
|
1515
|
+
details?: Payloads | undefined;
|
|
1391
1516
|
/**
|
|
1392
1517
|
* The identity of the worker/client
|
|
1393
1518
|
*
|
|
1394
1519
|
* @generated from field: string identity = 6;
|
|
1395
1520
|
*/
|
|
1396
1521
|
identity: string;
|
|
1522
|
+
/**
|
|
1523
|
+
* Resource ID for routing. Contains "workflow:workflow_id" or "activity:activity_id" for standalone activities.
|
|
1524
|
+
*
|
|
1525
|
+
* @generated from field: string resource_id = 7;
|
|
1526
|
+
*/
|
|
1527
|
+
resourceId: string;
|
|
1397
1528
|
};
|
|
1398
1529
|
/**
|
|
1399
1530
|
* Describes the message temporal.api.workflowservice.v1.RecordActivityTaskHeartbeatByIdRequest.
|
|
@@ -1445,7 +1576,7 @@ export type RespondActivityTaskCompletedRequest = Message<"temporal.api.workflow
|
|
|
1445
1576
|
*
|
|
1446
1577
|
* @generated from field: temporal.api.common.v1.Payloads result = 2;
|
|
1447
1578
|
*/
|
|
1448
|
-
result?: Payloads;
|
|
1579
|
+
result?: Payloads | undefined;
|
|
1449
1580
|
/**
|
|
1450
1581
|
* The identity of the worker/client
|
|
1451
1582
|
*
|
|
@@ -1456,6 +1587,12 @@ export type RespondActivityTaskCompletedRequest = Message<"temporal.api.workflow
|
|
|
1456
1587
|
* @generated from field: string namespace = 4;
|
|
1457
1588
|
*/
|
|
1458
1589
|
namespace: string;
|
|
1590
|
+
/**
|
|
1591
|
+
* Resource ID for routing. Contains the workflow ID or activity ID for standalone activities.
|
|
1592
|
+
*
|
|
1593
|
+
* @generated from field: string resource_id = 8;
|
|
1594
|
+
*/
|
|
1595
|
+
resourceId: string;
|
|
1459
1596
|
/**
|
|
1460
1597
|
* Version info of the worker who processed this task. This message's `build_id` field should
|
|
1461
1598
|
* always be set by SDKs. Workers opting into versioning will also set the `use_versioning`
|
|
@@ -1465,7 +1602,7 @@ export type RespondActivityTaskCompletedRequest = Message<"temporal.api.workflow
|
|
|
1465
1602
|
* @generated from field: temporal.api.common.v1.WorkerVersionStamp worker_version = 5 [deprecated = true];
|
|
1466
1603
|
* @deprecated
|
|
1467
1604
|
*/
|
|
1468
|
-
workerVersion?: WorkerVersionStamp;
|
|
1605
|
+
workerVersion?: WorkerVersionStamp | undefined;
|
|
1469
1606
|
/**
|
|
1470
1607
|
* Deployment info of the worker that completed this task. Must be present if user has set
|
|
1471
1608
|
* `WorkerDeploymentOptions` regardless of versioning being enabled or not.
|
|
@@ -1474,13 +1611,13 @@ export type RespondActivityTaskCompletedRequest = Message<"temporal.api.workflow
|
|
|
1474
1611
|
* @generated from field: temporal.api.deployment.v1.Deployment deployment = 6 [deprecated = true];
|
|
1475
1612
|
* @deprecated
|
|
1476
1613
|
*/
|
|
1477
|
-
deployment?: Deployment;
|
|
1614
|
+
deployment?: Deployment | undefined;
|
|
1478
1615
|
/**
|
|
1479
1616
|
* Worker deployment options that user has set in the worker.
|
|
1480
1617
|
*
|
|
1481
1618
|
* @generated from field: temporal.api.deployment.v1.WorkerDeploymentOptions deployment_options = 7;
|
|
1482
1619
|
*/
|
|
1483
|
-
deploymentOptions?: WorkerDeploymentOptions;
|
|
1620
|
+
deploymentOptions?: WorkerDeploymentOptions | undefined;
|
|
1484
1621
|
};
|
|
1485
1622
|
/**
|
|
1486
1623
|
* Describes the message temporal.api.workflowservice.v1.RespondActivityTaskCompletedRequest.
|
|
@@ -1530,13 +1667,19 @@ export type RespondActivityTaskCompletedByIdRequest = Message<"temporal.api.work
|
|
|
1530
1667
|
*
|
|
1531
1668
|
* @generated from field: temporal.api.common.v1.Payloads result = 5;
|
|
1532
1669
|
*/
|
|
1533
|
-
result?: Payloads;
|
|
1670
|
+
result?: Payloads | undefined;
|
|
1534
1671
|
/**
|
|
1535
1672
|
* The identity of the worker/client
|
|
1536
1673
|
*
|
|
1537
1674
|
* @generated from field: string identity = 6;
|
|
1538
1675
|
*/
|
|
1539
1676
|
identity: string;
|
|
1677
|
+
/**
|
|
1678
|
+
* Resource ID for routing. Contains "workflow:workflow_id" or "activity:activity_id" for standalone activities.
|
|
1679
|
+
*
|
|
1680
|
+
* @generated from field: string resource_id = 7;
|
|
1681
|
+
*/
|
|
1682
|
+
resourceId: string;
|
|
1540
1683
|
};
|
|
1541
1684
|
/**
|
|
1542
1685
|
* Describes the message temporal.api.workflowservice.v1.RespondActivityTaskCompletedByIdRequest.
|
|
@@ -1567,7 +1710,7 @@ export type RespondActivityTaskFailedRequest = Message<"temporal.api.workflowser
|
|
|
1567
1710
|
*
|
|
1568
1711
|
* @generated from field: temporal.api.failure.v1.Failure failure = 2;
|
|
1569
1712
|
*/
|
|
1570
|
-
failure?: Failure;
|
|
1713
|
+
failure?: Failure | undefined;
|
|
1571
1714
|
/**
|
|
1572
1715
|
* The identity of the worker/client
|
|
1573
1716
|
*
|
|
@@ -1578,12 +1721,18 @@ export type RespondActivityTaskFailedRequest = Message<"temporal.api.workflowser
|
|
|
1578
1721
|
* @generated from field: string namespace = 4;
|
|
1579
1722
|
*/
|
|
1580
1723
|
namespace: string;
|
|
1724
|
+
/**
|
|
1725
|
+
* Resource ID for routing. Contains the workflow ID or activity ID for standalone activities.
|
|
1726
|
+
*
|
|
1727
|
+
* @generated from field: string resource_id = 9;
|
|
1728
|
+
*/
|
|
1729
|
+
resourceId: string;
|
|
1581
1730
|
/**
|
|
1582
1731
|
* Additional details to be stored as last activity heartbeat
|
|
1583
1732
|
*
|
|
1584
1733
|
* @generated from field: temporal.api.common.v1.Payloads last_heartbeat_details = 5;
|
|
1585
1734
|
*/
|
|
1586
|
-
lastHeartbeatDetails?: Payloads;
|
|
1735
|
+
lastHeartbeatDetails?: Payloads | undefined;
|
|
1587
1736
|
/**
|
|
1588
1737
|
* Version info of the worker who processed this task. This message's `build_id` field should
|
|
1589
1738
|
* always be set by SDKs. Workers opting into versioning will also set the `use_versioning`
|
|
@@ -1593,7 +1742,7 @@ export type RespondActivityTaskFailedRequest = Message<"temporal.api.workflowser
|
|
|
1593
1742
|
* @generated from field: temporal.api.common.v1.WorkerVersionStamp worker_version = 6 [deprecated = true];
|
|
1594
1743
|
* @deprecated
|
|
1595
1744
|
*/
|
|
1596
|
-
workerVersion?: WorkerVersionStamp;
|
|
1745
|
+
workerVersion?: WorkerVersionStamp | undefined;
|
|
1597
1746
|
/**
|
|
1598
1747
|
* Deployment info of the worker that completed this task. Must be present if user has set
|
|
1599
1748
|
* `WorkerDeploymentOptions` regardless of versioning being enabled or not.
|
|
@@ -1602,13 +1751,13 @@ export type RespondActivityTaskFailedRequest = Message<"temporal.api.workflowser
|
|
|
1602
1751
|
* @generated from field: temporal.api.deployment.v1.Deployment deployment = 7 [deprecated = true];
|
|
1603
1752
|
* @deprecated
|
|
1604
1753
|
*/
|
|
1605
|
-
deployment?: Deployment;
|
|
1754
|
+
deployment?: Deployment | undefined;
|
|
1606
1755
|
/**
|
|
1607
1756
|
* Worker deployment options that user has set in the worker.
|
|
1608
1757
|
*
|
|
1609
1758
|
* @generated from field: temporal.api.deployment.v1.WorkerDeploymentOptions deployment_options = 8;
|
|
1610
1759
|
*/
|
|
1611
|
-
deploymentOptions?: WorkerDeploymentOptions;
|
|
1760
|
+
deploymentOptions?: WorkerDeploymentOptions | undefined;
|
|
1612
1761
|
};
|
|
1613
1762
|
/**
|
|
1614
1763
|
* Describes the message temporal.api.workflowservice.v1.RespondActivityTaskFailedRequest.
|
|
@@ -1666,7 +1815,7 @@ export type RespondActivityTaskFailedByIdRequest = Message<"temporal.api.workflo
|
|
|
1666
1815
|
*
|
|
1667
1816
|
* @generated from field: temporal.api.failure.v1.Failure failure = 5;
|
|
1668
1817
|
*/
|
|
1669
|
-
failure?: Failure;
|
|
1818
|
+
failure?: Failure | undefined;
|
|
1670
1819
|
/**
|
|
1671
1820
|
* The identity of the worker/client
|
|
1672
1821
|
*
|
|
@@ -1678,7 +1827,13 @@ export type RespondActivityTaskFailedByIdRequest = Message<"temporal.api.workflo
|
|
|
1678
1827
|
*
|
|
1679
1828
|
* @generated from field: temporal.api.common.v1.Payloads last_heartbeat_details = 7;
|
|
1680
1829
|
*/
|
|
1681
|
-
lastHeartbeatDetails?: Payloads;
|
|
1830
|
+
lastHeartbeatDetails?: Payloads | undefined;
|
|
1831
|
+
/**
|
|
1832
|
+
* Resource ID for routing. Contains "workflow:workflow_id" or "activity:activity_id" for standalone activities.
|
|
1833
|
+
*
|
|
1834
|
+
* @generated from field: string resource_id = 8;
|
|
1835
|
+
*/
|
|
1836
|
+
resourceId: string;
|
|
1682
1837
|
};
|
|
1683
1838
|
/**
|
|
1684
1839
|
* Describes the message temporal.api.workflowservice.v1.RespondActivityTaskFailedByIdRequest.
|
|
@@ -1717,7 +1872,7 @@ export type RespondActivityTaskCanceledRequest = Message<"temporal.api.workflows
|
|
|
1717
1872
|
*
|
|
1718
1873
|
* @generated from field: temporal.api.common.v1.Payloads details = 2;
|
|
1719
1874
|
*/
|
|
1720
|
-
details?: Payloads;
|
|
1875
|
+
details?: Payloads | undefined;
|
|
1721
1876
|
/**
|
|
1722
1877
|
* The identity of the worker/client
|
|
1723
1878
|
*
|
|
@@ -1728,6 +1883,12 @@ export type RespondActivityTaskCanceledRequest = Message<"temporal.api.workflows
|
|
|
1728
1883
|
* @generated from field: string namespace = 4;
|
|
1729
1884
|
*/
|
|
1730
1885
|
namespace: string;
|
|
1886
|
+
/**
|
|
1887
|
+
* Resource ID for routing. Contains the workflow ID or activity ID for standalone activities.
|
|
1888
|
+
*
|
|
1889
|
+
* @generated from field: string resource_id = 8;
|
|
1890
|
+
*/
|
|
1891
|
+
resourceId: string;
|
|
1731
1892
|
/**
|
|
1732
1893
|
* Version info of the worker who processed this task. This message's `build_id` field should
|
|
1733
1894
|
* always be set by SDKs. Workers opting into versioning will also set the `use_versioning`
|
|
@@ -1737,7 +1898,7 @@ export type RespondActivityTaskCanceledRequest = Message<"temporal.api.workflows
|
|
|
1737
1898
|
* @generated from field: temporal.api.common.v1.WorkerVersionStamp worker_version = 5 [deprecated = true];
|
|
1738
1899
|
* @deprecated
|
|
1739
1900
|
*/
|
|
1740
|
-
workerVersion?: WorkerVersionStamp;
|
|
1901
|
+
workerVersion?: WorkerVersionStamp | undefined;
|
|
1741
1902
|
/**
|
|
1742
1903
|
* Deployment info of the worker that completed this task. Must be present if user has set
|
|
1743
1904
|
* `WorkerDeploymentOptions` regardless of versioning being enabled or not.
|
|
@@ -1746,13 +1907,13 @@ export type RespondActivityTaskCanceledRequest = Message<"temporal.api.workflows
|
|
|
1746
1907
|
* @generated from field: temporal.api.deployment.v1.Deployment deployment = 6 [deprecated = true];
|
|
1747
1908
|
* @deprecated
|
|
1748
1909
|
*/
|
|
1749
|
-
deployment?: Deployment;
|
|
1910
|
+
deployment?: Deployment | undefined;
|
|
1750
1911
|
/**
|
|
1751
1912
|
* Worker deployment options that user has set in the worker.
|
|
1752
1913
|
*
|
|
1753
1914
|
* @generated from field: temporal.api.deployment.v1.WorkerDeploymentOptions deployment_options = 7;
|
|
1754
1915
|
*/
|
|
1755
|
-
deploymentOptions?: WorkerDeploymentOptions;
|
|
1916
|
+
deploymentOptions?: WorkerDeploymentOptions | undefined;
|
|
1756
1917
|
};
|
|
1757
1918
|
/**
|
|
1758
1919
|
* Describes the message temporal.api.workflowservice.v1.RespondActivityTaskCanceledRequest.
|
|
@@ -1802,7 +1963,7 @@ export type RespondActivityTaskCanceledByIdRequest = Message<"temporal.api.workf
|
|
|
1802
1963
|
*
|
|
1803
1964
|
* @generated from field: temporal.api.common.v1.Payloads details = 5;
|
|
1804
1965
|
*/
|
|
1805
|
-
details?: Payloads;
|
|
1966
|
+
details?: Payloads | undefined;
|
|
1806
1967
|
/**
|
|
1807
1968
|
* The identity of the worker/client
|
|
1808
1969
|
*
|
|
@@ -1814,7 +1975,13 @@ export type RespondActivityTaskCanceledByIdRequest = Message<"temporal.api.workf
|
|
|
1814
1975
|
*
|
|
1815
1976
|
* @generated from field: temporal.api.deployment.v1.WorkerDeploymentOptions deployment_options = 7;
|
|
1816
1977
|
*/
|
|
1817
|
-
deploymentOptions?: WorkerDeploymentOptions;
|
|
1978
|
+
deploymentOptions?: WorkerDeploymentOptions | undefined;
|
|
1979
|
+
/**
|
|
1980
|
+
* Resource ID for routing. Contains "workflow:workflow_id" or "activity:activity_id" for standalone activities.
|
|
1981
|
+
*
|
|
1982
|
+
* @generated from field: string resource_id = 8;
|
|
1983
|
+
*/
|
|
1984
|
+
resourceId: string;
|
|
1818
1985
|
};
|
|
1819
1986
|
/**
|
|
1820
1987
|
* Describes the message temporal.api.workflowservice.v1.RespondActivityTaskCanceledByIdRequest.
|
|
@@ -1841,7 +2008,7 @@ export type RequestCancelWorkflowExecutionRequest = Message<"temporal.api.workfl
|
|
|
1841
2008
|
/**
|
|
1842
2009
|
* @generated from field: temporal.api.common.v1.WorkflowExecution workflow_execution = 2;
|
|
1843
2010
|
*/
|
|
1844
|
-
workflowExecution?: WorkflowExecution;
|
|
2011
|
+
workflowExecution?: WorkflowExecution | undefined;
|
|
1845
2012
|
/**
|
|
1846
2013
|
* The identity of the worker/client
|
|
1847
2014
|
*
|
|
@@ -1904,7 +2071,7 @@ export type SignalWorkflowExecutionRequest = Message<"temporal.api.workflowservi
|
|
|
1904
2071
|
/**
|
|
1905
2072
|
* @generated from field: temporal.api.common.v1.WorkflowExecution workflow_execution = 2;
|
|
1906
2073
|
*/
|
|
1907
|
-
workflowExecution?: WorkflowExecution;
|
|
2074
|
+
workflowExecution?: WorkflowExecution | undefined;
|
|
1908
2075
|
/**
|
|
1909
2076
|
* The workflow author-defined name of the signal to send to the workflow
|
|
1910
2077
|
*
|
|
@@ -1916,7 +2083,7 @@ export type SignalWorkflowExecutionRequest = Message<"temporal.api.workflowservi
|
|
|
1916
2083
|
*
|
|
1917
2084
|
* @generated from field: temporal.api.common.v1.Payloads input = 4;
|
|
1918
2085
|
*/
|
|
1919
|
-
input?: Payloads;
|
|
2086
|
+
input?: Payloads | undefined;
|
|
1920
2087
|
/**
|
|
1921
2088
|
* The identity of the worker/client
|
|
1922
2089
|
*
|
|
@@ -1942,7 +2109,7 @@ export type SignalWorkflowExecutionRequest = Message<"temporal.api.workflowservi
|
|
|
1942
2109
|
*
|
|
1943
2110
|
* @generated from field: temporal.api.common.v1.Header header = 8;
|
|
1944
2111
|
*/
|
|
1945
|
-
header?: Header;
|
|
2112
|
+
header?: Header | undefined;
|
|
1946
2113
|
/**
|
|
1947
2114
|
* Links to be associated with the WorkflowExecutionSignaled event.
|
|
1948
2115
|
*
|
|
@@ -1958,7 +2125,16 @@ export declare const SignalWorkflowExecutionRequestSchema: GenMessage<SignalWork
|
|
|
1958
2125
|
/**
|
|
1959
2126
|
* @generated from message temporal.api.workflowservice.v1.SignalWorkflowExecutionResponse
|
|
1960
2127
|
*/
|
|
1961
|
-
export type SignalWorkflowExecutionResponse = Message<"temporal.api.workflowservice.v1.SignalWorkflowExecutionResponse"> & {
|
|
2128
|
+
export type SignalWorkflowExecutionResponse = Message<"temporal.api.workflowservice.v1.SignalWorkflowExecutionResponse"> & {
|
|
2129
|
+
/**
|
|
2130
|
+
* Link to be associated with the WorkflowExecutionSignaled event.
|
|
2131
|
+
* Added on the response to propagate the backlink.
|
|
2132
|
+
* Available from Temporal server 1.31 and up.
|
|
2133
|
+
*
|
|
2134
|
+
* @generated from field: temporal.api.common.v1.Link link = 1;
|
|
2135
|
+
*/
|
|
2136
|
+
link?: Link | undefined;
|
|
2137
|
+
};
|
|
1962
2138
|
/**
|
|
1963
2139
|
* Describes the message temporal.api.workflowservice.v1.SignalWorkflowExecutionResponse.
|
|
1964
2140
|
* Use `create(SignalWorkflowExecutionResponseSchema)` to create a new message.
|
|
@@ -1979,37 +2155,37 @@ export type SignalWithStartWorkflowExecutionRequest = Message<"temporal.api.work
|
|
|
1979
2155
|
/**
|
|
1980
2156
|
* @generated from field: temporal.api.common.v1.WorkflowType workflow_type = 3;
|
|
1981
2157
|
*/
|
|
1982
|
-
workflowType?: WorkflowType;
|
|
2158
|
+
workflowType?: WorkflowType | undefined;
|
|
1983
2159
|
/**
|
|
1984
2160
|
* The task queue to start this workflow on, if it will be started
|
|
1985
2161
|
*
|
|
1986
2162
|
* @generated from field: temporal.api.taskqueue.v1.TaskQueue task_queue = 4;
|
|
1987
2163
|
*/
|
|
1988
|
-
taskQueue?: TaskQueue;
|
|
2164
|
+
taskQueue?: TaskQueue | undefined;
|
|
1989
2165
|
/**
|
|
1990
2166
|
* Serialized arguments to the workflow. These are passed as arguments to the workflow function.
|
|
1991
2167
|
*
|
|
1992
2168
|
* @generated from field: temporal.api.common.v1.Payloads input = 5;
|
|
1993
2169
|
*/
|
|
1994
|
-
input?: Payloads;
|
|
2170
|
+
input?: Payloads | undefined;
|
|
1995
2171
|
/**
|
|
1996
2172
|
* Total workflow execution timeout including retries and continue as new
|
|
1997
2173
|
*
|
|
1998
2174
|
* @generated from field: google.protobuf.Duration workflow_execution_timeout = 6;
|
|
1999
2175
|
*/
|
|
2000
|
-
workflowExecutionTimeout?: Duration;
|
|
2176
|
+
workflowExecutionTimeout?: Duration | undefined;
|
|
2001
2177
|
/**
|
|
2002
2178
|
* Timeout of a single workflow run
|
|
2003
2179
|
*
|
|
2004
2180
|
* @generated from field: google.protobuf.Duration workflow_run_timeout = 7;
|
|
2005
2181
|
*/
|
|
2006
|
-
workflowRunTimeout?: Duration;
|
|
2182
|
+
workflowRunTimeout?: Duration | undefined;
|
|
2007
2183
|
/**
|
|
2008
2184
|
* Timeout of a single workflow task
|
|
2009
2185
|
*
|
|
2010
2186
|
* @generated from field: google.protobuf.Duration workflow_task_timeout = 8;
|
|
2011
2187
|
*/
|
|
2012
|
-
workflowTaskTimeout?: Duration;
|
|
2188
|
+
workflowTaskTimeout?: Duration | undefined;
|
|
2013
2189
|
/**
|
|
2014
2190
|
* The identity of the worker/client
|
|
2015
2191
|
*
|
|
@@ -2052,7 +2228,7 @@ export type SignalWithStartWorkflowExecutionRequest = Message<"temporal.api.work
|
|
|
2052
2228
|
*
|
|
2053
2229
|
* @generated from field: temporal.api.common.v1.Payloads signal_input = 13;
|
|
2054
2230
|
*/
|
|
2055
|
-
signalInput?: Payloads;
|
|
2231
|
+
signalInput?: Payloads | undefined;
|
|
2056
2232
|
/**
|
|
2057
2233
|
* Deprecated.
|
|
2058
2234
|
*
|
|
@@ -2065,7 +2241,7 @@ export type SignalWithStartWorkflowExecutionRequest = Message<"temporal.api.work
|
|
|
2065
2241
|
*
|
|
2066
2242
|
* @generated from field: temporal.api.common.v1.RetryPolicy retry_policy = 15;
|
|
2067
2243
|
*/
|
|
2068
|
-
retryPolicy?: RetryPolicy;
|
|
2244
|
+
retryPolicy?: RetryPolicy | undefined;
|
|
2069
2245
|
/**
|
|
2070
2246
|
* See https://docs.temporal.io/docs/content/what-is-a-temporal-cron-job/
|
|
2071
2247
|
*
|
|
@@ -2075,15 +2251,15 @@ export type SignalWithStartWorkflowExecutionRequest = Message<"temporal.api.work
|
|
|
2075
2251
|
/**
|
|
2076
2252
|
* @generated from field: temporal.api.common.v1.Memo memo = 17;
|
|
2077
2253
|
*/
|
|
2078
|
-
memo?: Memo;
|
|
2254
|
+
memo?: Memo | undefined;
|
|
2079
2255
|
/**
|
|
2080
2256
|
* @generated from field: temporal.api.common.v1.SearchAttributes search_attributes = 18;
|
|
2081
2257
|
*/
|
|
2082
|
-
searchAttributes?: SearchAttributes;
|
|
2258
|
+
searchAttributes?: SearchAttributes | undefined;
|
|
2083
2259
|
/**
|
|
2084
2260
|
* @generated from field: temporal.api.common.v1.Header header = 19;
|
|
2085
2261
|
*/
|
|
2086
|
-
header?: Header;
|
|
2262
|
+
header?: Header | undefined;
|
|
2087
2263
|
/**
|
|
2088
2264
|
* Time to wait before dispatching the first workflow task. Cannot be used with `cron_schedule`.
|
|
2089
2265
|
* Note that the signal will be delivered with the first workflow task. If the workflow gets
|
|
@@ -2093,7 +2269,7 @@ export type SignalWithStartWorkflowExecutionRequest = Message<"temporal.api.work
|
|
|
2093
2269
|
*
|
|
2094
2270
|
* @generated from field: google.protobuf.Duration workflow_start_delay = 20;
|
|
2095
2271
|
*/
|
|
2096
|
-
workflowStartDelay?: Duration;
|
|
2272
|
+
workflowStartDelay?: Duration | undefined;
|
|
2097
2273
|
/**
|
|
2098
2274
|
* Metadata on the workflow if it is started. This is carried over to the WorkflowExecutionInfo
|
|
2099
2275
|
* for use by user interfaces to display the fixed as-of-start summary and details of the
|
|
@@ -2101,7 +2277,7 @@ export type SignalWithStartWorkflowExecutionRequest = Message<"temporal.api.work
|
|
|
2101
2277
|
*
|
|
2102
2278
|
* @generated from field: temporal.api.sdk.v1.UserMetadata user_metadata = 23;
|
|
2103
2279
|
*/
|
|
2104
|
-
userMetadata?: UserMetadata;
|
|
2280
|
+
userMetadata?: UserMetadata | undefined;
|
|
2105
2281
|
/**
|
|
2106
2282
|
* Links to be associated with the WorkflowExecutionStarted and WorkflowExecutionSignaled events.
|
|
2107
2283
|
*
|
|
@@ -2114,13 +2290,19 @@ export type SignalWithStartWorkflowExecutionRequest = Message<"temporal.api.work
|
|
|
2114
2290
|
*
|
|
2115
2291
|
* @generated from field: temporal.api.workflow.v1.VersioningOverride versioning_override = 25;
|
|
2116
2292
|
*/
|
|
2117
|
-
versioningOverride?: VersioningOverride;
|
|
2293
|
+
versioningOverride?: VersioningOverride | undefined;
|
|
2118
2294
|
/**
|
|
2119
2295
|
* Priority metadata
|
|
2120
2296
|
*
|
|
2121
2297
|
* @generated from field: temporal.api.common.v1.Priority priority = 26;
|
|
2122
2298
|
*/
|
|
2123
|
-
priority?: Priority;
|
|
2299
|
+
priority?: Priority | undefined;
|
|
2300
|
+
/**
|
|
2301
|
+
* Time-skipping configuration. If not set, time skipping is disabled.
|
|
2302
|
+
*
|
|
2303
|
+
* @generated from field: temporal.api.workflow.v1.TimeSkippingConfig time_skipping_config = 27;
|
|
2304
|
+
*/
|
|
2305
|
+
timeSkippingConfig?: TimeSkippingConfig | undefined;
|
|
2124
2306
|
};
|
|
2125
2307
|
/**
|
|
2126
2308
|
* Describes the message temporal.api.workflowservice.v1.SignalWithStartWorkflowExecutionRequest.
|
|
@@ -2143,6 +2325,14 @@ export type SignalWithStartWorkflowExecutionResponse = Message<"temporal.api.wor
|
|
|
2143
2325
|
* @generated from field: bool started = 2;
|
|
2144
2326
|
*/
|
|
2145
2327
|
started: boolean;
|
|
2328
|
+
/**
|
|
2329
|
+
* Link to be associated with the WorkflowExecutionSignaled event.
|
|
2330
|
+
* Added on the response to propagate the backlink.
|
|
2331
|
+
* Available from Temporal server 1.31 and up.
|
|
2332
|
+
*
|
|
2333
|
+
* @generated from field: temporal.api.common.v1.Link signal_link = 3;
|
|
2334
|
+
*/
|
|
2335
|
+
signalLink?: Link | undefined;
|
|
2146
2336
|
};
|
|
2147
2337
|
/**
|
|
2148
2338
|
* Describes the message temporal.api.workflowservice.v1.SignalWithStartWorkflowExecutionResponse.
|
|
@@ -2164,7 +2354,7 @@ export type ResetWorkflowExecutionRequest = Message<"temporal.api.workflowservic
|
|
|
2164
2354
|
*
|
|
2165
2355
|
* @generated from field: temporal.api.common.v1.WorkflowExecution workflow_execution = 2;
|
|
2166
2356
|
*/
|
|
2167
|
-
workflowExecution?: WorkflowExecution;
|
|
2357
|
+
workflowExecution?: WorkflowExecution | undefined;
|
|
2168
2358
|
/**
|
|
2169
2359
|
* @generated from field: string reason = 3;
|
|
2170
2360
|
*/
|
|
@@ -2241,7 +2431,7 @@ export type TerminateWorkflowExecutionRequest = Message<"temporal.api.workflowse
|
|
|
2241
2431
|
/**
|
|
2242
2432
|
* @generated from field: temporal.api.common.v1.WorkflowExecution workflow_execution = 2;
|
|
2243
2433
|
*/
|
|
2244
|
-
workflowExecution?: WorkflowExecution;
|
|
2434
|
+
workflowExecution?: WorkflowExecution | undefined;
|
|
2245
2435
|
/**
|
|
2246
2436
|
* @generated from field: string reason = 3;
|
|
2247
2437
|
*/
|
|
@@ -2251,7 +2441,7 @@ export type TerminateWorkflowExecutionRequest = Message<"temporal.api.workflowse
|
|
|
2251
2441
|
*
|
|
2252
2442
|
* @generated from field: temporal.api.common.v1.Payloads details = 4;
|
|
2253
2443
|
*/
|
|
2254
|
-
details?: Payloads;
|
|
2444
|
+
details?: Payloads | undefined;
|
|
2255
2445
|
/**
|
|
2256
2446
|
* The identity of the worker/client
|
|
2257
2447
|
*
|
|
@@ -2300,7 +2490,7 @@ export type DeleteWorkflowExecutionRequest = Message<"temporal.api.workflowservi
|
|
|
2300
2490
|
*
|
|
2301
2491
|
* @generated from field: temporal.api.common.v1.WorkflowExecution workflow_execution = 2;
|
|
2302
2492
|
*/
|
|
2303
|
-
workflowExecution?: WorkflowExecution;
|
|
2493
|
+
workflowExecution?: WorkflowExecution | undefined;
|
|
2304
2494
|
};
|
|
2305
2495
|
/**
|
|
2306
2496
|
* Describes the message temporal.api.workflowservice.v1.DeleteWorkflowExecutionRequest.
|
|
@@ -2335,7 +2525,7 @@ export type ListOpenWorkflowExecutionsRequest = Message<"temporal.api.workflowse
|
|
|
2335
2525
|
/**
|
|
2336
2526
|
* @generated from field: temporal.api.filter.v1.StartTimeFilter start_time_filter = 4;
|
|
2337
2527
|
*/
|
|
2338
|
-
startTimeFilter?: StartTimeFilter;
|
|
2528
|
+
startTimeFilter?: StartTimeFilter | undefined;
|
|
2339
2529
|
/**
|
|
2340
2530
|
* @generated from oneof temporal.api.workflowservice.v1.ListOpenWorkflowExecutionsRequest.filters
|
|
2341
2531
|
*/
|
|
@@ -2398,7 +2588,7 @@ export type ListClosedWorkflowExecutionsRequest = Message<"temporal.api.workflow
|
|
|
2398
2588
|
/**
|
|
2399
2589
|
* @generated from field: temporal.api.filter.v1.StartTimeFilter start_time_filter = 4;
|
|
2400
2590
|
*/
|
|
2401
|
-
startTimeFilter?: StartTimeFilter;
|
|
2591
|
+
startTimeFilter?: StartTimeFilter | undefined;
|
|
2402
2592
|
/**
|
|
2403
2593
|
* @generated from oneof temporal.api.workflowservice.v1.ListClosedWorkflowExecutionsRequest.filters
|
|
2404
2594
|
*/
|
|
@@ -2690,7 +2880,7 @@ export type RespondQueryTaskCompletedRequest = Message<"temporal.api.workflowser
|
|
|
2690
2880
|
*
|
|
2691
2881
|
* @generated from field: temporal.api.common.v1.Payloads query_result = 3;
|
|
2692
2882
|
*/
|
|
2693
|
-
queryResult?: Payloads;
|
|
2883
|
+
queryResult?: Payloads | undefined;
|
|
2694
2884
|
/**
|
|
2695
2885
|
* A plain error message that must be set if completed_type is QUERY_RESULT_TYPE_FAILED.
|
|
2696
2886
|
* SDKs should also fill in the more complete `failure` field to provide the full context and
|
|
@@ -2715,7 +2905,7 @@ export type RespondQueryTaskCompletedRequest = Message<"temporal.api.workflowser
|
|
|
2715
2905
|
*
|
|
2716
2906
|
* @generated from field: temporal.api.failure.v1.Failure failure = 7;
|
|
2717
2907
|
*/
|
|
2718
|
-
failure?: Failure;
|
|
2908
|
+
failure?: Failure | undefined;
|
|
2719
2909
|
/**
|
|
2720
2910
|
* Why did the task fail? It's important to note that many of the variants in this enum cannot
|
|
2721
2911
|
* apply to worker responses. See the type's doc for more.
|
|
@@ -2723,6 +2913,13 @@ export type RespondQueryTaskCompletedRequest = Message<"temporal.api.workflowser
|
|
|
2723
2913
|
* @generated from field: temporal.api.enums.v1.WorkflowTaskFailedCause cause = 8;
|
|
2724
2914
|
*/
|
|
2725
2915
|
cause: WorkflowTaskFailedCause;
|
|
2916
|
+
/**
|
|
2917
|
+
* Client must forward the poller_group_id received in PollWorkflowTaskQueueResponse for proper
|
|
2918
|
+
* routing of the response.
|
|
2919
|
+
*
|
|
2920
|
+
* @generated from field: string poller_group_id = 9;
|
|
2921
|
+
*/
|
|
2922
|
+
pollerGroupId: string;
|
|
2726
2923
|
};
|
|
2727
2924
|
/**
|
|
2728
2925
|
* Describes the message temporal.api.workflowservice.v1.RespondQueryTaskCompletedRequest.
|
|
@@ -2749,7 +2946,7 @@ export type ResetStickyTaskQueueRequest = Message<"temporal.api.workflowservice.
|
|
|
2749
2946
|
/**
|
|
2750
2947
|
* @generated from field: temporal.api.common.v1.WorkflowExecution execution = 2;
|
|
2751
2948
|
*/
|
|
2752
|
-
execution?: WorkflowExecution;
|
|
2949
|
+
execution?: WorkflowExecution | undefined;
|
|
2753
2950
|
};
|
|
2754
2951
|
/**
|
|
2755
2952
|
* Describes the message temporal.api.workflowservice.v1.ResetStickyTaskQueueRequest.
|
|
@@ -2774,6 +2971,10 @@ export type ShutdownWorkerRequest = Message<"temporal.api.workflowservice.v1.Shu
|
|
|
2774
2971
|
*/
|
|
2775
2972
|
namespace: string;
|
|
2776
2973
|
/**
|
|
2974
|
+
* sticky_task_queue may not always be populated. We want to ensure all workers
|
|
2975
|
+
* send a shutdown request to update worker state for heartbeating, as well
|
|
2976
|
+
* as cancel pending poll calls early, instead of waiting for timeouts.
|
|
2977
|
+
*
|
|
2777
2978
|
* @generated from field: string sticky_task_queue = 2;
|
|
2778
2979
|
*/
|
|
2779
2980
|
stickyTaskQueue: string;
|
|
@@ -2788,7 +2989,30 @@ export type ShutdownWorkerRequest = Message<"temporal.api.workflowservice.v1.Shu
|
|
|
2788
2989
|
/**
|
|
2789
2990
|
* @generated from field: temporal.api.worker.v1.WorkerHeartbeat worker_heartbeat = 5;
|
|
2790
2991
|
*/
|
|
2791
|
-
workerHeartbeat?: WorkerHeartbeat;
|
|
2992
|
+
workerHeartbeat?: WorkerHeartbeat | undefined;
|
|
2993
|
+
/**
|
|
2994
|
+
* Technically this is also sent in the WorkerHeartbeat, but
|
|
2995
|
+
* since worker heartbeating can be turned off, this needs
|
|
2996
|
+
* to be a separate, top-level field.
|
|
2997
|
+
*
|
|
2998
|
+
* @generated from field: string worker_instance_key = 6;
|
|
2999
|
+
*/
|
|
3000
|
+
workerInstanceKey: string;
|
|
3001
|
+
/**
|
|
3002
|
+
* Task queue name the worker is polling on. This allows server to cancel
|
|
3003
|
+
* all outstanding poll RPC calls from SDK. This avoids a race condition that
|
|
3004
|
+
* can lead to tasks being lost.
|
|
3005
|
+
*
|
|
3006
|
+
* @generated from field: string task_queue = 7;
|
|
3007
|
+
*/
|
|
3008
|
+
taskQueue: string;
|
|
3009
|
+
/**
|
|
3010
|
+
* Task queue types that help server cancel outstanding poll RPC
|
|
3011
|
+
* calls from SDK. This avoids a race condition that can lead to tasks being lost.
|
|
3012
|
+
*
|
|
3013
|
+
* @generated from field: repeated temporal.api.enums.v1.TaskQueueType task_queue_types = 8;
|
|
3014
|
+
*/
|
|
3015
|
+
taskQueueTypes: TaskQueueType[];
|
|
2792
3016
|
};
|
|
2793
3017
|
/**
|
|
2794
3018
|
* Describes the message temporal.api.workflowservice.v1.ShutdownWorkerRequest.
|
|
@@ -2815,11 +3039,11 @@ export type QueryWorkflowRequest = Message<"temporal.api.workflowservice.v1.Quer
|
|
|
2815
3039
|
/**
|
|
2816
3040
|
* @generated from field: temporal.api.common.v1.WorkflowExecution execution = 2;
|
|
2817
3041
|
*/
|
|
2818
|
-
execution?: WorkflowExecution;
|
|
3042
|
+
execution?: WorkflowExecution | undefined;
|
|
2819
3043
|
/**
|
|
2820
3044
|
* @generated from field: temporal.api.query.v1.WorkflowQuery query = 3;
|
|
2821
3045
|
*/
|
|
2822
|
-
query?: WorkflowQuery;
|
|
3046
|
+
query?: WorkflowQuery | undefined;
|
|
2823
3047
|
/**
|
|
2824
3048
|
* QueryRejectCondition can used to reject the query if workflow state does not satisfy condition.
|
|
2825
3049
|
* Default: QUERY_REJECT_CONDITION_NONE.
|
|
@@ -2840,11 +3064,11 @@ export type QueryWorkflowResponse = Message<"temporal.api.workflowservice.v1.Que
|
|
|
2840
3064
|
/**
|
|
2841
3065
|
* @generated from field: temporal.api.common.v1.Payloads query_result = 1;
|
|
2842
3066
|
*/
|
|
2843
|
-
queryResult?: Payloads;
|
|
3067
|
+
queryResult?: Payloads | undefined;
|
|
2844
3068
|
/**
|
|
2845
3069
|
* @generated from field: temporal.api.query.v1.QueryRejected query_rejected = 2;
|
|
2846
3070
|
*/
|
|
2847
|
-
queryRejected?: QueryRejected;
|
|
3071
|
+
queryRejected?: QueryRejected | undefined;
|
|
2848
3072
|
};
|
|
2849
3073
|
/**
|
|
2850
3074
|
* Describes the message temporal.api.workflowservice.v1.QueryWorkflowResponse.
|
|
@@ -2862,7 +3086,7 @@ export type DescribeWorkflowExecutionRequest = Message<"temporal.api.workflowser
|
|
|
2862
3086
|
/**
|
|
2863
3087
|
* @generated from field: temporal.api.common.v1.WorkflowExecution execution = 2;
|
|
2864
3088
|
*/
|
|
2865
|
-
execution?: WorkflowExecution;
|
|
3089
|
+
execution?: WorkflowExecution | undefined;
|
|
2866
3090
|
};
|
|
2867
3091
|
/**
|
|
2868
3092
|
* Describes the message temporal.api.workflowservice.v1.DescribeWorkflowExecutionRequest.
|
|
@@ -2876,11 +3100,11 @@ export type DescribeWorkflowExecutionResponse = Message<"temporal.api.workflowse
|
|
|
2876
3100
|
/**
|
|
2877
3101
|
* @generated from field: temporal.api.workflow.v1.WorkflowExecutionConfig execution_config = 1;
|
|
2878
3102
|
*/
|
|
2879
|
-
executionConfig?: WorkflowExecutionConfig;
|
|
3103
|
+
executionConfig?: WorkflowExecutionConfig | undefined;
|
|
2880
3104
|
/**
|
|
2881
3105
|
* @generated from field: temporal.api.workflow.v1.WorkflowExecutionInfo workflow_execution_info = 2;
|
|
2882
3106
|
*/
|
|
2883
|
-
workflowExecutionInfo?: WorkflowExecutionInfo;
|
|
3107
|
+
workflowExecutionInfo?: WorkflowExecutionInfo | undefined;
|
|
2884
3108
|
/**
|
|
2885
3109
|
* @generated from field: repeated temporal.api.workflow.v1.PendingActivityInfo pending_activities = 3;
|
|
2886
3110
|
*/
|
|
@@ -2892,7 +3116,7 @@ export type DescribeWorkflowExecutionResponse = Message<"temporal.api.workflowse
|
|
|
2892
3116
|
/**
|
|
2893
3117
|
* @generated from field: temporal.api.workflow.v1.PendingWorkflowTaskInfo pending_workflow_task = 5;
|
|
2894
3118
|
*/
|
|
2895
|
-
pendingWorkflowTask?: PendingWorkflowTaskInfo;
|
|
3119
|
+
pendingWorkflowTask?: PendingWorkflowTaskInfo | undefined;
|
|
2896
3120
|
/**
|
|
2897
3121
|
* @generated from field: repeated temporal.api.workflow.v1.CallbackInfo callbacks = 6;
|
|
2898
3122
|
*/
|
|
@@ -2904,7 +3128,7 @@ export type DescribeWorkflowExecutionResponse = Message<"temporal.api.workflowse
|
|
|
2904
3128
|
/**
|
|
2905
3129
|
* @generated from field: temporal.api.workflow.v1.WorkflowExecutionExtendedInfo workflow_extended_info = 8;
|
|
2906
3130
|
*/
|
|
2907
|
-
workflowExtendedInfo?: WorkflowExecutionExtendedInfo;
|
|
3131
|
+
workflowExtendedInfo?: WorkflowExecutionExtendedInfo | undefined;
|
|
2908
3132
|
};
|
|
2909
3133
|
/**
|
|
2910
3134
|
* Describes the message temporal.api.workflowservice.v1.DescribeWorkflowExecutionResponse.
|
|
@@ -2927,7 +3151,7 @@ export type DescribeTaskQueueRequest = Message<"temporal.api.workflowservice.v1.
|
|
|
2927
3151
|
*
|
|
2928
3152
|
* @generated from field: temporal.api.taskqueue.v1.TaskQueue task_queue = 2;
|
|
2929
3153
|
*/
|
|
2930
|
-
taskQueue?: TaskQueue;
|
|
3154
|
+
taskQueue?: TaskQueue | undefined;
|
|
2931
3155
|
/**
|
|
2932
3156
|
* If unspecified (TASK_QUEUE_TYPE_UNSPECIFIED), then default value (TASK_QUEUE_TYPE_WORKFLOW) will be used.
|
|
2933
3157
|
* Only supported in default mode (use `task_queue_types` in ENHANCED mode instead).
|
|
@@ -2974,7 +3198,7 @@ export type DescribeTaskQueueRequest = Message<"temporal.api.workflowservice.v1.
|
|
|
2974
3198
|
* @generated from field: temporal.api.taskqueue.v1.TaskQueueVersionSelection versions = 6 [deprecated = true];
|
|
2975
3199
|
* @deprecated
|
|
2976
3200
|
*/
|
|
2977
|
-
versions?: TaskQueueVersionSelection;
|
|
3201
|
+
versions?: TaskQueueVersionSelection | undefined;
|
|
2978
3202
|
/**
|
|
2979
3203
|
* Deprecated (as part of the ENHANCED mode deprecation).
|
|
2980
3204
|
* Task queue types to report info about. If not specified, all types are considered.
|
|
@@ -3020,7 +3244,7 @@ export type DescribeTaskQueueResponse = Message<"temporal.api.workflowservice.v1
|
|
|
3020
3244
|
*
|
|
3021
3245
|
* @generated from field: temporal.api.taskqueue.v1.TaskQueueStats stats = 5;
|
|
3022
3246
|
*/
|
|
3023
|
-
stats?: TaskQueueStats;
|
|
3247
|
+
stats?: TaskQueueStats | undefined;
|
|
3024
3248
|
/**
|
|
3025
3249
|
* Task queue stats breakdown by priority key. Only contains actively used priority keys.
|
|
3026
3250
|
* Only set if `report_stats` is set on the request.
|
|
@@ -3045,17 +3269,17 @@ export type DescribeTaskQueueResponse = Message<"temporal.api.workflowservice.v1
|
|
|
3045
3269
|
*
|
|
3046
3270
|
* @generated from field: temporal.api.taskqueue.v1.TaskQueueVersioningInfo versioning_info = 4;
|
|
3047
3271
|
*/
|
|
3048
|
-
versioningInfo?: TaskQueueVersioningInfo;
|
|
3272
|
+
versioningInfo?: TaskQueueVersioningInfo | undefined;
|
|
3049
3273
|
/**
|
|
3050
3274
|
* Only populated if report_task_queue_config is set to true.
|
|
3051
3275
|
*
|
|
3052
3276
|
* @generated from field: temporal.api.taskqueue.v1.TaskQueueConfig config = 6;
|
|
3053
3277
|
*/
|
|
3054
|
-
config?: TaskQueueConfig;
|
|
3278
|
+
config?: TaskQueueConfig | undefined;
|
|
3055
3279
|
/**
|
|
3056
3280
|
* @generated from field: temporal.api.workflowservice.v1.DescribeTaskQueueResponse.EffectiveRateLimit effective_rate_limit = 7;
|
|
3057
3281
|
*/
|
|
3058
|
-
effectiveRateLimit?: DescribeTaskQueueResponse_EffectiveRateLimit;
|
|
3282
|
+
effectiveRateLimit?: DescribeTaskQueueResponse_EffectiveRateLimit | undefined;
|
|
3059
3283
|
/**
|
|
3060
3284
|
* Deprecated.
|
|
3061
3285
|
* Status of the task queue. Only populated when `include_task_queue_status` is set to true in the request.
|
|
@@ -3063,7 +3287,7 @@ export type DescribeTaskQueueResponse = Message<"temporal.api.workflowservice.v1
|
|
|
3063
3287
|
* @generated from field: temporal.api.taskqueue.v1.TaskQueueStatus task_queue_status = 2 [deprecated = true];
|
|
3064
3288
|
* @deprecated
|
|
3065
3289
|
*/
|
|
3066
|
-
taskQueueStatus?: TaskQueueStatus;
|
|
3290
|
+
taskQueueStatus?: TaskQueueStatus | undefined;
|
|
3067
3291
|
/**
|
|
3068
3292
|
* Deprecated.
|
|
3069
3293
|
* Only returned in ENHANCED mode.
|
|
@@ -3141,7 +3365,7 @@ export type GetClusterInfoResponse = Message<"temporal.api.workflowservice.v1.Ge
|
|
|
3141
3365
|
/**
|
|
3142
3366
|
* @generated from field: temporal.api.version.v1.VersionInfo version_info = 4;
|
|
3143
3367
|
*/
|
|
3144
|
-
versionInfo?: VersionInfo;
|
|
3368
|
+
versionInfo?: VersionInfo | undefined;
|
|
3145
3369
|
/**
|
|
3146
3370
|
* @generated from field: string cluster_name = 5;
|
|
3147
3371
|
*/
|
|
@@ -3196,7 +3420,7 @@ export type GetSystemInfoResponse = Message<"temporal.api.workflowservice.v1.Get
|
|
|
3196
3420
|
*
|
|
3197
3421
|
* @generated from field: temporal.api.workflowservice.v1.GetSystemInfoResponse.Capabilities capabilities = 2;
|
|
3198
3422
|
*/
|
|
3199
|
-
capabilities?: GetSystemInfoResponse_Capabilities;
|
|
3423
|
+
capabilities?: GetSystemInfoResponse_Capabilities | undefined;
|
|
3200
3424
|
};
|
|
3201
3425
|
/**
|
|
3202
3426
|
* Describes the message temporal.api.workflowservice.v1.GetSystemInfoResponse.
|
|
@@ -3284,6 +3508,14 @@ export type GetSystemInfoResponse_Capabilities = Message<"temporal.api.workflows
|
|
|
3284
3508
|
* @generated from field: bool nexus = 11;
|
|
3285
3509
|
*/
|
|
3286
3510
|
nexus: boolean;
|
|
3511
|
+
/**
|
|
3512
|
+
* True if the server supports server-scaled deployments.
|
|
3513
|
+
* This flag is dependent both on server version and for server-scaled deployments
|
|
3514
|
+
* to be enabled via server configuration.
|
|
3515
|
+
*
|
|
3516
|
+
* @generated from field: bool server_scaled_deployments = 12;
|
|
3517
|
+
*/
|
|
3518
|
+
serverScaledDeployments: boolean;
|
|
3287
3519
|
};
|
|
3288
3520
|
/**
|
|
3289
3521
|
* Describes the message temporal.api.workflowservice.v1.GetSystemInfoResponse.Capabilities.
|
|
@@ -3301,7 +3533,7 @@ export type ListTaskQueuePartitionsRequest = Message<"temporal.api.workflowservi
|
|
|
3301
3533
|
/**
|
|
3302
3534
|
* @generated from field: temporal.api.taskqueue.v1.TaskQueue task_queue = 2;
|
|
3303
3535
|
*/
|
|
3304
|
-
taskQueue?: TaskQueue;
|
|
3536
|
+
taskQueue?: TaskQueue | undefined;
|
|
3305
3537
|
};
|
|
3306
3538
|
/**
|
|
3307
3539
|
* Describes the message temporal.api.workflowservice.v1.ListTaskQueuePartitionsRequest.
|
|
@@ -3350,13 +3582,13 @@ export type CreateScheduleRequest = Message<"temporal.api.workflowservice.v1.Cre
|
|
|
3350
3582
|
*
|
|
3351
3583
|
* @generated from field: temporal.api.schedule.v1.Schedule schedule = 3;
|
|
3352
3584
|
*/
|
|
3353
|
-
schedule?: Schedule;
|
|
3585
|
+
schedule?: Schedule | undefined;
|
|
3354
3586
|
/**
|
|
3355
3587
|
* Optional initial patch (e.g. to run the action once immediately).
|
|
3356
3588
|
*
|
|
3357
3589
|
* @generated from field: temporal.api.schedule.v1.SchedulePatch initial_patch = 4;
|
|
3358
3590
|
*/
|
|
3359
|
-
initialPatch?: SchedulePatch;
|
|
3591
|
+
initialPatch?: SchedulePatch | undefined;
|
|
3360
3592
|
/**
|
|
3361
3593
|
* The identity of the client who initiated this request.
|
|
3362
3594
|
*
|
|
@@ -3374,11 +3606,11 @@ export type CreateScheduleRequest = Message<"temporal.api.workflowservice.v1.Cre
|
|
|
3374
3606
|
*
|
|
3375
3607
|
* @generated from field: temporal.api.common.v1.Memo memo = 7;
|
|
3376
3608
|
*/
|
|
3377
|
-
memo?: Memo;
|
|
3609
|
+
memo?: Memo | undefined;
|
|
3378
3610
|
/**
|
|
3379
3611
|
* @generated from field: temporal.api.common.v1.SearchAttributes search_attributes = 8;
|
|
3380
3612
|
*/
|
|
3381
|
-
searchAttributes?: SearchAttributes;
|
|
3613
|
+
searchAttributes?: SearchAttributes | undefined;
|
|
3382
3614
|
};
|
|
3383
3615
|
/**
|
|
3384
3616
|
* Describes the message temporal.api.workflowservice.v1.CreateScheduleRequest.
|
|
@@ -3436,23 +3668,23 @@ export type DescribeScheduleResponse = Message<"temporal.api.workflowservice.v1.
|
|
|
3436
3668
|
*
|
|
3437
3669
|
* @generated from field: temporal.api.schedule.v1.Schedule schedule = 1;
|
|
3438
3670
|
*/
|
|
3439
|
-
schedule?: Schedule;
|
|
3671
|
+
schedule?: Schedule | undefined;
|
|
3440
3672
|
/**
|
|
3441
3673
|
* Extra schedule state info.
|
|
3442
3674
|
*
|
|
3443
3675
|
* @generated from field: temporal.api.schedule.v1.ScheduleInfo info = 2;
|
|
3444
3676
|
*/
|
|
3445
|
-
info?: ScheduleInfo;
|
|
3677
|
+
info?: ScheduleInfo | undefined;
|
|
3446
3678
|
/**
|
|
3447
3679
|
* The memo and search attributes that the schedule was created with.
|
|
3448
3680
|
*
|
|
3449
3681
|
* @generated from field: temporal.api.common.v1.Memo memo = 3;
|
|
3450
3682
|
*/
|
|
3451
|
-
memo?: Memo;
|
|
3683
|
+
memo?: Memo | undefined;
|
|
3452
3684
|
/**
|
|
3453
3685
|
* @generated from field: temporal.api.common.v1.SearchAttributes search_attributes = 4;
|
|
3454
3686
|
*/
|
|
3455
|
-
searchAttributes?: SearchAttributes;
|
|
3687
|
+
searchAttributes?: SearchAttributes | undefined;
|
|
3456
3688
|
/**
|
|
3457
3689
|
* This value can be passed back to UpdateSchedule to ensure that the
|
|
3458
3690
|
* schedule was not modified between a Describe and an Update, which could
|
|
@@ -3489,7 +3721,7 @@ export type UpdateScheduleRequest = Message<"temporal.api.workflowservice.v1.Upd
|
|
|
3489
3721
|
*
|
|
3490
3722
|
* @generated from field: temporal.api.schedule.v1.Schedule schedule = 3;
|
|
3491
3723
|
*/
|
|
3492
|
-
schedule?: Schedule;
|
|
3724
|
+
schedule?: Schedule | undefined;
|
|
3493
3725
|
/**
|
|
3494
3726
|
* This can be the value of conflict_token from a DescribeScheduleResponse,
|
|
3495
3727
|
* which will cause this request to fail if the schedule has been modified
|
|
@@ -3520,7 +3752,15 @@ export type UpdateScheduleRequest = Message<"temporal.api.workflowservice.v1.Upd
|
|
|
3520
3752
|
*
|
|
3521
3753
|
* @generated from field: temporal.api.common.v1.SearchAttributes search_attributes = 7;
|
|
3522
3754
|
*/
|
|
3523
|
-
searchAttributes?: SearchAttributes;
|
|
3755
|
+
searchAttributes?: SearchAttributes | undefined;
|
|
3756
|
+
/**
|
|
3757
|
+
* Schedule memo to replace. If set, replaces the entire memo.
|
|
3758
|
+
* Do not set this field if you do not want to update the memo.
|
|
3759
|
+
* A non-null empty object will clear the memo.
|
|
3760
|
+
*
|
|
3761
|
+
* @generated from field: temporal.api.common.v1.Memo memo = 8;
|
|
3762
|
+
*/
|
|
3763
|
+
memo?: Memo | undefined;
|
|
3524
3764
|
};
|
|
3525
3765
|
/**
|
|
3526
3766
|
* Describes the message temporal.api.workflowservice.v1.UpdateScheduleRequest.
|
|
@@ -3555,7 +3795,7 @@ export type PatchScheduleRequest = Message<"temporal.api.workflowservice.v1.Patc
|
|
|
3555
3795
|
/**
|
|
3556
3796
|
* @generated from field: temporal.api.schedule.v1.SchedulePatch patch = 3;
|
|
3557
3797
|
*/
|
|
3558
|
-
patch?: SchedulePatch;
|
|
3798
|
+
patch?: SchedulePatch | undefined;
|
|
3559
3799
|
/**
|
|
3560
3800
|
* The identity of the client who initiated this request.
|
|
3561
3801
|
*
|
|
@@ -3604,11 +3844,11 @@ export type ListScheduleMatchingTimesRequest = Message<"temporal.api.workflowser
|
|
|
3604
3844
|
*
|
|
3605
3845
|
* @generated from field: google.protobuf.Timestamp start_time = 3;
|
|
3606
3846
|
*/
|
|
3607
|
-
startTime?: Timestamp;
|
|
3847
|
+
startTime?: Timestamp | undefined;
|
|
3608
3848
|
/**
|
|
3609
3849
|
* @generated from field: google.protobuf.Timestamp end_time = 4;
|
|
3610
3850
|
*/
|
|
3611
|
-
endTime?: Timestamp;
|
|
3851
|
+
endTime?: Timestamp | undefined;
|
|
3612
3852
|
};
|
|
3613
3853
|
/**
|
|
3614
3854
|
* Describes the message temporal.api.workflowservice.v1.ListScheduleMatchingTimesRequest.
|
|
@@ -3718,6 +3958,71 @@ export type ListSchedulesResponse = Message<"temporal.api.workflowservice.v1.Lis
|
|
|
3718
3958
|
* Use `create(ListSchedulesResponseSchema)` to create a new message.
|
|
3719
3959
|
*/
|
|
3720
3960
|
export declare const ListSchedulesResponseSchema: GenMessage<ListSchedulesResponse>;
|
|
3961
|
+
/**
|
|
3962
|
+
* @generated from message temporal.api.workflowservice.v1.CountSchedulesRequest
|
|
3963
|
+
*/
|
|
3964
|
+
export type CountSchedulesRequest = Message<"temporal.api.workflowservice.v1.CountSchedulesRequest"> & {
|
|
3965
|
+
/**
|
|
3966
|
+
* @generated from field: string namespace = 1;
|
|
3967
|
+
*/
|
|
3968
|
+
namespace: string;
|
|
3969
|
+
/**
|
|
3970
|
+
* Visibility query, see https://docs.temporal.io/list-filter for the syntax.
|
|
3971
|
+
*
|
|
3972
|
+
* @generated from field: string query = 2;
|
|
3973
|
+
*/
|
|
3974
|
+
query: string;
|
|
3975
|
+
};
|
|
3976
|
+
/**
|
|
3977
|
+
* Describes the message temporal.api.workflowservice.v1.CountSchedulesRequest.
|
|
3978
|
+
* Use `create(CountSchedulesRequestSchema)` to create a new message.
|
|
3979
|
+
*/
|
|
3980
|
+
export declare const CountSchedulesRequestSchema: GenMessage<CountSchedulesRequest>;
|
|
3981
|
+
/**
|
|
3982
|
+
* @generated from message temporal.api.workflowservice.v1.CountSchedulesResponse
|
|
3983
|
+
*/
|
|
3984
|
+
export type CountSchedulesResponse = Message<"temporal.api.workflowservice.v1.CountSchedulesResponse"> & {
|
|
3985
|
+
/**
|
|
3986
|
+
* If `query` is not grouping by any field, the count is an approximate number
|
|
3987
|
+
* of schedules that match the query.
|
|
3988
|
+
* If `query` is grouping by a field, the count is simply the sum of the counts
|
|
3989
|
+
* of the groups returned in the response. This number can be smaller than the
|
|
3990
|
+
* total number of schedules matching the query.
|
|
3991
|
+
*
|
|
3992
|
+
* @generated from field: int64 count = 1;
|
|
3993
|
+
*/
|
|
3994
|
+
count: bigint;
|
|
3995
|
+
/**
|
|
3996
|
+
* Contains the groups if the request is grouping by a field.
|
|
3997
|
+
* The list might not be complete, and the counts of each group is approximate.
|
|
3998
|
+
*
|
|
3999
|
+
* @generated from field: repeated temporal.api.workflowservice.v1.CountSchedulesResponse.AggregationGroup groups = 2;
|
|
4000
|
+
*/
|
|
4001
|
+
groups: CountSchedulesResponse_AggregationGroup[];
|
|
4002
|
+
};
|
|
4003
|
+
/**
|
|
4004
|
+
* Describes the message temporal.api.workflowservice.v1.CountSchedulesResponse.
|
|
4005
|
+
* Use `create(CountSchedulesResponseSchema)` to create a new message.
|
|
4006
|
+
*/
|
|
4007
|
+
export declare const CountSchedulesResponseSchema: GenMessage<CountSchedulesResponse>;
|
|
4008
|
+
/**
|
|
4009
|
+
* @generated from message temporal.api.workflowservice.v1.CountSchedulesResponse.AggregationGroup
|
|
4010
|
+
*/
|
|
4011
|
+
export type CountSchedulesResponse_AggregationGroup = Message<"temporal.api.workflowservice.v1.CountSchedulesResponse.AggregationGroup"> & {
|
|
4012
|
+
/**
|
|
4013
|
+
* @generated from field: repeated temporal.api.common.v1.Payload group_values = 1;
|
|
4014
|
+
*/
|
|
4015
|
+
groupValues: Payload[];
|
|
4016
|
+
/**
|
|
4017
|
+
* @generated from field: int64 count = 2;
|
|
4018
|
+
*/
|
|
4019
|
+
count: bigint;
|
|
4020
|
+
};
|
|
4021
|
+
/**
|
|
4022
|
+
* Describes the message temporal.api.workflowservice.v1.CountSchedulesResponse.AggregationGroup.
|
|
4023
|
+
* Use `create(CountSchedulesResponse_AggregationGroupSchema)` to create a new message.
|
|
4024
|
+
*/
|
|
4025
|
+
export declare const CountSchedulesResponse_AggregationGroupSchema: GenMessage<CountSchedulesResponse_AggregationGroup>;
|
|
3721
4026
|
/**
|
|
3722
4027
|
* [cleanup-wv-pre-release]
|
|
3723
4028
|
*
|
|
@@ -4024,7 +4329,7 @@ export type UpdateWorkerVersioningRulesRequest_InsertBuildIdAssignmentRule = Mes
|
|
|
4024
4329
|
/**
|
|
4025
4330
|
* @generated from field: temporal.api.taskqueue.v1.BuildIdAssignmentRule rule = 2;
|
|
4026
4331
|
*/
|
|
4027
|
-
rule?: BuildIdAssignmentRule;
|
|
4332
|
+
rule?: BuildIdAssignmentRule | undefined;
|
|
4028
4333
|
};
|
|
4029
4334
|
/**
|
|
4030
4335
|
* Describes the message temporal.api.workflowservice.v1.UpdateWorkerVersioningRulesRequest.InsertBuildIdAssignmentRule.
|
|
@@ -4044,7 +4349,7 @@ export type UpdateWorkerVersioningRulesRequest_ReplaceBuildIdAssignmentRule = Me
|
|
|
4044
4349
|
/**
|
|
4045
4350
|
* @generated from field: temporal.api.taskqueue.v1.BuildIdAssignmentRule rule = 2;
|
|
4046
4351
|
*/
|
|
4047
|
-
rule?: BuildIdAssignmentRule;
|
|
4352
|
+
rule?: BuildIdAssignmentRule | undefined;
|
|
4048
4353
|
/**
|
|
4049
4354
|
* By default presence of one unconditional rule is enforced, otherwise
|
|
4050
4355
|
* the replace operation will be rejected. Set `force` to true to
|
|
@@ -4095,7 +4400,7 @@ export type UpdateWorkerVersioningRulesRequest_AddCompatibleBuildIdRedirectRule
|
|
|
4095
4400
|
/**
|
|
4096
4401
|
* @generated from field: temporal.api.taskqueue.v1.CompatibleBuildIdRedirectRule rule = 1;
|
|
4097
4402
|
*/
|
|
4098
|
-
rule?: CompatibleBuildIdRedirectRule;
|
|
4403
|
+
rule?: CompatibleBuildIdRedirectRule | undefined;
|
|
4099
4404
|
};
|
|
4100
4405
|
/**
|
|
4101
4406
|
* Describes the message temporal.api.workflowservice.v1.UpdateWorkerVersioningRulesRequest.AddCompatibleBuildIdRedirectRule.
|
|
@@ -4111,7 +4416,7 @@ export type UpdateWorkerVersioningRulesRequest_ReplaceCompatibleBuildIdRedirectR
|
|
|
4111
4416
|
/**
|
|
4112
4417
|
* @generated from field: temporal.api.taskqueue.v1.CompatibleBuildIdRedirectRule rule = 1;
|
|
4113
4418
|
*/
|
|
4114
|
-
rule?: CompatibleBuildIdRedirectRule;
|
|
4419
|
+
rule?: CompatibleBuildIdRedirectRule | undefined;
|
|
4115
4420
|
};
|
|
4116
4421
|
/**
|
|
4117
4422
|
* Describes the message temporal.api.workflowservice.v1.UpdateWorkerVersioningRulesRequest.ReplaceCompatibleBuildIdRedirectRule.
|
|
@@ -4334,7 +4639,7 @@ export type UpdateWorkflowExecutionRequest = Message<"temporal.api.workflowservi
|
|
|
4334
4639
|
*
|
|
4335
4640
|
* @generated from field: temporal.api.common.v1.WorkflowExecution workflow_execution = 2;
|
|
4336
4641
|
*/
|
|
4337
|
-
workflowExecution?: WorkflowExecution;
|
|
4642
|
+
workflowExecution?: WorkflowExecution | undefined;
|
|
4338
4643
|
/**
|
|
4339
4644
|
* If set, this call will error if the most recent (if no Run Id is set on
|
|
4340
4645
|
* `workflow_execution`), or specified (if it is) Workflow Execution is not
|
|
@@ -4352,14 +4657,14 @@ export type UpdateWorkflowExecutionRequest = Message<"temporal.api.workflowservi
|
|
|
4352
4657
|
*
|
|
4353
4658
|
* @generated from field: temporal.api.update.v1.WaitPolicy wait_policy = 4;
|
|
4354
4659
|
*/
|
|
4355
|
-
waitPolicy?: WaitPolicy;
|
|
4660
|
+
waitPolicy?: WaitPolicy | undefined;
|
|
4356
4661
|
/**
|
|
4357
4662
|
* The request information that will be delivered all the way down to the
|
|
4358
4663
|
* Workflow Execution.
|
|
4359
4664
|
*
|
|
4360
4665
|
* @generated from field: temporal.api.update.v1.Request request = 5;
|
|
4361
4666
|
*/
|
|
4362
|
-
request?: Request;
|
|
4667
|
+
request?: Request | undefined;
|
|
4363
4668
|
};
|
|
4364
4669
|
/**
|
|
4365
4670
|
* Describes the message temporal.api.workflowservice.v1.UpdateWorkflowExecutionRequest.
|
|
@@ -4375,7 +4680,7 @@ export type UpdateWorkflowExecutionResponse = Message<"temporal.api.workflowserv
|
|
|
4375
4680
|
*
|
|
4376
4681
|
* @generated from field: temporal.api.update.v1.UpdateRef update_ref = 1;
|
|
4377
4682
|
*/
|
|
4378
|
-
updateRef?: UpdateRef;
|
|
4683
|
+
updateRef?: UpdateRef | undefined;
|
|
4379
4684
|
/**
|
|
4380
4685
|
* The outcome of the Update if and only if the Workflow Update
|
|
4381
4686
|
* has completed. If this response is being returned before the Update has
|
|
@@ -4383,7 +4688,7 @@ export type UpdateWorkflowExecutionResponse = Message<"temporal.api.workflowserv
|
|
|
4383
4688
|
*
|
|
4384
4689
|
* @generated from field: temporal.api.update.v1.Outcome outcome = 2;
|
|
4385
4690
|
*/
|
|
4386
|
-
outcome?: Outcome;
|
|
4691
|
+
outcome?: Outcome | undefined;
|
|
4387
4692
|
/**
|
|
4388
4693
|
* The most advanced lifecycle stage that the Update is known to have
|
|
4389
4694
|
* reached, where lifecycle stages are ordered
|
|
@@ -4622,13 +4927,13 @@ export type DescribeBatchOperationResponse = Message<"temporal.api.workflowservi
|
|
|
4622
4927
|
*
|
|
4623
4928
|
* @generated from field: google.protobuf.Timestamp start_time = 4;
|
|
4624
4929
|
*/
|
|
4625
|
-
startTime?: Timestamp;
|
|
4930
|
+
startTime?: Timestamp | undefined;
|
|
4626
4931
|
/**
|
|
4627
4932
|
* Batch operation close time
|
|
4628
4933
|
*
|
|
4629
4934
|
* @generated from field: google.protobuf.Timestamp close_time = 5;
|
|
4630
4935
|
*/
|
|
4631
|
-
closeTime?: Timestamp;
|
|
4936
|
+
closeTime?: Timestamp | undefined;
|
|
4632
4937
|
/**
|
|
4633
4938
|
* Total operation count
|
|
4634
4939
|
*
|
|
@@ -4729,7 +5034,7 @@ export type PollWorkflowExecutionUpdateRequest = Message<"temporal.api.workflows
|
|
|
4729
5034
|
*
|
|
4730
5035
|
* @generated from field: temporal.api.update.v1.UpdateRef update_ref = 2;
|
|
4731
5036
|
*/
|
|
4732
|
-
updateRef?: UpdateRef;
|
|
5037
|
+
updateRef?: UpdateRef | undefined;
|
|
4733
5038
|
/**
|
|
4734
5039
|
* The identity of the worker/client who is polling this Update outcome.
|
|
4735
5040
|
*
|
|
@@ -4742,7 +5047,7 @@ export type PollWorkflowExecutionUpdateRequest = Message<"temporal.api.workflows
|
|
|
4742
5047
|
*
|
|
4743
5048
|
* @generated from field: temporal.api.update.v1.WaitPolicy wait_policy = 4;
|
|
4744
5049
|
*/
|
|
4745
|
-
waitPolicy?: WaitPolicy;
|
|
5050
|
+
waitPolicy?: WaitPolicy | undefined;
|
|
4746
5051
|
};
|
|
4747
5052
|
/**
|
|
4748
5053
|
* Describes the message temporal.api.workflowservice.v1.PollWorkflowExecutionUpdateRequest.
|
|
@@ -4762,7 +5067,7 @@ export type PollWorkflowExecutionUpdateResponse = Message<"temporal.api.workflow
|
|
|
4762
5067
|
*
|
|
4763
5068
|
* @generated from field: temporal.api.update.v1.Outcome outcome = 1;
|
|
4764
5069
|
*/
|
|
4765
|
-
outcome?: Outcome;
|
|
5070
|
+
outcome?: Outcome | undefined;
|
|
4766
5071
|
/**
|
|
4767
5072
|
* The most advanced lifecycle stage that the Update is known to have
|
|
4768
5073
|
* reached, where lifecycle stages are ordered
|
|
@@ -4783,7 +5088,7 @@ export type PollWorkflowExecutionUpdateResponse = Message<"temporal.api.workflow
|
|
|
4783
5088
|
*
|
|
4784
5089
|
* @generated from field: temporal.api.update.v1.UpdateRef update_ref = 3;
|
|
4785
5090
|
*/
|
|
4786
|
-
updateRef?: UpdateRef;
|
|
5091
|
+
updateRef?: UpdateRef | undefined;
|
|
4787
5092
|
};
|
|
4788
5093
|
/**
|
|
4789
5094
|
* Describes the message temporal.api.workflowservice.v1.PollWorkflowExecutionUpdateResponse.
|
|
@@ -4798,6 +5103,19 @@ export type PollNexusTaskQueueRequest = Message<"temporal.api.workflowservice.v1
|
|
|
4798
5103
|
* @generated from field: string namespace = 1;
|
|
4799
5104
|
*/
|
|
4800
5105
|
namespace: string;
|
|
5106
|
+
/**
|
|
5107
|
+
* @generated from field: temporal.api.taskqueue.v1.TaskQueue task_queue = 3;
|
|
5108
|
+
*/
|
|
5109
|
+
taskQueue?: TaskQueue | undefined;
|
|
5110
|
+
/**
|
|
5111
|
+
* Unless this is the first poll, the client must pass one of the poller group IDs received in
|
|
5112
|
+
* `poller_group_infos` of the last the PollNexusTaskQueueResponse according to the
|
|
5113
|
+
* instructions. If not set, the poll is routed randomly which can cause it being blocked
|
|
5114
|
+
* without receiving a task while the queue actually has tasks in another server location.
|
|
5115
|
+
*
|
|
5116
|
+
* @generated from field: string poller_group_id = 9;
|
|
5117
|
+
*/
|
|
5118
|
+
pollerGroupId: string;
|
|
4801
5119
|
/**
|
|
4802
5120
|
* The identity of the client who initiated this request.
|
|
4803
5121
|
*
|
|
@@ -4805,9 +5123,12 @@ export type PollNexusTaskQueueRequest = Message<"temporal.api.workflowservice.v1
|
|
|
4805
5123
|
*/
|
|
4806
5124
|
identity: string;
|
|
4807
5125
|
/**
|
|
4808
|
-
*
|
|
5126
|
+
* A unique key for this worker instance, used for tracking worker lifecycle.
|
|
5127
|
+
* This is guaranteed to be unique, whereas identity is not guaranteed to be unique.
|
|
5128
|
+
*
|
|
5129
|
+
* @generated from field: string worker_instance_key = 8;
|
|
4809
5130
|
*/
|
|
4810
|
-
|
|
5131
|
+
workerInstanceKey: string;
|
|
4811
5132
|
/**
|
|
4812
5133
|
* Information about this worker's build identifier and if it is choosing to use the versioning
|
|
4813
5134
|
* feature. See the `WorkerVersionCapabilities` docstring for more.
|
|
@@ -4816,13 +5137,13 @@ export type PollNexusTaskQueueRequest = Message<"temporal.api.workflowservice.v1
|
|
|
4816
5137
|
* @generated from field: temporal.api.common.v1.WorkerVersionCapabilities worker_version_capabilities = 4 [deprecated = true];
|
|
4817
5138
|
* @deprecated
|
|
4818
5139
|
*/
|
|
4819
|
-
workerVersionCapabilities?: WorkerVersionCapabilities;
|
|
5140
|
+
workerVersionCapabilities?: WorkerVersionCapabilities | undefined;
|
|
4820
5141
|
/**
|
|
4821
5142
|
* Worker deployment options that user has set in the worker.
|
|
4822
5143
|
*
|
|
4823
5144
|
* @generated from field: temporal.api.deployment.v1.WorkerDeploymentOptions deployment_options = 6;
|
|
4824
5145
|
*/
|
|
4825
|
-
deploymentOptions?: WorkerDeploymentOptions;
|
|
5146
|
+
deploymentOptions?: WorkerDeploymentOptions | undefined;
|
|
4826
5147
|
/**
|
|
4827
5148
|
* Worker info to be sent to the server.
|
|
4828
5149
|
*
|
|
@@ -4850,13 +5171,33 @@ export type PollNexusTaskQueueResponse = Message<"temporal.api.workflowservice.v
|
|
|
4850
5171
|
*
|
|
4851
5172
|
* @generated from field: temporal.api.nexus.v1.Request request = 2;
|
|
4852
5173
|
*/
|
|
4853
|
-
request?: Request$1;
|
|
5174
|
+
request?: Request$1 | undefined;
|
|
4854
5175
|
/**
|
|
4855
5176
|
* Server-advised information the SDK may use to adjust its poller count.
|
|
4856
5177
|
*
|
|
4857
5178
|
* @generated from field: temporal.api.taskqueue.v1.PollerScalingDecision poller_scaling_decision = 3;
|
|
4858
5179
|
*/
|
|
4859
|
-
pollerScalingDecision?: PollerScalingDecision;
|
|
5180
|
+
pollerScalingDecision?: PollerScalingDecision | undefined;
|
|
5181
|
+
/**
|
|
5182
|
+
* This poller group ID identifies the owner of the nexus task awaiting for synchronous
|
|
5183
|
+
* response.
|
|
5184
|
+
* Corresponding `RespondNexusTaskCompleted` and `RespondNexusTaskFailed` calls should pass this
|
|
5185
|
+
* value for proper response routing.
|
|
5186
|
+
*
|
|
5187
|
+
* @generated from field: string poller_group_id = 4;
|
|
5188
|
+
*/
|
|
5189
|
+
pollerGroupId: string;
|
|
5190
|
+
/**
|
|
5191
|
+
* The weighted list of poller groups IDs that client should use for future polls to this task
|
|
5192
|
+
* queue. Client is expected to:
|
|
5193
|
+
* 1. Maintain minimum number of pollers no less than the number of groups.
|
|
5194
|
+
* 2. Try to assign the next poll to a group without any pending polls,
|
|
5195
|
+
* 3. If every group has some pending polls, assign the next poll to a group randomly
|
|
5196
|
+
* according to the weights.
|
|
5197
|
+
*
|
|
5198
|
+
* @generated from field: repeated temporal.api.taskqueue.v1.PollerGroupInfo poller_group_infos = 5;
|
|
5199
|
+
*/
|
|
5200
|
+
pollerGroupInfos: PollerGroupInfo[];
|
|
4860
5201
|
};
|
|
4861
5202
|
/**
|
|
4862
5203
|
* Describes the message temporal.api.workflowservice.v1.PollNexusTaskQueueResponse.
|
|
@@ -4888,7 +5229,14 @@ export type RespondNexusTaskCompletedRequest = Message<"temporal.api.workflowser
|
|
|
4888
5229
|
*
|
|
4889
5230
|
* @generated from field: temporal.api.nexus.v1.Response response = 4;
|
|
4890
5231
|
*/
|
|
4891
|
-
response?: Response;
|
|
5232
|
+
response?: Response | undefined;
|
|
5233
|
+
/**
|
|
5234
|
+
* Client must forward the poller_group_id received in PollNexusTaskQueueResponse for proper
|
|
5235
|
+
* routing of the response.
|
|
5236
|
+
*
|
|
5237
|
+
* @generated from field: string poller_group_id = 5;
|
|
5238
|
+
*/
|
|
5239
|
+
pollerGroupId: string;
|
|
4892
5240
|
};
|
|
4893
5241
|
/**
|
|
4894
5242
|
* Describes the message temporal.api.workflowservice.v1.RespondNexusTaskCompletedRequest.
|
|
@@ -4925,11 +5273,25 @@ export type RespondNexusTaskFailedRequest = Message<"temporal.api.workflowservic
|
|
|
4925
5273
|
*/
|
|
4926
5274
|
taskToken: Uint8Array;
|
|
4927
5275
|
/**
|
|
4928
|
-
*
|
|
5276
|
+
* Deprecated. Use the failure field instead.
|
|
5277
|
+
*
|
|
5278
|
+
* @generated from field: temporal.api.nexus.v1.HandlerError error = 4 [deprecated = true];
|
|
5279
|
+
* @deprecated
|
|
5280
|
+
*/
|
|
5281
|
+
error?: HandlerError | undefined;
|
|
5282
|
+
/**
|
|
5283
|
+
* The error the handler failed with. Must contain a NexusHandlerFailureInfo object.
|
|
5284
|
+
*
|
|
5285
|
+
* @generated from field: temporal.api.failure.v1.Failure failure = 5;
|
|
5286
|
+
*/
|
|
5287
|
+
failure?: Failure | undefined;
|
|
5288
|
+
/**
|
|
5289
|
+
* Client must forward the poller_group_id received in PollNexusTaskQueueResponse for proper
|
|
5290
|
+
* routing of the response.
|
|
4929
5291
|
*
|
|
4930
|
-
* @generated from field:
|
|
5292
|
+
* @generated from field: string poller_group_id = 6;
|
|
4931
5293
|
*/
|
|
4932
|
-
|
|
5294
|
+
pollerGroupId: string;
|
|
4933
5295
|
};
|
|
4934
5296
|
/**
|
|
4935
5297
|
* Describes the message temporal.api.workflowservice.v1.RespondNexusTaskFailedRequest.
|
|
@@ -4966,6 +5328,12 @@ export type ExecuteMultiOperationRequest = Message<"temporal.api.workflowservice
|
|
|
4966
5328
|
* @generated from field: repeated temporal.api.workflowservice.v1.ExecuteMultiOperationRequest.Operation operations = 2;
|
|
4967
5329
|
*/
|
|
4968
5330
|
operations: ExecuteMultiOperationRequest_Operation[];
|
|
5331
|
+
/**
|
|
5332
|
+
* Resource ID for routing. Should match operations[0].start_workflow.workflow_id
|
|
5333
|
+
*
|
|
5334
|
+
* @generated from field: string resource_id = 3;
|
|
5335
|
+
*/
|
|
5336
|
+
resourceId: string;
|
|
4969
5337
|
};
|
|
4970
5338
|
/**
|
|
4971
5339
|
* Describes the message temporal.api.workflowservice.v1.ExecuteMultiOperationRequest.
|
|
@@ -5062,6 +5430,7 @@ export type ExecuteMultiOperationResponse_Response = Message<"temporal.api.workf
|
|
|
5062
5430
|
export declare const ExecuteMultiOperationResponse_ResponseSchema: GenMessage<ExecuteMultiOperationResponse_Response>;
|
|
5063
5431
|
/**
|
|
5064
5432
|
* NOTE: keep in sync with temporal.api.batch.v1.BatchOperationUpdateActivityOptions
|
|
5433
|
+
* Deprecated. Use `UpdateActivityExecutionOptionsRequest`.
|
|
5065
5434
|
*
|
|
5066
5435
|
* @generated from message temporal.api.workflowservice.v1.UpdateActivityOptionsRequest
|
|
5067
5436
|
*/
|
|
@@ -5077,7 +5446,7 @@ export type UpdateActivityOptionsRequest = Message<"temporal.api.workflowservice
|
|
|
5077
5446
|
*
|
|
5078
5447
|
* @generated from field: temporal.api.common.v1.WorkflowExecution execution = 2;
|
|
5079
5448
|
*/
|
|
5080
|
-
execution?: WorkflowExecution;
|
|
5449
|
+
execution?: WorkflowExecution | undefined;
|
|
5081
5450
|
/**
|
|
5082
5451
|
* The identity of the client who initiated this request
|
|
5083
5452
|
*
|
|
@@ -5089,13 +5458,13 @@ export type UpdateActivityOptionsRequest = Message<"temporal.api.workflowservice
|
|
|
5089
5458
|
*
|
|
5090
5459
|
* @generated from field: temporal.api.activity.v1.ActivityOptions activity_options = 4;
|
|
5091
5460
|
*/
|
|
5092
|
-
activityOptions?: ActivityOptions;
|
|
5461
|
+
activityOptions?: ActivityOptions | undefined;
|
|
5093
5462
|
/**
|
|
5094
5463
|
* Controls which fields from `activity_options` will be applied
|
|
5095
5464
|
*
|
|
5096
5465
|
* @generated from field: google.protobuf.FieldMask update_mask = 5;
|
|
5097
5466
|
*/
|
|
5098
|
-
updateMask?: FieldMask;
|
|
5467
|
+
updateMask?: FieldMask | undefined;
|
|
5099
5468
|
/**
|
|
5100
5469
|
* either activity id, activity type or update_all must be provided
|
|
5101
5470
|
*
|
|
@@ -5132,7 +5501,7 @@ export type UpdateActivityOptionsRequest = Message<"temporal.api.workflowservice
|
|
|
5132
5501
|
/**
|
|
5133
5502
|
* If set, the activity options will be restored to the default.
|
|
5134
5503
|
* Default options are then options activity was created with.
|
|
5135
|
-
* They are part of the first
|
|
5504
|
+
* They are part of the first schedule event.
|
|
5136
5505
|
* This flag cannot be combined with any other option; if you supply
|
|
5137
5506
|
* restore_original together with other options, the request will be rejected.
|
|
5138
5507
|
*
|
|
@@ -5146,6 +5515,77 @@ export type UpdateActivityOptionsRequest = Message<"temporal.api.workflowservice
|
|
|
5146
5515
|
*/
|
|
5147
5516
|
export declare const UpdateActivityOptionsRequestSchema: GenMessage<UpdateActivityOptionsRequest>;
|
|
5148
5517
|
/**
|
|
5518
|
+
* @generated from message temporal.api.workflowservice.v1.UpdateActivityExecutionOptionsRequest
|
|
5519
|
+
*/
|
|
5520
|
+
export type UpdateActivityExecutionOptionsRequest = Message<"temporal.api.workflowservice.v1.UpdateActivityExecutionOptionsRequest"> & {
|
|
5521
|
+
/**
|
|
5522
|
+
* Namespace of the workflow which scheduled this activity
|
|
5523
|
+
*
|
|
5524
|
+
* @generated from field: string namespace = 1;
|
|
5525
|
+
*/
|
|
5526
|
+
namespace: string;
|
|
5527
|
+
/**
|
|
5528
|
+
* If provided, targets a workflow activity for the given workflow ID.
|
|
5529
|
+
* If empty, targets a standalone activity.
|
|
5530
|
+
*
|
|
5531
|
+
* @generated from field: string workflow_id = 2;
|
|
5532
|
+
*/
|
|
5533
|
+
workflowId: string;
|
|
5534
|
+
/**
|
|
5535
|
+
* The ID of the activity to target.
|
|
5536
|
+
*
|
|
5537
|
+
* @generated from field: string activity_id = 3;
|
|
5538
|
+
*/
|
|
5539
|
+
activityId: string;
|
|
5540
|
+
/**
|
|
5541
|
+
* Run ID of the workflow or standalone activity.
|
|
5542
|
+
*
|
|
5543
|
+
* @generated from field: string run_id = 4;
|
|
5544
|
+
*/
|
|
5545
|
+
runId: string;
|
|
5546
|
+
/**
|
|
5547
|
+
* The identity of the client who initiated this request
|
|
5548
|
+
*
|
|
5549
|
+
* @generated from field: string identity = 5;
|
|
5550
|
+
*/
|
|
5551
|
+
identity: string;
|
|
5552
|
+
/**
|
|
5553
|
+
* Activity options. Partial updates are accepted and controlled by update_mask
|
|
5554
|
+
*
|
|
5555
|
+
* @generated from field: temporal.api.activity.v1.ActivityOptions activity_options = 6;
|
|
5556
|
+
*/
|
|
5557
|
+
activityOptions?: ActivityOptions | undefined;
|
|
5558
|
+
/**
|
|
5559
|
+
* Controls which fields from `activity_options` will be applied
|
|
5560
|
+
*
|
|
5561
|
+
* @generated from field: google.protobuf.FieldMask update_mask = 7;
|
|
5562
|
+
*/
|
|
5563
|
+
updateMask?: FieldMask | undefined;
|
|
5564
|
+
/**
|
|
5565
|
+
* If set, the activity options will be restored to the default.
|
|
5566
|
+
* Default options are then options activity was created with.
|
|
5567
|
+
* They are part of the first schedule event.
|
|
5568
|
+
* This flag cannot be combined with any other option; if you supply
|
|
5569
|
+
* restore_original together with other options, the request will be rejected.
|
|
5570
|
+
*
|
|
5571
|
+
* @generated from field: bool restore_original = 8;
|
|
5572
|
+
*/
|
|
5573
|
+
restoreOriginal: boolean;
|
|
5574
|
+
/**
|
|
5575
|
+
* Resource ID for routing. Contains "workflow:{workflow_id}" for workflow activities or "activity:{activity_id}" for standalone activities.
|
|
5576
|
+
*
|
|
5577
|
+
* @generated from field: string resource_id = 9;
|
|
5578
|
+
*/
|
|
5579
|
+
resourceId: string;
|
|
5580
|
+
};
|
|
5581
|
+
/**
|
|
5582
|
+
* Describes the message temporal.api.workflowservice.v1.UpdateActivityExecutionOptionsRequest.
|
|
5583
|
+
* Use `create(UpdateActivityExecutionOptionsRequestSchema)` to create a new message.
|
|
5584
|
+
*/
|
|
5585
|
+
export declare const UpdateActivityExecutionOptionsRequestSchema: GenMessage<UpdateActivityExecutionOptionsRequest>;
|
|
5586
|
+
/**
|
|
5587
|
+
* Deprecated. Use `UpdateActivityExecutionOptionsResponse`.
|
|
5588
|
+
*
|
|
5149
5589
|
* @generated from message temporal.api.workflowservice.v1.UpdateActivityOptionsResponse
|
|
5150
5590
|
*/
|
|
5151
5591
|
export type UpdateActivityOptionsResponse = Message<"temporal.api.workflowservice.v1.UpdateActivityOptionsResponse"> & {
|
|
@@ -5154,7 +5594,7 @@ export type UpdateActivityOptionsResponse = Message<"temporal.api.workflowservic
|
|
|
5154
5594
|
*
|
|
5155
5595
|
* @generated from field: temporal.api.activity.v1.ActivityOptions activity_options = 1;
|
|
5156
5596
|
*/
|
|
5157
|
-
activityOptions?: ActivityOptions;
|
|
5597
|
+
activityOptions?: ActivityOptions | undefined;
|
|
5158
5598
|
};
|
|
5159
5599
|
/**
|
|
5160
5600
|
* Describes the message temporal.api.workflowservice.v1.UpdateActivityOptionsResponse.
|
|
@@ -5162,6 +5602,24 @@ export type UpdateActivityOptionsResponse = Message<"temporal.api.workflowservic
|
|
|
5162
5602
|
*/
|
|
5163
5603
|
export declare const UpdateActivityOptionsResponseSchema: GenMessage<UpdateActivityOptionsResponse>;
|
|
5164
5604
|
/**
|
|
5605
|
+
* @generated from message temporal.api.workflowservice.v1.UpdateActivityExecutionOptionsResponse
|
|
5606
|
+
*/
|
|
5607
|
+
export type UpdateActivityExecutionOptionsResponse = Message<"temporal.api.workflowservice.v1.UpdateActivityExecutionOptionsResponse"> & {
|
|
5608
|
+
/**
|
|
5609
|
+
* Activity options after an update
|
|
5610
|
+
*
|
|
5611
|
+
* @generated from field: temporal.api.activity.v1.ActivityOptions activity_options = 1;
|
|
5612
|
+
*/
|
|
5613
|
+
activityOptions?: ActivityOptions | undefined;
|
|
5614
|
+
};
|
|
5615
|
+
/**
|
|
5616
|
+
* Describes the message temporal.api.workflowservice.v1.UpdateActivityExecutionOptionsResponse.
|
|
5617
|
+
* Use `create(UpdateActivityExecutionOptionsResponseSchema)` to create a new message.
|
|
5618
|
+
*/
|
|
5619
|
+
export declare const UpdateActivityExecutionOptionsResponseSchema: GenMessage<UpdateActivityExecutionOptionsResponse>;
|
|
5620
|
+
/**
|
|
5621
|
+
* Deprecated. Use `PauseActivityExecutionRequest`.
|
|
5622
|
+
*
|
|
5165
5623
|
* @generated from message temporal.api.workflowservice.v1.PauseActivityRequest
|
|
5166
5624
|
*/
|
|
5167
5625
|
export type PauseActivityRequest = Message<"temporal.api.workflowservice.v1.PauseActivityRequest"> & {
|
|
@@ -5176,7 +5634,7 @@ export type PauseActivityRequest = Message<"temporal.api.workflowservice.v1.Paus
|
|
|
5176
5634
|
*
|
|
5177
5635
|
* @generated from field: temporal.api.common.v1.WorkflowExecution execution = 2;
|
|
5178
5636
|
*/
|
|
5179
|
-
execution?: WorkflowExecution;
|
|
5637
|
+
execution?: WorkflowExecution | undefined;
|
|
5180
5638
|
/**
|
|
5181
5639
|
* The identity of the client who initiated this request.
|
|
5182
5640
|
*
|
|
@@ -5215,6 +5673,12 @@ export type PauseActivityRequest = Message<"temporal.api.workflowservice.v1.Paus
|
|
|
5215
5673
|
* @generated from field: string reason = 6;
|
|
5216
5674
|
*/
|
|
5217
5675
|
reason: string;
|
|
5676
|
+
/**
|
|
5677
|
+
* Used to de-dupe pause requests.
|
|
5678
|
+
*
|
|
5679
|
+
* @generated from field: string request_id = 7;
|
|
5680
|
+
*/
|
|
5681
|
+
requestId: string;
|
|
5218
5682
|
};
|
|
5219
5683
|
/**
|
|
5220
5684
|
* Describes the message temporal.api.workflowservice.v1.PauseActivityRequest.
|
|
@@ -5222,18 +5686,90 @@ export type PauseActivityRequest = Message<"temporal.api.workflowservice.v1.Paus
|
|
|
5222
5686
|
*/
|
|
5223
5687
|
export declare const PauseActivityRequestSchema: GenMessage<PauseActivityRequest>;
|
|
5224
5688
|
/**
|
|
5225
|
-
* @generated from message temporal.api.workflowservice.v1.
|
|
5226
|
-
*/
|
|
5227
|
-
export type PauseActivityResponse = Message<"temporal.api.workflowservice.v1.PauseActivityResponse"> & {};
|
|
5228
|
-
/**
|
|
5229
|
-
* Describes the message temporal.api.workflowservice.v1.PauseActivityResponse.
|
|
5230
|
-
* Use `create(PauseActivityResponseSchema)` to create a new message.
|
|
5231
|
-
*/
|
|
5232
|
-
export declare const PauseActivityResponseSchema: GenMessage<PauseActivityResponse>;
|
|
5233
|
-
/**
|
|
5234
|
-
* @generated from message temporal.api.workflowservice.v1.UnpauseActivityRequest
|
|
5689
|
+
* @generated from message temporal.api.workflowservice.v1.PauseActivityExecutionRequest
|
|
5235
5690
|
*/
|
|
5236
|
-
export type
|
|
5691
|
+
export type PauseActivityExecutionRequest = Message<"temporal.api.workflowservice.v1.PauseActivityExecutionRequest"> & {
|
|
5692
|
+
/**
|
|
5693
|
+
* Namespace of the workflow which scheduled this activity.
|
|
5694
|
+
*
|
|
5695
|
+
* @generated from field: string namespace = 1;
|
|
5696
|
+
*/
|
|
5697
|
+
namespace: string;
|
|
5698
|
+
/**
|
|
5699
|
+
* If provided, pause a workflow activity (or activities) for the given workflow ID.
|
|
5700
|
+
* If empty, targets a standalone activity.
|
|
5701
|
+
*
|
|
5702
|
+
* @generated from field: string workflow_id = 2;
|
|
5703
|
+
*/
|
|
5704
|
+
workflowId: string;
|
|
5705
|
+
/**
|
|
5706
|
+
* The ID of the activity to target.
|
|
5707
|
+
*
|
|
5708
|
+
* @generated from field: string activity_id = 3;
|
|
5709
|
+
*/
|
|
5710
|
+
activityId: string;
|
|
5711
|
+
/**
|
|
5712
|
+
* Run ID of the workflow or standalone activity.
|
|
5713
|
+
*
|
|
5714
|
+
* @generated from field: string run_id = 4;
|
|
5715
|
+
*/
|
|
5716
|
+
runId: string;
|
|
5717
|
+
/**
|
|
5718
|
+
* The identity of the client who initiated this request.
|
|
5719
|
+
*
|
|
5720
|
+
* @generated from field: string identity = 5;
|
|
5721
|
+
*/
|
|
5722
|
+
identity: string;
|
|
5723
|
+
/**
|
|
5724
|
+
* Reason to pause the activity.
|
|
5725
|
+
*
|
|
5726
|
+
* @generated from field: string reason = 6;
|
|
5727
|
+
*/
|
|
5728
|
+
reason: string;
|
|
5729
|
+
/**
|
|
5730
|
+
* Resource ID for routing. Contains "workflow:{workflow_id}" for workflow activities or "activity:{activity_id}" for standalone activities.
|
|
5731
|
+
*
|
|
5732
|
+
* @generated from field: string resource_id = 7;
|
|
5733
|
+
*/
|
|
5734
|
+
resourceId: string;
|
|
5735
|
+
/**
|
|
5736
|
+
* Used to de-dupe pause requests.
|
|
5737
|
+
*
|
|
5738
|
+
* @generated from field: string request_id = 8;
|
|
5739
|
+
*/
|
|
5740
|
+
requestId: string;
|
|
5741
|
+
};
|
|
5742
|
+
/**
|
|
5743
|
+
* Describes the message temporal.api.workflowservice.v1.PauseActivityExecutionRequest.
|
|
5744
|
+
* Use `create(PauseActivityExecutionRequestSchema)` to create a new message.
|
|
5745
|
+
*/
|
|
5746
|
+
export declare const PauseActivityExecutionRequestSchema: GenMessage<PauseActivityExecutionRequest>;
|
|
5747
|
+
/**
|
|
5748
|
+
* Deprecated. Use `PauseActivityExecutionResponse`.
|
|
5749
|
+
*
|
|
5750
|
+
* @generated from message temporal.api.workflowservice.v1.PauseActivityResponse
|
|
5751
|
+
*/
|
|
5752
|
+
export type PauseActivityResponse = Message<"temporal.api.workflowservice.v1.PauseActivityResponse"> & {};
|
|
5753
|
+
/**
|
|
5754
|
+
* Describes the message temporal.api.workflowservice.v1.PauseActivityResponse.
|
|
5755
|
+
* Use `create(PauseActivityResponseSchema)` to create a new message.
|
|
5756
|
+
*/
|
|
5757
|
+
export declare const PauseActivityResponseSchema: GenMessage<PauseActivityResponse>;
|
|
5758
|
+
/**
|
|
5759
|
+
* @generated from message temporal.api.workflowservice.v1.PauseActivityExecutionResponse
|
|
5760
|
+
*/
|
|
5761
|
+
export type PauseActivityExecutionResponse = Message<"temporal.api.workflowservice.v1.PauseActivityExecutionResponse"> & {};
|
|
5762
|
+
/**
|
|
5763
|
+
* Describes the message temporal.api.workflowservice.v1.PauseActivityExecutionResponse.
|
|
5764
|
+
* Use `create(PauseActivityExecutionResponseSchema)` to create a new message.
|
|
5765
|
+
*/
|
|
5766
|
+
export declare const PauseActivityExecutionResponseSchema: GenMessage<PauseActivityExecutionResponse>;
|
|
5767
|
+
/**
|
|
5768
|
+
* Deprecated. Use `UnpauseActivityExecutionRequest`.
|
|
5769
|
+
*
|
|
5770
|
+
* @generated from message temporal.api.workflowservice.v1.UnpauseActivityRequest
|
|
5771
|
+
*/
|
|
5772
|
+
export type UnpauseActivityRequest = Message<"temporal.api.workflowservice.v1.UnpauseActivityRequest"> & {
|
|
5237
5773
|
/**
|
|
5238
5774
|
* Namespace of the workflow which scheduled this activity.
|
|
5239
5775
|
*
|
|
@@ -5245,7 +5781,7 @@ export type UnpauseActivityRequest = Message<"temporal.api.workflowservice.v1.Un
|
|
|
5245
5781
|
*
|
|
5246
5782
|
* @generated from field: temporal.api.common.v1.WorkflowExecution execution = 2;
|
|
5247
5783
|
*/
|
|
5248
|
-
execution?: WorkflowExecution;
|
|
5784
|
+
execution?: WorkflowExecution | undefined;
|
|
5249
5785
|
/**
|
|
5250
5786
|
* The identity of the client who initiated this request.
|
|
5251
5787
|
*
|
|
@@ -5302,7 +5838,7 @@ export type UnpauseActivityRequest = Message<"temporal.api.workflowservice.v1.Un
|
|
|
5302
5838
|
*
|
|
5303
5839
|
* @generated from field: google.protobuf.Duration jitter = 9;
|
|
5304
5840
|
*/
|
|
5305
|
-
jitter?: Duration;
|
|
5841
|
+
jitter?: Duration | undefined;
|
|
5306
5842
|
};
|
|
5307
5843
|
/**
|
|
5308
5844
|
* Describes the message temporal.api.workflowservice.v1.UnpauseActivityRequest.
|
|
@@ -5310,6 +5846,79 @@ export type UnpauseActivityRequest = Message<"temporal.api.workflowservice.v1.Un
|
|
|
5310
5846
|
*/
|
|
5311
5847
|
export declare const UnpauseActivityRequestSchema: GenMessage<UnpauseActivityRequest>;
|
|
5312
5848
|
/**
|
|
5849
|
+
* @generated from message temporal.api.workflowservice.v1.UnpauseActivityExecutionRequest
|
|
5850
|
+
*/
|
|
5851
|
+
export type UnpauseActivityExecutionRequest = Message<"temporal.api.workflowservice.v1.UnpauseActivityExecutionRequest"> & {
|
|
5852
|
+
/**
|
|
5853
|
+
* Namespace of the workflow which scheduled this activity.
|
|
5854
|
+
*
|
|
5855
|
+
* @generated from field: string namespace = 1;
|
|
5856
|
+
*/
|
|
5857
|
+
namespace: string;
|
|
5858
|
+
/**
|
|
5859
|
+
* If provided, targets a workflow activity for the given workflow ID.
|
|
5860
|
+
* If empty, targets a standalone activity.
|
|
5861
|
+
*
|
|
5862
|
+
* @generated from field: string workflow_id = 2;
|
|
5863
|
+
*/
|
|
5864
|
+
workflowId: string;
|
|
5865
|
+
/**
|
|
5866
|
+
* The ID of the activity to target.
|
|
5867
|
+
*
|
|
5868
|
+
* @generated from field: string activity_id = 3;
|
|
5869
|
+
*/
|
|
5870
|
+
activityId: string;
|
|
5871
|
+
/**
|
|
5872
|
+
* Run ID of the workflow or standalone activity.
|
|
5873
|
+
*
|
|
5874
|
+
* @generated from field: string run_id = 4;
|
|
5875
|
+
*/
|
|
5876
|
+
runId: string;
|
|
5877
|
+
/**
|
|
5878
|
+
* The identity of the client who initiated this request.
|
|
5879
|
+
*
|
|
5880
|
+
* @generated from field: string identity = 5;
|
|
5881
|
+
*/
|
|
5882
|
+
identity: string;
|
|
5883
|
+
/**
|
|
5884
|
+
* Providing this flag will also reset the number of attempts.
|
|
5885
|
+
*
|
|
5886
|
+
* @generated from field: bool reset_attempts = 6;
|
|
5887
|
+
*/
|
|
5888
|
+
resetAttempts: boolean;
|
|
5889
|
+
/**
|
|
5890
|
+
* Providing this flag will also reset the heartbeat details.
|
|
5891
|
+
*
|
|
5892
|
+
* @generated from field: bool reset_heartbeat = 7;
|
|
5893
|
+
*/
|
|
5894
|
+
resetHeartbeat: boolean;
|
|
5895
|
+
/**
|
|
5896
|
+
* Reason to unpause the activity.
|
|
5897
|
+
*
|
|
5898
|
+
* @generated from field: string reason = 8;
|
|
5899
|
+
*/
|
|
5900
|
+
reason: string;
|
|
5901
|
+
/**
|
|
5902
|
+
* If set, the activity will start at a random time within the specified jitter duration.
|
|
5903
|
+
*
|
|
5904
|
+
* @generated from field: google.protobuf.Duration jitter = 9;
|
|
5905
|
+
*/
|
|
5906
|
+
jitter?: Duration | undefined;
|
|
5907
|
+
/**
|
|
5908
|
+
* Resource ID for routing. Contains "workflow:{workflow_id}" for workflow activities or "activity:{activity_id}" for standalone activities.
|
|
5909
|
+
*
|
|
5910
|
+
* @generated from field: string resource_id = 10;
|
|
5911
|
+
*/
|
|
5912
|
+
resourceId: string;
|
|
5913
|
+
};
|
|
5914
|
+
/**
|
|
5915
|
+
* Describes the message temporal.api.workflowservice.v1.UnpauseActivityExecutionRequest.
|
|
5916
|
+
* Use `create(UnpauseActivityExecutionRequestSchema)` to create a new message.
|
|
5917
|
+
*/
|
|
5918
|
+
export declare const UnpauseActivityExecutionRequestSchema: GenMessage<UnpauseActivityExecutionRequest>;
|
|
5919
|
+
/**
|
|
5920
|
+
* Deprecated. Use `UnpauseActivityExecutionResponse`.
|
|
5921
|
+
*
|
|
5313
5922
|
* @generated from message temporal.api.workflowservice.v1.UnpauseActivityResponse
|
|
5314
5923
|
*/
|
|
5315
5924
|
export type UnpauseActivityResponse = Message<"temporal.api.workflowservice.v1.UnpauseActivityResponse"> & {};
|
|
@@ -5318,8 +5927,18 @@ export type UnpauseActivityResponse = Message<"temporal.api.workflowservice.v1.U
|
|
|
5318
5927
|
* Use `create(UnpauseActivityResponseSchema)` to create a new message.
|
|
5319
5928
|
*/
|
|
5320
5929
|
export declare const UnpauseActivityResponseSchema: GenMessage<UnpauseActivityResponse>;
|
|
5930
|
+
/**
|
|
5931
|
+
* @generated from message temporal.api.workflowservice.v1.UnpauseActivityExecutionResponse
|
|
5932
|
+
*/
|
|
5933
|
+
export type UnpauseActivityExecutionResponse = Message<"temporal.api.workflowservice.v1.UnpauseActivityExecutionResponse"> & {};
|
|
5934
|
+
/**
|
|
5935
|
+
* Describes the message temporal.api.workflowservice.v1.UnpauseActivityExecutionResponse.
|
|
5936
|
+
* Use `create(UnpauseActivityExecutionResponseSchema)` to create a new message.
|
|
5937
|
+
*/
|
|
5938
|
+
export declare const UnpauseActivityExecutionResponseSchema: GenMessage<UnpauseActivityExecutionResponse>;
|
|
5321
5939
|
/**
|
|
5322
5940
|
* NOTE: keep in sync with temporal.api.batch.v1.BatchOperationResetActivities
|
|
5941
|
+
* Deprecated. Use `ResetActivityExecutionRequest`.
|
|
5323
5942
|
*
|
|
5324
5943
|
* @generated from message temporal.api.workflowservice.v1.ResetActivityRequest
|
|
5325
5944
|
*/
|
|
@@ -5335,7 +5954,7 @@ export type ResetActivityRequest = Message<"temporal.api.workflowservice.v1.Rese
|
|
|
5335
5954
|
*
|
|
5336
5955
|
* @generated from field: temporal.api.common.v1.WorkflowExecution execution = 2;
|
|
5337
5956
|
*/
|
|
5338
|
-
execution?: WorkflowExecution;
|
|
5957
|
+
execution?: WorkflowExecution | undefined;
|
|
5339
5958
|
/**
|
|
5340
5959
|
* The identity of the client who initiated this request.
|
|
5341
5960
|
*
|
|
@@ -5394,11 +6013,11 @@ export type ResetActivityRequest = Message<"temporal.api.workflowservice.v1.Rese
|
|
|
5394
6013
|
*
|
|
5395
6014
|
* @generated from field: google.protobuf.Duration jitter = 8;
|
|
5396
6015
|
*/
|
|
5397
|
-
jitter?: Duration;
|
|
6016
|
+
jitter?: Duration | undefined;
|
|
5398
6017
|
/**
|
|
5399
6018
|
* If set, the activity options will be restored to the defaults.
|
|
5400
6019
|
* Default options are then options activity was created with.
|
|
5401
|
-
* They are part of the first
|
|
6020
|
+
* They are part of the first schedule event.
|
|
5402
6021
|
*
|
|
5403
6022
|
* @generated from field: bool restore_original_options = 9;
|
|
5404
6023
|
*/
|
|
@@ -5410,6 +6029,83 @@ export type ResetActivityRequest = Message<"temporal.api.workflowservice.v1.Rese
|
|
|
5410
6029
|
*/
|
|
5411
6030
|
export declare const ResetActivityRequestSchema: GenMessage<ResetActivityRequest>;
|
|
5412
6031
|
/**
|
|
6032
|
+
* @generated from message temporal.api.workflowservice.v1.ResetActivityExecutionRequest
|
|
6033
|
+
*/
|
|
6034
|
+
export type ResetActivityExecutionRequest = Message<"temporal.api.workflowservice.v1.ResetActivityExecutionRequest"> & {
|
|
6035
|
+
/**
|
|
6036
|
+
* Namespace of the workflow which scheduled this activity.
|
|
6037
|
+
*
|
|
6038
|
+
* @generated from field: string namespace = 1;
|
|
6039
|
+
*/
|
|
6040
|
+
namespace: string;
|
|
6041
|
+
/**
|
|
6042
|
+
* If provided, targets a workflow activity for the given workflow ID.
|
|
6043
|
+
* If empty, targets a standalone activity.
|
|
6044
|
+
*
|
|
6045
|
+
* @generated from field: string workflow_id = 2;
|
|
6046
|
+
*/
|
|
6047
|
+
workflowId: string;
|
|
6048
|
+
/**
|
|
6049
|
+
* The ID of the activity to target.
|
|
6050
|
+
*
|
|
6051
|
+
* @generated from field: string activity_id = 3;
|
|
6052
|
+
*/
|
|
6053
|
+
activityId: string;
|
|
6054
|
+
/**
|
|
6055
|
+
* Run ID of the workflow or standalone activity.
|
|
6056
|
+
*
|
|
6057
|
+
* @generated from field: string run_id = 4;
|
|
6058
|
+
*/
|
|
6059
|
+
runId: string;
|
|
6060
|
+
/**
|
|
6061
|
+
* The identity of the client who initiated this request.
|
|
6062
|
+
*
|
|
6063
|
+
* @generated from field: string identity = 5;
|
|
6064
|
+
*/
|
|
6065
|
+
identity: string;
|
|
6066
|
+
/**
|
|
6067
|
+
* Indicates that activity should reset heartbeat details.
|
|
6068
|
+
* This flag will be applied only to the new instance of the activity.
|
|
6069
|
+
*
|
|
6070
|
+
* @generated from field: bool reset_heartbeat = 6;
|
|
6071
|
+
*/
|
|
6072
|
+
resetHeartbeat: boolean;
|
|
6073
|
+
/**
|
|
6074
|
+
* If activity is paused, it will remain paused after reset
|
|
6075
|
+
*
|
|
6076
|
+
* @generated from field: bool keep_paused = 7;
|
|
6077
|
+
*/
|
|
6078
|
+
keepPaused: boolean;
|
|
6079
|
+
/**
|
|
6080
|
+
* If set, and activity is in backoff, the activity will start at a random time within the specified jitter duration.
|
|
6081
|
+
* (unless it is paused and keep_paused is set)
|
|
6082
|
+
*
|
|
6083
|
+
* @generated from field: google.protobuf.Duration jitter = 8;
|
|
6084
|
+
*/
|
|
6085
|
+
jitter?: Duration | undefined;
|
|
6086
|
+
/**
|
|
6087
|
+
* If set, the activity options will be restored to the defaults.
|
|
6088
|
+
* Default options are then options activity was created with.
|
|
6089
|
+
* They are part of the first schedule event.
|
|
6090
|
+
*
|
|
6091
|
+
* @generated from field: bool restore_original_options = 9;
|
|
6092
|
+
*/
|
|
6093
|
+
restoreOriginalOptions: boolean;
|
|
6094
|
+
/**
|
|
6095
|
+
* Resource ID for routing. Contains "workflow:{workflow_id}" for workflow activities or "activity:{activity_id}" for standalone activities.
|
|
6096
|
+
*
|
|
6097
|
+
* @generated from field: string resource_id = 10;
|
|
6098
|
+
*/
|
|
6099
|
+
resourceId: string;
|
|
6100
|
+
};
|
|
6101
|
+
/**
|
|
6102
|
+
* Describes the message temporal.api.workflowservice.v1.ResetActivityExecutionRequest.
|
|
6103
|
+
* Use `create(ResetActivityExecutionRequestSchema)` to create a new message.
|
|
6104
|
+
*/
|
|
6105
|
+
export declare const ResetActivityExecutionRequestSchema: GenMessage<ResetActivityExecutionRequest>;
|
|
6106
|
+
/**
|
|
6107
|
+
* Deprecated. Use `ResetActivityExecutionRequest`.
|
|
6108
|
+
*
|
|
5413
6109
|
* @generated from message temporal.api.workflowservice.v1.ResetActivityResponse
|
|
5414
6110
|
*/
|
|
5415
6111
|
export type ResetActivityResponse = Message<"temporal.api.workflowservice.v1.ResetActivityResponse"> & {};
|
|
@@ -5418,6 +6114,15 @@ export type ResetActivityResponse = Message<"temporal.api.workflowservice.v1.Res
|
|
|
5418
6114
|
* Use `create(ResetActivityResponseSchema)` to create a new message.
|
|
5419
6115
|
*/
|
|
5420
6116
|
export declare const ResetActivityResponseSchema: GenMessage<ResetActivityResponse>;
|
|
6117
|
+
/**
|
|
6118
|
+
* @generated from message temporal.api.workflowservice.v1.ResetActivityExecutionResponse
|
|
6119
|
+
*/
|
|
6120
|
+
export type ResetActivityExecutionResponse = Message<"temporal.api.workflowservice.v1.ResetActivityExecutionResponse"> & {};
|
|
6121
|
+
/**
|
|
6122
|
+
* Describes the message temporal.api.workflowservice.v1.ResetActivityExecutionResponse.
|
|
6123
|
+
* Use `create(ResetActivityExecutionResponseSchema)` to create a new message.
|
|
6124
|
+
*/
|
|
6125
|
+
export declare const ResetActivityExecutionResponseSchema: GenMessage<ResetActivityExecutionResponse>;
|
|
5421
6126
|
/**
|
|
5422
6127
|
* Keep the parameters in sync with:
|
|
5423
6128
|
* - temporal.api.batch.v1.BatchOperationUpdateWorkflowExecutionOptions.
|
|
@@ -5439,20 +6144,20 @@ export type UpdateWorkflowExecutionOptionsRequest = Message<"temporal.api.workfl
|
|
|
5439
6144
|
*
|
|
5440
6145
|
* @generated from field: temporal.api.common.v1.WorkflowExecution workflow_execution = 2;
|
|
5441
6146
|
*/
|
|
5442
|
-
workflowExecution?: WorkflowExecution;
|
|
6147
|
+
workflowExecution?: WorkflowExecution | undefined;
|
|
5443
6148
|
/**
|
|
5444
6149
|
* Workflow Execution options. Partial updates are accepted and controlled by update_mask.
|
|
5445
6150
|
*
|
|
5446
6151
|
* @generated from field: temporal.api.workflow.v1.WorkflowExecutionOptions workflow_execution_options = 3;
|
|
5447
6152
|
*/
|
|
5448
|
-
workflowExecutionOptions?: WorkflowExecutionOptions;
|
|
6153
|
+
workflowExecutionOptions?: WorkflowExecutionOptions | undefined;
|
|
5449
6154
|
/**
|
|
5450
6155
|
* Controls which fields from `workflow_execution_options` will be applied.
|
|
5451
6156
|
* To unset a field, set it to null and use the update mask to indicate that it should be mutated.
|
|
5452
6157
|
*
|
|
5453
6158
|
* @generated from field: google.protobuf.FieldMask update_mask = 4;
|
|
5454
6159
|
*/
|
|
5455
|
-
updateMask?: FieldMask;
|
|
6160
|
+
updateMask?: FieldMask | undefined;
|
|
5456
6161
|
/**
|
|
5457
6162
|
* Optional. The identity of the client who initiated this request.
|
|
5458
6163
|
*
|
|
@@ -5474,7 +6179,7 @@ export type UpdateWorkflowExecutionOptionsResponse = Message<"temporal.api.workf
|
|
|
5474
6179
|
*
|
|
5475
6180
|
* @generated from field: temporal.api.workflow.v1.WorkflowExecutionOptions workflow_execution_options = 1;
|
|
5476
6181
|
*/
|
|
5477
|
-
workflowExecutionOptions?: WorkflowExecutionOptions;
|
|
6182
|
+
workflowExecutionOptions?: WorkflowExecutionOptions | undefined;
|
|
5478
6183
|
};
|
|
5479
6184
|
/**
|
|
5480
6185
|
* Describes the message temporal.api.workflowservice.v1.UpdateWorkflowExecutionOptionsResponse.
|
|
@@ -5494,7 +6199,7 @@ export type DescribeDeploymentRequest = Message<"temporal.api.workflowservice.v1
|
|
|
5494
6199
|
/**
|
|
5495
6200
|
* @generated from field: temporal.api.deployment.v1.Deployment deployment = 2;
|
|
5496
6201
|
*/
|
|
5497
|
-
deployment?: Deployment;
|
|
6202
|
+
deployment?: Deployment | undefined;
|
|
5498
6203
|
};
|
|
5499
6204
|
/**
|
|
5500
6205
|
* Describes the message temporal.api.workflowservice.v1.DescribeDeploymentRequest.
|
|
@@ -5510,7 +6215,7 @@ export type DescribeDeploymentResponse = Message<"temporal.api.workflowservice.v
|
|
|
5510
6215
|
/**
|
|
5511
6216
|
* @generated from field: temporal.api.deployment.v1.DeploymentInfo deployment_info = 1;
|
|
5512
6217
|
*/
|
|
5513
|
-
deploymentInfo?: DeploymentInfo;
|
|
6218
|
+
deploymentInfo?: DeploymentInfo | undefined;
|
|
5514
6219
|
};
|
|
5515
6220
|
/**
|
|
5516
6221
|
* Describes the message temporal.api.workflowservice.v1.DescribeDeploymentResponse.
|
|
@@ -5537,7 +6242,7 @@ export type DescribeWorkerDeploymentVersionRequest = Message<"temporal.api.workf
|
|
|
5537
6242
|
*
|
|
5538
6243
|
* @generated from field: temporal.api.deployment.v1.WorkerDeploymentVersion deployment_version = 3;
|
|
5539
6244
|
*/
|
|
5540
|
-
deploymentVersion?: WorkerDeploymentVersion;
|
|
6245
|
+
deploymentVersion?: WorkerDeploymentVersion | undefined;
|
|
5541
6246
|
/**
|
|
5542
6247
|
* Report stats for task queues which have been polled by this version.
|
|
5543
6248
|
*
|
|
@@ -5557,7 +6262,7 @@ export type DescribeWorkerDeploymentVersionResponse = Message<"temporal.api.work
|
|
|
5557
6262
|
/**
|
|
5558
6263
|
* @generated from field: temporal.api.deployment.v1.WorkerDeploymentVersionInfo worker_deployment_version_info = 1;
|
|
5559
6264
|
*/
|
|
5560
|
-
workerDeploymentVersionInfo?: WorkerDeploymentVersionInfo;
|
|
6265
|
+
workerDeploymentVersionInfo?: WorkerDeploymentVersionInfo | undefined;
|
|
5561
6266
|
/**
|
|
5562
6267
|
* All the Task Queues that have ever polled from this Deployment version.
|
|
5563
6268
|
*
|
|
@@ -5589,7 +6294,7 @@ export type DescribeWorkerDeploymentVersionResponse_VersionTaskQueue = Message<"
|
|
|
5589
6294
|
*
|
|
5590
6295
|
* @generated from field: temporal.api.taskqueue.v1.TaskQueueStats stats = 3;
|
|
5591
6296
|
*/
|
|
5592
|
-
stats?: TaskQueueStats;
|
|
6297
|
+
stats?: TaskQueueStats | undefined;
|
|
5593
6298
|
/**
|
|
5594
6299
|
* Task queue stats breakdown by priority key. Only contains actively used priority keys.
|
|
5595
6300
|
* Only set if `report_task_queue_stats` is set to true in the request.
|
|
@@ -5640,7 +6345,7 @@ export type DescribeWorkerDeploymentResponse = Message<"temporal.api.workflowser
|
|
|
5640
6345
|
/**
|
|
5641
6346
|
* @generated from field: temporal.api.deployment.v1.WorkerDeploymentInfo worker_deployment_info = 2;
|
|
5642
6347
|
*/
|
|
5643
|
-
workerDeploymentInfo?: WorkerDeploymentInfo;
|
|
6348
|
+
workerDeploymentInfo?: WorkerDeploymentInfo | undefined;
|
|
5644
6349
|
};
|
|
5645
6350
|
/**
|
|
5646
6351
|
* Describes the message temporal.api.workflowservice.v1.DescribeWorkerDeploymentResponse.
|
|
@@ -5710,7 +6415,7 @@ export type SetCurrentDeploymentRequest = Message<"temporal.api.workflowservice.
|
|
|
5710
6415
|
/**
|
|
5711
6416
|
* @generated from field: temporal.api.deployment.v1.Deployment deployment = 2;
|
|
5712
6417
|
*/
|
|
5713
|
-
deployment?: Deployment;
|
|
6418
|
+
deployment?: Deployment | undefined;
|
|
5714
6419
|
/**
|
|
5715
6420
|
* Optional. The identity of the client who initiated this request.
|
|
5716
6421
|
*
|
|
@@ -5724,7 +6429,7 @@ export type SetCurrentDeploymentRequest = Message<"temporal.api.workflowservice.
|
|
|
5724
6429
|
*
|
|
5725
6430
|
* @generated from field: temporal.api.deployment.v1.UpdateDeploymentMetadata update_metadata = 4;
|
|
5726
6431
|
*/
|
|
5727
|
-
updateMetadata?: UpdateDeploymentMetadata;
|
|
6432
|
+
updateMetadata?: UpdateDeploymentMetadata | undefined;
|
|
5728
6433
|
};
|
|
5729
6434
|
/**
|
|
5730
6435
|
* Describes the message temporal.api.workflowservice.v1.SetCurrentDeploymentRequest.
|
|
@@ -5740,13 +6445,13 @@ export type SetCurrentDeploymentResponse = Message<"temporal.api.workflowservice
|
|
|
5740
6445
|
/**
|
|
5741
6446
|
* @generated from field: temporal.api.deployment.v1.DeploymentInfo current_deployment_info = 1;
|
|
5742
6447
|
*/
|
|
5743
|
-
currentDeploymentInfo?: DeploymentInfo;
|
|
6448
|
+
currentDeploymentInfo?: DeploymentInfo | undefined;
|
|
5744
6449
|
/**
|
|
5745
6450
|
* Info of the deployment that was current before executing this operation.
|
|
5746
6451
|
*
|
|
5747
6452
|
* @generated from field: temporal.api.deployment.v1.DeploymentInfo previous_deployment_info = 2;
|
|
5748
6453
|
*/
|
|
5749
|
-
previousDeploymentInfo?: DeploymentInfo;
|
|
6454
|
+
previousDeploymentInfo?: DeploymentInfo | undefined;
|
|
5750
6455
|
};
|
|
5751
6456
|
/**
|
|
5752
6457
|
* Describes the message temporal.api.workflowservice.v1.SetCurrentDeploymentResponse.
|
|
@@ -5858,7 +6563,7 @@ export type SetWorkerDeploymentCurrentVersionResponse = Message<"temporal.api.wo
|
|
|
5858
6563
|
* @generated from field: temporal.api.deployment.v1.WorkerDeploymentVersion previous_deployment_version = 3 [deprecated = true];
|
|
5859
6564
|
* @deprecated
|
|
5860
6565
|
*/
|
|
5861
|
-
previousDeploymentVersion?: WorkerDeploymentVersion;
|
|
6566
|
+
previousDeploymentVersion?: WorkerDeploymentVersion | undefined;
|
|
5862
6567
|
};
|
|
5863
6568
|
/**
|
|
5864
6569
|
* Describes the message temporal.api.workflowservice.v1.SetWorkerDeploymentCurrentVersionResponse.
|
|
@@ -5979,7 +6684,7 @@ export type SetWorkerDeploymentRampingVersionResponse = Message<"temporal.api.wo
|
|
|
5979
6684
|
* @generated from field: temporal.api.deployment.v1.WorkerDeploymentVersion previous_deployment_version = 4 [deprecated = true];
|
|
5980
6685
|
* @deprecated
|
|
5981
6686
|
*/
|
|
5982
|
-
previousDeploymentVersion?: WorkerDeploymentVersion;
|
|
6687
|
+
previousDeploymentVersion?: WorkerDeploymentVersion | undefined;
|
|
5983
6688
|
/**
|
|
5984
6689
|
* The ramping version percentage before executing this operation.
|
|
5985
6690
|
* Deprecated in favor of idempotency of the API. Use `DescribeWorkerDeployment` to get the
|
|
@@ -5997,6 +6702,59 @@ export type SetWorkerDeploymentRampingVersionResponse = Message<"temporal.api.wo
|
|
|
5997
6702
|
* Use `create(SetWorkerDeploymentRampingVersionResponseSchema)` to create a new message.
|
|
5998
6703
|
*/
|
|
5999
6704
|
export declare const SetWorkerDeploymentRampingVersionResponseSchema: GenMessage<SetWorkerDeploymentRampingVersionResponse>;
|
|
6705
|
+
/**
|
|
6706
|
+
* Creates a new WorkerDeployment.
|
|
6707
|
+
*
|
|
6708
|
+
* @generated from message temporal.api.workflowservice.v1.CreateWorkerDeploymentRequest
|
|
6709
|
+
*/
|
|
6710
|
+
export type CreateWorkerDeploymentRequest = Message<"temporal.api.workflowservice.v1.CreateWorkerDeploymentRequest"> & {
|
|
6711
|
+
/**
|
|
6712
|
+
* @generated from field: string namespace = 1;
|
|
6713
|
+
*/
|
|
6714
|
+
namespace: string;
|
|
6715
|
+
/**
|
|
6716
|
+
* The name of the Worker Deployment to create. If a Worker Deployment with
|
|
6717
|
+
* this name already exists, an error will be returned.
|
|
6718
|
+
*
|
|
6719
|
+
* @generated from field: string deployment_name = 2;
|
|
6720
|
+
*/
|
|
6721
|
+
deploymentName: string;
|
|
6722
|
+
/**
|
|
6723
|
+
* Optional. The identity of the client who initiated this request.
|
|
6724
|
+
*
|
|
6725
|
+
* @generated from field: string identity = 4;
|
|
6726
|
+
*/
|
|
6727
|
+
identity: string;
|
|
6728
|
+
/**
|
|
6729
|
+
* A unique identifier for this create request for idempotence. Typically UUIDv4.
|
|
6730
|
+
*
|
|
6731
|
+
* @generated from field: string request_id = 5;
|
|
6732
|
+
*/
|
|
6733
|
+
requestId: string;
|
|
6734
|
+
};
|
|
6735
|
+
/**
|
|
6736
|
+
* Describes the message temporal.api.workflowservice.v1.CreateWorkerDeploymentRequest.
|
|
6737
|
+
* Use `create(CreateWorkerDeploymentRequestSchema)` to create a new message.
|
|
6738
|
+
*/
|
|
6739
|
+
export declare const CreateWorkerDeploymentRequestSchema: GenMessage<CreateWorkerDeploymentRequest>;
|
|
6740
|
+
/**
|
|
6741
|
+
* @generated from message temporal.api.workflowservice.v1.CreateWorkerDeploymentResponse
|
|
6742
|
+
*/
|
|
6743
|
+
export type CreateWorkerDeploymentResponse = Message<"temporal.api.workflowservice.v1.CreateWorkerDeploymentResponse"> & {
|
|
6744
|
+
/**
|
|
6745
|
+
* This value is returned so that it can be optionally passed to APIs that
|
|
6746
|
+
* write to the WorkerDeployment state to ensure that the state did not
|
|
6747
|
+
* change between this API call and a future write.
|
|
6748
|
+
*
|
|
6749
|
+
* @generated from field: bytes conflict_token = 1;
|
|
6750
|
+
*/
|
|
6751
|
+
conflictToken: Uint8Array;
|
|
6752
|
+
};
|
|
6753
|
+
/**
|
|
6754
|
+
* Describes the message temporal.api.workflowservice.v1.CreateWorkerDeploymentResponse.
|
|
6755
|
+
* Use `create(CreateWorkerDeploymentResponseSchema)` to create a new message.
|
|
6756
|
+
*/
|
|
6757
|
+
export declare const CreateWorkerDeploymentResponseSchema: GenMessage<CreateWorkerDeploymentResponse>;
|
|
6000
6758
|
/**
|
|
6001
6759
|
* @generated from message temporal.api.workflowservice.v1.ListWorkerDeploymentsRequest
|
|
6002
6760
|
*/
|
|
@@ -6053,35 +6811,87 @@ export type ListWorkerDeploymentsResponse_WorkerDeploymentSummary = Message<"tem
|
|
|
6053
6811
|
/**
|
|
6054
6812
|
* @generated from field: google.protobuf.Timestamp create_time = 2;
|
|
6055
6813
|
*/
|
|
6056
|
-
createTime?: Timestamp;
|
|
6814
|
+
createTime?: Timestamp | undefined;
|
|
6057
6815
|
/**
|
|
6058
6816
|
* @generated from field: temporal.api.deployment.v1.RoutingConfig routing_config = 3;
|
|
6059
6817
|
*/
|
|
6060
|
-
routingConfig?: RoutingConfig;
|
|
6818
|
+
routingConfig?: RoutingConfig | undefined;
|
|
6061
6819
|
/**
|
|
6062
6820
|
* Summary of the version that was added most recently in the Worker Deployment.
|
|
6063
6821
|
*
|
|
6064
6822
|
* @generated from field: temporal.api.deployment.v1.WorkerDeploymentInfo.WorkerDeploymentVersionSummary latest_version_summary = 4;
|
|
6065
6823
|
*/
|
|
6066
|
-
latestVersionSummary?: WorkerDeploymentInfo_WorkerDeploymentVersionSummary;
|
|
6824
|
+
latestVersionSummary?: WorkerDeploymentInfo_WorkerDeploymentVersionSummary | undefined;
|
|
6067
6825
|
/**
|
|
6068
6826
|
* Summary of the current version of the Worker Deployment.
|
|
6069
6827
|
*
|
|
6070
6828
|
* @generated from field: temporal.api.deployment.v1.WorkerDeploymentInfo.WorkerDeploymentVersionSummary current_version_summary = 5;
|
|
6071
6829
|
*/
|
|
6072
|
-
currentVersionSummary?: WorkerDeploymentInfo_WorkerDeploymentVersionSummary;
|
|
6830
|
+
currentVersionSummary?: WorkerDeploymentInfo_WorkerDeploymentVersionSummary | undefined;
|
|
6073
6831
|
/**
|
|
6074
6832
|
* Summary of the ramping version of the Worker Deployment.
|
|
6075
6833
|
*
|
|
6076
6834
|
* @generated from field: temporal.api.deployment.v1.WorkerDeploymentInfo.WorkerDeploymentVersionSummary ramping_version_summary = 6;
|
|
6077
6835
|
*/
|
|
6078
|
-
rampingVersionSummary?: WorkerDeploymentInfo_WorkerDeploymentVersionSummary;
|
|
6836
|
+
rampingVersionSummary?: WorkerDeploymentInfo_WorkerDeploymentVersionSummary | undefined;
|
|
6079
6837
|
};
|
|
6080
6838
|
/**
|
|
6081
6839
|
* Describes the message temporal.api.workflowservice.v1.ListWorkerDeploymentsResponse.WorkerDeploymentSummary.
|
|
6082
6840
|
* Use `create(ListWorkerDeploymentsResponse_WorkerDeploymentSummarySchema)` to create a new message.
|
|
6083
6841
|
*/
|
|
6084
6842
|
export declare const ListWorkerDeploymentsResponse_WorkerDeploymentSummarySchema: GenMessage<ListWorkerDeploymentsResponse_WorkerDeploymentSummary>;
|
|
6843
|
+
/**
|
|
6844
|
+
* Creates a new WorkerDeploymentVersion.
|
|
6845
|
+
*
|
|
6846
|
+
* @generated from message temporal.api.workflowservice.v1.CreateWorkerDeploymentVersionRequest
|
|
6847
|
+
*/
|
|
6848
|
+
export type CreateWorkerDeploymentVersionRequest = Message<"temporal.api.workflowservice.v1.CreateWorkerDeploymentVersionRequest"> & {
|
|
6849
|
+
/**
|
|
6850
|
+
* @generated from field: string namespace = 1;
|
|
6851
|
+
*/
|
|
6852
|
+
namespace: string;
|
|
6853
|
+
/**
|
|
6854
|
+
* Required.
|
|
6855
|
+
*
|
|
6856
|
+
* @generated from field: temporal.api.deployment.v1.WorkerDeploymentVersion deployment_version = 2;
|
|
6857
|
+
*/
|
|
6858
|
+
deploymentVersion?: WorkerDeploymentVersion | undefined;
|
|
6859
|
+
/**
|
|
6860
|
+
* Optional. Contains the new worker compute configuration for the Worker
|
|
6861
|
+
* Deployment. Used for worker scale management.
|
|
6862
|
+
*
|
|
6863
|
+
* @generated from field: temporal.api.compute.v1.ComputeConfig compute_config = 4;
|
|
6864
|
+
*/
|
|
6865
|
+
computeConfig?: ComputeConfig | undefined;
|
|
6866
|
+
/**
|
|
6867
|
+
* Optional. The identity of the client who initiated this request.
|
|
6868
|
+
*
|
|
6869
|
+
* @generated from field: string identity = 3;
|
|
6870
|
+
*/
|
|
6871
|
+
identity: string;
|
|
6872
|
+
/**
|
|
6873
|
+
* A unique identifier for this create request for idempotence. Typically UUIDv4.
|
|
6874
|
+
* If a second request with the same ID is recieved, it is considered a successful no-op.
|
|
6875
|
+
* Retrying with a different request ID for the same deployment name + build ID is an error.
|
|
6876
|
+
*
|
|
6877
|
+
* @generated from field: string request_id = 5;
|
|
6878
|
+
*/
|
|
6879
|
+
requestId: string;
|
|
6880
|
+
};
|
|
6881
|
+
/**
|
|
6882
|
+
* Describes the message temporal.api.workflowservice.v1.CreateWorkerDeploymentVersionRequest.
|
|
6883
|
+
* Use `create(CreateWorkerDeploymentVersionRequestSchema)` to create a new message.
|
|
6884
|
+
*/
|
|
6885
|
+
export declare const CreateWorkerDeploymentVersionRequestSchema: GenMessage<CreateWorkerDeploymentVersionRequest>;
|
|
6886
|
+
/**
|
|
6887
|
+
* @generated from message temporal.api.workflowservice.v1.CreateWorkerDeploymentVersionResponse
|
|
6888
|
+
*/
|
|
6889
|
+
export type CreateWorkerDeploymentVersionResponse = Message<"temporal.api.workflowservice.v1.CreateWorkerDeploymentVersionResponse"> & {};
|
|
6890
|
+
/**
|
|
6891
|
+
* Describes the message temporal.api.workflowservice.v1.CreateWorkerDeploymentVersionResponse.
|
|
6892
|
+
* Use `create(CreateWorkerDeploymentVersionResponseSchema)` to create a new message.
|
|
6893
|
+
*/
|
|
6894
|
+
export declare const CreateWorkerDeploymentVersionResponseSchema: GenMessage<CreateWorkerDeploymentVersionResponse>;
|
|
6085
6895
|
/**
|
|
6086
6896
|
* Used for manual deletion of Versions. User can delete a Version only when all the
|
|
6087
6897
|
* following conditions are met:
|
|
@@ -6109,7 +6919,7 @@ export type DeleteWorkerDeploymentVersionRequest = Message<"temporal.api.workflo
|
|
|
6109
6919
|
*
|
|
6110
6920
|
* @generated from field: temporal.api.deployment.v1.WorkerDeploymentVersion deployment_version = 5;
|
|
6111
6921
|
*/
|
|
6112
|
-
deploymentVersion?: WorkerDeploymentVersion;
|
|
6922
|
+
deploymentVersion?: WorkerDeploymentVersion | undefined;
|
|
6113
6923
|
/**
|
|
6114
6924
|
* Pass to force deletion even if the Version is draining. In this case the open pinned
|
|
6115
6925
|
* workflows will be stuck until manually moved to another version by UpdateWorkflowExecutionOptions.
|
|
@@ -6175,17 +6985,129 @@ export type DeleteWorkerDeploymentResponse = Message<"temporal.api.workflowservi
|
|
|
6175
6985
|
*/
|
|
6176
6986
|
export declare const DeleteWorkerDeploymentResponseSchema: GenMessage<DeleteWorkerDeploymentResponse>;
|
|
6177
6987
|
/**
|
|
6178
|
-
* Used to update the
|
|
6988
|
+
* Used to update the compute config of a Worker Deployment Version.
|
|
6179
6989
|
*
|
|
6180
|
-
* @generated from message temporal.api.workflowservice.v1.
|
|
6990
|
+
* @generated from message temporal.api.workflowservice.v1.UpdateWorkerDeploymentVersionComputeConfigRequest
|
|
6181
6991
|
*/
|
|
6182
|
-
export type
|
|
6992
|
+
export type UpdateWorkerDeploymentVersionComputeConfigRequest = Message<"temporal.api.workflowservice.v1.UpdateWorkerDeploymentVersionComputeConfigRequest"> & {
|
|
6183
6993
|
/**
|
|
6184
6994
|
* @generated from field: string namespace = 1;
|
|
6185
6995
|
*/
|
|
6186
6996
|
namespace: string;
|
|
6187
6997
|
/**
|
|
6188
|
-
*
|
|
6998
|
+
* Required.
|
|
6999
|
+
*
|
|
7000
|
+
* @generated from field: temporal.api.deployment.v1.WorkerDeploymentVersion deployment_version = 2;
|
|
7001
|
+
*/
|
|
7002
|
+
deploymentVersion?: WorkerDeploymentVersion | undefined;
|
|
7003
|
+
/**
|
|
7004
|
+
* Optional. Contains the compute config scaling groups to add or update for the Worker
|
|
7005
|
+
* Deployment.
|
|
7006
|
+
*
|
|
7007
|
+
* @generated from field: map<string, temporal.api.compute.v1.ComputeConfigScalingGroupUpdate> compute_config_scaling_groups = 6;
|
|
7008
|
+
*/
|
|
7009
|
+
computeConfigScalingGroups: {
|
|
7010
|
+
[key: string]: ComputeConfigScalingGroupUpdate;
|
|
7011
|
+
};
|
|
7012
|
+
/**
|
|
7013
|
+
* Optional. Contains the compute config scaling groups to remove from the Worker Deployment.
|
|
7014
|
+
*
|
|
7015
|
+
* @generated from field: repeated string remove_compute_config_scaling_groups = 7;
|
|
7016
|
+
*/
|
|
7017
|
+
removeComputeConfigScalingGroups: string[];
|
|
7018
|
+
/**
|
|
7019
|
+
* Optional. The identity of the client who initiated this request.
|
|
7020
|
+
*
|
|
7021
|
+
* @generated from field: string identity = 3;
|
|
7022
|
+
*/
|
|
7023
|
+
identity: string;
|
|
7024
|
+
/**
|
|
7025
|
+
* A unique identifier for this create request for idempotence. Typically UUIDv4.
|
|
7026
|
+
* If a second request with the same ID is recieved, it is considered a successful no-op.
|
|
7027
|
+
* Retrying with a different request ID for the same deployment name + build ID is an error.
|
|
7028
|
+
*
|
|
7029
|
+
* @generated from field: string request_id = 4;
|
|
7030
|
+
*/
|
|
7031
|
+
requestId: string;
|
|
7032
|
+
};
|
|
7033
|
+
/**
|
|
7034
|
+
* Describes the message temporal.api.workflowservice.v1.UpdateWorkerDeploymentVersionComputeConfigRequest.
|
|
7035
|
+
* Use `create(UpdateWorkerDeploymentVersionComputeConfigRequestSchema)` to create a new message.
|
|
7036
|
+
*/
|
|
7037
|
+
export declare const UpdateWorkerDeploymentVersionComputeConfigRequestSchema: GenMessage<UpdateWorkerDeploymentVersionComputeConfigRequest>;
|
|
7038
|
+
/**
|
|
7039
|
+
* @generated from message temporal.api.workflowservice.v1.UpdateWorkerDeploymentVersionComputeConfigResponse
|
|
7040
|
+
*/
|
|
7041
|
+
export type UpdateWorkerDeploymentVersionComputeConfigResponse = Message<"temporal.api.workflowservice.v1.UpdateWorkerDeploymentVersionComputeConfigResponse"> & {};
|
|
7042
|
+
/**
|
|
7043
|
+
* Describes the message temporal.api.workflowservice.v1.UpdateWorkerDeploymentVersionComputeConfigResponse.
|
|
7044
|
+
* Use `create(UpdateWorkerDeploymentVersionComputeConfigResponseSchema)` to create a new message.
|
|
7045
|
+
*/
|
|
7046
|
+
export declare const UpdateWorkerDeploymentVersionComputeConfigResponseSchema: GenMessage<UpdateWorkerDeploymentVersionComputeConfigResponse>;
|
|
7047
|
+
/**
|
|
7048
|
+
* Used to validate the compute config without attaching it to a Worker Deployment Version.
|
|
7049
|
+
*
|
|
7050
|
+
* @generated from message temporal.api.workflowservice.v1.ValidateWorkerDeploymentVersionComputeConfigRequest
|
|
7051
|
+
*/
|
|
7052
|
+
export type ValidateWorkerDeploymentVersionComputeConfigRequest = Message<"temporal.api.workflowservice.v1.ValidateWorkerDeploymentVersionComputeConfigRequest"> & {
|
|
7053
|
+
/**
|
|
7054
|
+
* @generated from field: string namespace = 1;
|
|
7055
|
+
*/
|
|
7056
|
+
namespace: string;
|
|
7057
|
+
/**
|
|
7058
|
+
* Required.
|
|
7059
|
+
*
|
|
7060
|
+
* @generated from field: temporal.api.deployment.v1.WorkerDeploymentVersion deployment_version = 2;
|
|
7061
|
+
*/
|
|
7062
|
+
deploymentVersion?: WorkerDeploymentVersion | undefined;
|
|
7063
|
+
/**
|
|
7064
|
+
* Optional. Contains the compute config scaling groups to add or update for the Worker
|
|
7065
|
+
* Deployment.
|
|
7066
|
+
*
|
|
7067
|
+
* @generated from field: map<string, temporal.api.compute.v1.ComputeConfigScalingGroupUpdate> compute_config_scaling_groups = 6;
|
|
7068
|
+
*/
|
|
7069
|
+
computeConfigScalingGroups: {
|
|
7070
|
+
[key: string]: ComputeConfigScalingGroupUpdate;
|
|
7071
|
+
};
|
|
7072
|
+
/**
|
|
7073
|
+
* Optional. Contains the compute config scaling groups to remove from the Worker Deployment.
|
|
7074
|
+
*
|
|
7075
|
+
* @generated from field: repeated string remove_compute_config_scaling_groups = 7;
|
|
7076
|
+
*/
|
|
7077
|
+
removeComputeConfigScalingGroups: string[];
|
|
7078
|
+
/**
|
|
7079
|
+
* Optional. The identity of the client who initiated this request.
|
|
7080
|
+
*
|
|
7081
|
+
* @generated from field: string identity = 3;
|
|
7082
|
+
*/
|
|
7083
|
+
identity: string;
|
|
7084
|
+
};
|
|
7085
|
+
/**
|
|
7086
|
+
* Describes the message temporal.api.workflowservice.v1.ValidateWorkerDeploymentVersionComputeConfigRequest.
|
|
7087
|
+
* Use `create(ValidateWorkerDeploymentVersionComputeConfigRequestSchema)` to create a new message.
|
|
7088
|
+
*/
|
|
7089
|
+
export declare const ValidateWorkerDeploymentVersionComputeConfigRequestSchema: GenMessage<ValidateWorkerDeploymentVersionComputeConfigRequest>;
|
|
7090
|
+
/**
|
|
7091
|
+
* @generated from message temporal.api.workflowservice.v1.ValidateWorkerDeploymentVersionComputeConfigResponse
|
|
7092
|
+
*/
|
|
7093
|
+
export type ValidateWorkerDeploymentVersionComputeConfigResponse = Message<"temporal.api.workflowservice.v1.ValidateWorkerDeploymentVersionComputeConfigResponse"> & {};
|
|
7094
|
+
/**
|
|
7095
|
+
* Describes the message temporal.api.workflowservice.v1.ValidateWorkerDeploymentVersionComputeConfigResponse.
|
|
7096
|
+
* Use `create(ValidateWorkerDeploymentVersionComputeConfigResponseSchema)` to create a new message.
|
|
7097
|
+
*/
|
|
7098
|
+
export declare const ValidateWorkerDeploymentVersionComputeConfigResponseSchema: GenMessage<ValidateWorkerDeploymentVersionComputeConfigResponse>;
|
|
7099
|
+
/**
|
|
7100
|
+
* Used to update the user-defined metadata of a Worker Deployment Version.
|
|
7101
|
+
*
|
|
7102
|
+
* @generated from message temporal.api.workflowservice.v1.UpdateWorkerDeploymentVersionMetadataRequest
|
|
7103
|
+
*/
|
|
7104
|
+
export type UpdateWorkerDeploymentVersionMetadataRequest = Message<"temporal.api.workflowservice.v1.UpdateWorkerDeploymentVersionMetadataRequest"> & {
|
|
7105
|
+
/**
|
|
7106
|
+
* @generated from field: string namespace = 1;
|
|
7107
|
+
*/
|
|
7108
|
+
namespace: string;
|
|
7109
|
+
/**
|
|
7110
|
+
* Deprecated. Use `deployment_version`.
|
|
6189
7111
|
*
|
|
6190
7112
|
* @generated from field: string version = 2 [deprecated = true];
|
|
6191
7113
|
* @deprecated
|
|
@@ -6196,7 +7118,7 @@ export type UpdateWorkerDeploymentVersionMetadataRequest = Message<"temporal.api
|
|
|
6196
7118
|
*
|
|
6197
7119
|
* @generated from field: temporal.api.deployment.v1.WorkerDeploymentVersion deployment_version = 5;
|
|
6198
7120
|
*/
|
|
6199
|
-
deploymentVersion?: WorkerDeploymentVersion;
|
|
7121
|
+
deploymentVersion?: WorkerDeploymentVersion | undefined;
|
|
6200
7122
|
/**
|
|
6201
7123
|
* @generated from field: map<string, temporal.api.common.v1.Payload> upsert_entries = 3;
|
|
6202
7124
|
*/
|
|
@@ -6230,7 +7152,7 @@ export type UpdateWorkerDeploymentVersionMetadataResponse = Message<"temporal.ap
|
|
|
6230
7152
|
*
|
|
6231
7153
|
* @generated from field: temporal.api.deployment.v1.VersionMetadata metadata = 1;
|
|
6232
7154
|
*/
|
|
6233
|
-
metadata?: VersionMetadata;
|
|
7155
|
+
metadata?: VersionMetadata | undefined;
|
|
6234
7156
|
};
|
|
6235
7157
|
/**
|
|
6236
7158
|
* Describes the message temporal.api.workflowservice.v1.UpdateWorkerDeploymentVersionMetadataResponse.
|
|
@@ -6355,7 +7277,7 @@ export type GetCurrentDeploymentResponse = Message<"temporal.api.workflowservice
|
|
|
6355
7277
|
/**
|
|
6356
7278
|
* @generated from field: temporal.api.deployment.v1.DeploymentInfo current_deployment_info = 1;
|
|
6357
7279
|
*/
|
|
6358
|
-
currentDeploymentInfo?: DeploymentInfo;
|
|
7280
|
+
currentDeploymentInfo?: DeploymentInfo | undefined;
|
|
6359
7281
|
};
|
|
6360
7282
|
/**
|
|
6361
7283
|
* Describes the message temporal.api.workflowservice.v1.GetCurrentDeploymentResponse.
|
|
@@ -6375,7 +7297,7 @@ export type GetDeploymentReachabilityRequest = Message<"temporal.api.workflowser
|
|
|
6375
7297
|
/**
|
|
6376
7298
|
* @generated from field: temporal.api.deployment.v1.Deployment deployment = 2;
|
|
6377
7299
|
*/
|
|
6378
|
-
deployment?: Deployment;
|
|
7300
|
+
deployment?: Deployment | undefined;
|
|
6379
7301
|
};
|
|
6380
7302
|
/**
|
|
6381
7303
|
* Describes the message temporal.api.workflowservice.v1.GetDeploymentReachabilityRequest.
|
|
@@ -6391,7 +7313,7 @@ export type GetDeploymentReachabilityResponse = Message<"temporal.api.workflowse
|
|
|
6391
7313
|
/**
|
|
6392
7314
|
* @generated from field: temporal.api.deployment.v1.DeploymentInfo deployment_info = 1;
|
|
6393
7315
|
*/
|
|
6394
|
-
deploymentInfo?: DeploymentInfo;
|
|
7316
|
+
deploymentInfo?: DeploymentInfo | undefined;
|
|
6395
7317
|
/**
|
|
6396
7318
|
* @generated from field: temporal.api.enums.v1.DeploymentReachability reachability = 2;
|
|
6397
7319
|
*/
|
|
@@ -6402,7 +7324,7 @@ export type GetDeploymentReachabilityResponse = Message<"temporal.api.workflowse
|
|
|
6402
7324
|
*
|
|
6403
7325
|
* @generated from field: google.protobuf.Timestamp last_update_time = 3;
|
|
6404
7326
|
*/
|
|
6405
|
-
lastUpdateTime?: Timestamp;
|
|
7327
|
+
lastUpdateTime?: Timestamp | undefined;
|
|
6406
7328
|
};
|
|
6407
7329
|
/**
|
|
6408
7330
|
* Describes the message temporal.api.workflowservice.v1.GetDeploymentReachabilityResponse.
|
|
@@ -6422,7 +7344,7 @@ export type CreateWorkflowRuleRequest = Message<"temporal.api.workflowservice.v1
|
|
|
6422
7344
|
*
|
|
6423
7345
|
* @generated from field: temporal.api.rules.v1.WorkflowRuleSpec spec = 2;
|
|
6424
7346
|
*/
|
|
6425
|
-
spec?: WorkflowRuleSpec;
|
|
7347
|
+
spec?: WorkflowRuleSpec | undefined;
|
|
6426
7348
|
/**
|
|
6427
7349
|
* If true, the rule will be applied to the currently running workflows via batch job.
|
|
6428
7350
|
* If not set , the rule will only be applied when triggering condition is satisfied.
|
|
@@ -6464,7 +7386,7 @@ export type CreateWorkflowRuleResponse = Message<"temporal.api.workflowservice.v
|
|
|
6464
7386
|
*
|
|
6465
7387
|
* @generated from field: temporal.api.rules.v1.WorkflowRule rule = 1;
|
|
6466
7388
|
*/
|
|
6467
|
-
rule?: WorkflowRule;
|
|
7389
|
+
rule?: WorkflowRule | undefined;
|
|
6468
7390
|
/**
|
|
6469
7391
|
* Batch Job ID if force-scan flag was provided. Otherwise empty.
|
|
6470
7392
|
*
|
|
@@ -6506,7 +7428,7 @@ export type DescribeWorkflowRuleResponse = Message<"temporal.api.workflowservice
|
|
|
6506
7428
|
*
|
|
6507
7429
|
* @generated from field: temporal.api.rules.v1.WorkflowRule rule = 1;
|
|
6508
7430
|
*/
|
|
6509
|
-
rule?: WorkflowRule;
|
|
7431
|
+
rule?: WorkflowRule | undefined;
|
|
6510
7432
|
};
|
|
6511
7433
|
/**
|
|
6512
7434
|
* Describes the message temporal.api.workflowservice.v1.DescribeWorkflowRuleResponse.
|
|
@@ -6591,7 +7513,7 @@ export type TriggerWorkflowRuleRequest = Message<"temporal.api.workflowservice.v
|
|
|
6591
7513
|
*
|
|
6592
7514
|
* @generated from field: temporal.api.common.v1.WorkflowExecution execution = 2;
|
|
6593
7515
|
*/
|
|
6594
|
-
execution?: WorkflowExecution;
|
|
7516
|
+
execution?: WorkflowExecution | undefined;
|
|
6595
7517
|
/**
|
|
6596
7518
|
* Either provide id of existing rule, or rule specification
|
|
6597
7519
|
*
|
|
@@ -6663,6 +7585,12 @@ export type RecordWorkerHeartbeatRequest = Message<"temporal.api.workflowservice
|
|
|
6663
7585
|
* @generated from field: repeated temporal.api.worker.v1.WorkerHeartbeat worker_heartbeat = 3;
|
|
6664
7586
|
*/
|
|
6665
7587
|
workerHeartbeat: WorkerHeartbeat[];
|
|
7588
|
+
/**
|
|
7589
|
+
* Resource ID for routing. Contains the worker grouping key.
|
|
7590
|
+
*
|
|
7591
|
+
* @generated from field: string resource_id = 4;
|
|
7592
|
+
*/
|
|
7593
|
+
resourceId: string;
|
|
6666
7594
|
};
|
|
6667
7595
|
/**
|
|
6668
7596
|
* Describes the message temporal.api.workflowservice.v1.RecordWorkerHeartbeatRequest.
|
|
@@ -6695,8 +7623,8 @@ export type ListWorkersRequest = Message<"temporal.api.workflowservice.v1.ListWo
|
|
|
6695
7623
|
*/
|
|
6696
7624
|
nextPageToken: Uint8Array;
|
|
6697
7625
|
/**
|
|
6698
|
-
* `query` in ListWorkers is used to filter workers based on worker
|
|
6699
|
-
*
|
|
7626
|
+
* `query` in ListWorkers is used to filter workers based on worker attributes.
|
|
7627
|
+
* Supported attributes:
|
|
6700
7628
|
* * WorkerInstanceKey
|
|
6701
7629
|
* * WorkerIdentity
|
|
6702
7630
|
* * HostName
|
|
@@ -6706,13 +7634,18 @@ export type ListWorkersRequest = Message<"temporal.api.workflowservice.v1.ListWo
|
|
|
6706
7634
|
* * SdkName
|
|
6707
7635
|
* * SdkVersion
|
|
6708
7636
|
* * StartTime
|
|
6709
|
-
* * LastHeartbeatTime
|
|
6710
7637
|
* * Status
|
|
6711
|
-
* Currently metrics are not supported as a part of ListWorkers query.
|
|
6712
7638
|
*
|
|
6713
7639
|
* @generated from field: string query = 4;
|
|
6714
7640
|
*/
|
|
6715
7641
|
query: string;
|
|
7642
|
+
/**
|
|
7643
|
+
* When true, the response will include system workers that are created implicitly
|
|
7644
|
+
* by the server and not by the user. By default, system workers are excluded.
|
|
7645
|
+
*
|
|
7646
|
+
* @generated from field: bool include_system_workers = 5;
|
|
7647
|
+
*/
|
|
7648
|
+
includeSystemWorkers: boolean;
|
|
6716
7649
|
};
|
|
6717
7650
|
/**
|
|
6718
7651
|
* Describes the message temporal.api.workflowservice.v1.ListWorkersRequest.
|
|
@@ -6724,9 +7657,19 @@ export declare const ListWorkersRequestSchema: GenMessage<ListWorkersRequest>;
|
|
|
6724
7657
|
*/
|
|
6725
7658
|
export type ListWorkersResponse = Message<"temporal.api.workflowservice.v1.ListWorkersResponse"> & {
|
|
6726
7659
|
/**
|
|
6727
|
-
*
|
|
7660
|
+
* Deprecated: Use workers instead. This field returns full WorkerInfo which
|
|
7661
|
+
* includes expensive runtime metrics. We will stop populating this field in the future.
|
|
7662
|
+
*
|
|
7663
|
+
* @generated from field: repeated temporal.api.worker.v1.WorkerInfo workers_info = 1 [deprecated = true];
|
|
7664
|
+
* @deprecated
|
|
6728
7665
|
*/
|
|
6729
7666
|
workersInfo: WorkerInfo[];
|
|
7667
|
+
/**
|
|
7668
|
+
* Limited worker information.
|
|
7669
|
+
*
|
|
7670
|
+
* @generated from field: repeated temporal.api.worker.v1.WorkerListInfo workers = 3;
|
|
7671
|
+
*/
|
|
7672
|
+
workers: WorkerListInfo[];
|
|
6730
7673
|
/**
|
|
6731
7674
|
* Next page token
|
|
6732
7675
|
*
|
|
@@ -6769,7 +7712,7 @@ export type UpdateTaskQueueConfigRequest = Message<"temporal.api.workflowservice
|
|
|
6769
7712
|
*
|
|
6770
7713
|
* @generated from field: temporal.api.workflowservice.v1.UpdateTaskQueueConfigRequest.RateLimitUpdate update_queue_rate_limit = 5;
|
|
6771
7714
|
*/
|
|
6772
|
-
updateQueueRateLimit?: UpdateTaskQueueConfigRequest_RateLimitUpdate;
|
|
7715
|
+
updateQueueRateLimit?: UpdateTaskQueueConfigRequest_RateLimitUpdate | undefined;
|
|
6773
7716
|
/**
|
|
6774
7717
|
* Update to the default fairness key rate limit.
|
|
6775
7718
|
* If not set, this configuration is unchanged.
|
|
@@ -6777,7 +7720,7 @@ export type UpdateTaskQueueConfigRequest = Message<"temporal.api.workflowservice
|
|
|
6777
7720
|
*
|
|
6778
7721
|
* @generated from field: temporal.api.workflowservice.v1.UpdateTaskQueueConfigRequest.RateLimitUpdate update_fairness_key_rate_limit_default = 6;
|
|
6779
7722
|
*/
|
|
6780
|
-
updateFairnessKeyRateLimitDefault?: UpdateTaskQueueConfigRequest_RateLimitUpdate;
|
|
7723
|
+
updateFairnessKeyRateLimitDefault?: UpdateTaskQueueConfigRequest_RateLimitUpdate | undefined;
|
|
6781
7724
|
/**
|
|
6782
7725
|
* If set, overrides the fairness weight for each specified fairness key.
|
|
6783
7726
|
* Fairness keys not listed in this map will keep their existing overrides (if any).
|
|
@@ -6810,7 +7753,7 @@ export type UpdateTaskQueueConfigRequest_RateLimitUpdate = Message<"temporal.api
|
|
|
6810
7753
|
*
|
|
6811
7754
|
* @generated from field: temporal.api.taskqueue.v1.RateLimit rate_limit = 1;
|
|
6812
7755
|
*/
|
|
6813
|
-
rateLimit?: RateLimit;
|
|
7756
|
+
rateLimit?: RateLimit | undefined;
|
|
6814
7757
|
/**
|
|
6815
7758
|
* Reason for why the rate limit was set.
|
|
6816
7759
|
*
|
|
@@ -6830,7 +7773,7 @@ export type UpdateTaskQueueConfigResponse = Message<"temporal.api.workflowservic
|
|
|
6830
7773
|
/**
|
|
6831
7774
|
* @generated from field: temporal.api.taskqueue.v1.TaskQueueConfig config = 1;
|
|
6832
7775
|
*/
|
|
6833
|
-
config?: TaskQueueConfig;
|
|
7776
|
+
config?: TaskQueueConfig | undefined;
|
|
6834
7777
|
};
|
|
6835
7778
|
/**
|
|
6836
7779
|
* Describes the message temporal.api.workflowservice.v1.UpdateTaskQueueConfigResponse.
|
|
@@ -6865,7 +7808,13 @@ export type FetchWorkerConfigRequest = Message<"temporal.api.workflowservice.v1.
|
|
|
6865
7808
|
*
|
|
6866
7809
|
* @generated from field: temporal.api.common.v1.WorkerSelector selector = 6;
|
|
6867
7810
|
*/
|
|
6868
|
-
selector?: WorkerSelector;
|
|
7811
|
+
selector?: WorkerSelector | undefined;
|
|
7812
|
+
/**
|
|
7813
|
+
* Resource ID for routing. Contains the worker grouping key.
|
|
7814
|
+
*
|
|
7815
|
+
* @generated from field: string resource_id = 7;
|
|
7816
|
+
*/
|
|
7817
|
+
resourceId: string;
|
|
6869
7818
|
};
|
|
6870
7819
|
/**
|
|
6871
7820
|
* Describes the message temporal.api.workflowservice.v1.FetchWorkerConfigRequest.
|
|
@@ -6881,7 +7830,7 @@ export type FetchWorkerConfigResponse = Message<"temporal.api.workflowservice.v1
|
|
|
6881
7830
|
*
|
|
6882
7831
|
* @generated from field: temporal.api.sdk.v1.WorkerConfig worker_config = 1;
|
|
6883
7832
|
*/
|
|
6884
|
-
workerConfig?: WorkerConfig;
|
|
7833
|
+
workerConfig?: WorkerConfig | undefined;
|
|
6885
7834
|
};
|
|
6886
7835
|
/**
|
|
6887
7836
|
* Describes the message temporal.api.workflowservice.v1.FetchWorkerConfigResponse.
|
|
@@ -6916,19 +7865,25 @@ export type UpdateWorkerConfigRequest = Message<"temporal.api.workflowservice.v1
|
|
|
6916
7865
|
*
|
|
6917
7866
|
* @generated from field: temporal.api.sdk.v1.WorkerConfig worker_config = 4;
|
|
6918
7867
|
*/
|
|
6919
|
-
workerConfig?: WorkerConfig;
|
|
7868
|
+
workerConfig?: WorkerConfig | undefined;
|
|
6920
7869
|
/**
|
|
6921
7870
|
* Controls which fields from `worker_config` will be applied
|
|
6922
7871
|
*
|
|
6923
7872
|
* @generated from field: google.protobuf.FieldMask update_mask = 5;
|
|
6924
7873
|
*/
|
|
6925
|
-
updateMask?: FieldMask;
|
|
7874
|
+
updateMask?: FieldMask | undefined;
|
|
6926
7875
|
/**
|
|
6927
7876
|
* Defines which workers should receive this command.
|
|
6928
7877
|
*
|
|
6929
7878
|
* @generated from field: temporal.api.common.v1.WorkerSelector selector = 6;
|
|
6930
7879
|
*/
|
|
6931
|
-
selector?: WorkerSelector;
|
|
7880
|
+
selector?: WorkerSelector | undefined;
|
|
7881
|
+
/**
|
|
7882
|
+
* Resource ID for routing. Contains the worker grouping key.
|
|
7883
|
+
*
|
|
7884
|
+
* @generated from field: string resource_id = 7;
|
|
7885
|
+
*/
|
|
7886
|
+
resourceId: string;
|
|
6932
7887
|
};
|
|
6933
7888
|
/**
|
|
6934
7889
|
* Describes the message temporal.api.workflowservice.v1.UpdateWorkerConfigRequest.
|
|
@@ -6989,7 +7944,7 @@ export type DescribeWorkerResponse = Message<"temporal.api.workflowservice.v1.De
|
|
|
6989
7944
|
/**
|
|
6990
7945
|
* @generated from field: temporal.api.worker.v1.WorkerInfo worker_info = 1;
|
|
6991
7946
|
*/
|
|
6992
|
-
workerInfo?: WorkerInfo;
|
|
7947
|
+
workerInfo?: WorkerInfo | undefined;
|
|
6993
7948
|
};
|
|
6994
7949
|
/**
|
|
6995
7950
|
* Describes the message temporal.api.workflowservice.v1.DescribeWorkerResponse.
|
|
@@ -7145,13 +8100,13 @@ export type StartActivityExecutionRequest = Message<"temporal.api.workflowservic
|
|
|
7145
8100
|
*
|
|
7146
8101
|
* @generated from field: temporal.api.common.v1.ActivityType activity_type = 5;
|
|
7147
8102
|
*/
|
|
7148
|
-
activityType?: ActivityType;
|
|
8103
|
+
activityType?: ActivityType | undefined;
|
|
7149
8104
|
/**
|
|
7150
8105
|
* Task queue to schedule this activity on.
|
|
7151
8106
|
*
|
|
7152
8107
|
* @generated from field: temporal.api.taskqueue.v1.TaskQueue task_queue = 6;
|
|
7153
8108
|
*/
|
|
7154
|
-
taskQueue?: TaskQueue;
|
|
8109
|
+
taskQueue?: TaskQueue | undefined;
|
|
7155
8110
|
/**
|
|
7156
8111
|
* Indicates how long the caller is willing to wait for an activity completion. Limits how long
|
|
7157
8112
|
* retries will be attempted. Either this or `start_to_close_timeout` must be specified.
|
|
@@ -7161,7 +8116,7 @@ export type StartActivityExecutionRequest = Message<"temporal.api.workflowservic
|
|
|
7161
8116
|
*
|
|
7162
8117
|
* @generated from field: google.protobuf.Duration schedule_to_close_timeout = 7;
|
|
7163
8118
|
*/
|
|
7164
|
-
scheduleToCloseTimeout?: Duration;
|
|
8119
|
+
scheduleToCloseTimeout?: Duration | undefined;
|
|
7165
8120
|
/**
|
|
7166
8121
|
* Limits time an activity task can stay in a task queue before a worker picks it up. This
|
|
7167
8122
|
* timeout is always non retryable, as all a retry would achieve is to put it back into the same
|
|
@@ -7172,7 +8127,7 @@ export type StartActivityExecutionRequest = Message<"temporal.api.workflowservic
|
|
|
7172
8127
|
*
|
|
7173
8128
|
* @generated from field: google.protobuf.Duration schedule_to_start_timeout = 8;
|
|
7174
8129
|
*/
|
|
7175
|
-
scheduleToStartTimeout?: Duration;
|
|
8130
|
+
scheduleToStartTimeout?: Duration | undefined;
|
|
7176
8131
|
/**
|
|
7177
8132
|
* Maximum time an activity is allowed to execute after being picked up by a worker. This
|
|
7178
8133
|
* timeout is always retryable. Either this or `schedule_to_close_timeout` must be
|
|
@@ -7183,25 +8138,25 @@ export type StartActivityExecutionRequest = Message<"temporal.api.workflowservic
|
|
|
7183
8138
|
*
|
|
7184
8139
|
* @generated from field: google.protobuf.Duration start_to_close_timeout = 9;
|
|
7185
8140
|
*/
|
|
7186
|
-
startToCloseTimeout?: Duration;
|
|
8141
|
+
startToCloseTimeout?: Duration | undefined;
|
|
7187
8142
|
/**
|
|
7188
8143
|
* Maximum permitted time between successful worker heartbeats.
|
|
7189
8144
|
*
|
|
7190
8145
|
* @generated from field: google.protobuf.Duration heartbeat_timeout = 10;
|
|
7191
8146
|
*/
|
|
7192
|
-
heartbeatTimeout?: Duration;
|
|
8147
|
+
heartbeatTimeout?: Duration | undefined;
|
|
7193
8148
|
/**
|
|
7194
8149
|
* The retry policy for the activity. Will never exceed `schedule_to_close_timeout`.
|
|
7195
8150
|
*
|
|
7196
8151
|
* @generated from field: temporal.api.common.v1.RetryPolicy retry_policy = 11;
|
|
7197
8152
|
*/
|
|
7198
|
-
retryPolicy?: RetryPolicy;
|
|
8153
|
+
retryPolicy?: RetryPolicy | undefined;
|
|
7199
8154
|
/**
|
|
7200
8155
|
* Serialized arguments to the activity. These are passed as arguments to the activity function.
|
|
7201
8156
|
*
|
|
7202
8157
|
* @generated from field: temporal.api.common.v1.Payloads input = 12;
|
|
7203
8158
|
*/
|
|
7204
|
-
input?: Payloads;
|
|
8159
|
+
input?: Payloads | undefined;
|
|
7205
8160
|
/**
|
|
7206
8161
|
* Defines whether to allow re-using the activity id from a previously *closed* activity.
|
|
7207
8162
|
* The default policy is ACTIVITY_ID_REUSE_POLICY_ALLOW_DUPLICATE.
|
|
@@ -7221,25 +8176,51 @@ export type StartActivityExecutionRequest = Message<"temporal.api.workflowservic
|
|
|
7221
8176
|
*
|
|
7222
8177
|
* @generated from field: temporal.api.common.v1.SearchAttributes search_attributes = 15;
|
|
7223
8178
|
*/
|
|
7224
|
-
searchAttributes?: SearchAttributes;
|
|
8179
|
+
searchAttributes?: SearchAttributes | undefined;
|
|
7225
8180
|
/**
|
|
7226
8181
|
* Header for context propagation and tracing purposes.
|
|
7227
8182
|
*
|
|
7228
8183
|
* @generated from field: temporal.api.common.v1.Header header = 16;
|
|
7229
8184
|
*/
|
|
7230
|
-
header?: Header;
|
|
8185
|
+
header?: Header | undefined;
|
|
7231
8186
|
/**
|
|
7232
8187
|
* Metadata for use by user interfaces to display the fixed as-of-start summary and details of the activity.
|
|
7233
8188
|
*
|
|
7234
8189
|
* @generated from field: temporal.api.sdk.v1.UserMetadata user_metadata = 17;
|
|
7235
8190
|
*/
|
|
7236
|
-
userMetadata?: UserMetadata;
|
|
8191
|
+
userMetadata?: UserMetadata | undefined;
|
|
7237
8192
|
/**
|
|
7238
8193
|
* Priority metadata.
|
|
7239
8194
|
*
|
|
7240
8195
|
* @generated from field: temporal.api.common.v1.Priority priority = 18;
|
|
7241
8196
|
*/
|
|
7242
|
-
priority?: Priority;
|
|
8197
|
+
priority?: Priority | undefined;
|
|
8198
|
+
/**
|
|
8199
|
+
* Callbacks to be called by the server when this activity reaches a terminal state.
|
|
8200
|
+
* Callback addresses must be whitelisted in the server's dynamic configuration.
|
|
8201
|
+
*
|
|
8202
|
+
* @generated from field: repeated temporal.api.common.v1.Callback completion_callbacks = 19;
|
|
8203
|
+
*/
|
|
8204
|
+
completionCallbacks: Callback[];
|
|
8205
|
+
/**
|
|
8206
|
+
* Links to be associated with the activity. Callbacks may also have associated links;
|
|
8207
|
+
* links already included with a callback should not be duplicated here.
|
|
8208
|
+
*
|
|
8209
|
+
* @generated from field: repeated temporal.api.common.v1.Link links = 20;
|
|
8210
|
+
*/
|
|
8211
|
+
links: Link[];
|
|
8212
|
+
/**
|
|
8213
|
+
* Options for handling conflicts when using ACTIVITY_ID_CONFLICT_POLICY_USE_EXISTING.
|
|
8214
|
+
*
|
|
8215
|
+
* @generated from field: temporal.api.common.v1.OnConflictOptions on_conflict_options = 21;
|
|
8216
|
+
*/
|
|
8217
|
+
onConflictOptions?: OnConflictOptions$1 | undefined;
|
|
8218
|
+
/**
|
|
8219
|
+
* Time to wait before dispatching the first activity task. This delay is not applied to retry attempts.
|
|
8220
|
+
*
|
|
8221
|
+
* @generated from field: google.protobuf.Duration start_delay = 22;
|
|
8222
|
+
*/
|
|
8223
|
+
startDelay?: Duration | undefined;
|
|
7243
8224
|
};
|
|
7244
8225
|
/**
|
|
7245
8226
|
* Describes the message temporal.api.workflowservice.v1.StartActivityExecutionRequest.
|
|
@@ -7262,6 +8243,12 @@ export type StartActivityExecutionResponse = Message<"temporal.api.workflowservi
|
|
|
7262
8243
|
* @generated from field: bool started = 2;
|
|
7263
8244
|
*/
|
|
7264
8245
|
started: boolean;
|
|
8246
|
+
/**
|
|
8247
|
+
* Link to the started activity.
|
|
8248
|
+
*
|
|
8249
|
+
* @generated from field: temporal.api.common.v1.Link link = 3;
|
|
8250
|
+
*/
|
|
8251
|
+
link?: Link | undefined;
|
|
7265
8252
|
};
|
|
7266
8253
|
/**
|
|
7267
8254
|
* Describes the message temporal.api.workflowservice.v1.StartActivityExecutionResponse.
|
|
@@ -7330,26 +8317,32 @@ export type DescribeActivityExecutionResponse = Message<"temporal.api.workflowse
|
|
|
7330
8317
|
*
|
|
7331
8318
|
* @generated from field: temporal.api.activity.v1.ActivityExecutionInfo info = 2;
|
|
7332
8319
|
*/
|
|
7333
|
-
info?: ActivityExecutionInfo;
|
|
8320
|
+
info?: ActivityExecutionInfo | undefined;
|
|
7334
8321
|
/**
|
|
7335
8322
|
* Serialized activity input, passed as arguments to the activity function.
|
|
7336
8323
|
* Only set if include_input was true in the request.
|
|
7337
8324
|
*
|
|
7338
8325
|
* @generated from field: temporal.api.common.v1.Payloads input = 3;
|
|
7339
8326
|
*/
|
|
7340
|
-
input?: Payloads;
|
|
8327
|
+
input?: Payloads | undefined;
|
|
7341
8328
|
/**
|
|
7342
8329
|
* Only set if the activity is completed and include_outcome was true in the request.
|
|
7343
8330
|
*
|
|
7344
8331
|
* @generated from field: temporal.api.activity.v1.ActivityExecutionOutcome outcome = 4;
|
|
7345
8332
|
*/
|
|
7346
|
-
outcome?: ActivityExecutionOutcome;
|
|
8333
|
+
outcome?: ActivityExecutionOutcome | undefined;
|
|
7347
8334
|
/**
|
|
7348
8335
|
* Token for follow-on long-poll requests. Absent only if the activity is complete.
|
|
7349
8336
|
*
|
|
7350
8337
|
* @generated from field: bytes long_poll_token = 5;
|
|
7351
8338
|
*/
|
|
7352
8339
|
longPollToken: Uint8Array;
|
|
8340
|
+
/**
|
|
8341
|
+
* Callbacks attached to this activity execution and their current state.
|
|
8342
|
+
*
|
|
8343
|
+
* @generated from field: repeated temporal.api.activity.v1.CallbackInfo callbacks = 6;
|
|
8344
|
+
*/
|
|
8345
|
+
callbacks: CallbackInfo$1[];
|
|
7353
8346
|
};
|
|
7354
8347
|
/**
|
|
7355
8348
|
* Describes the message temporal.api.workflowservice.v1.DescribeActivityExecutionResponse.
|
|
@@ -7393,7 +8386,7 @@ export type PollActivityExecutionResponse = Message<"temporal.api.workflowservic
|
|
|
7393
8386
|
/**
|
|
7394
8387
|
* @generated from field: temporal.api.activity.v1.ActivityExecutionOutcome outcome = 2;
|
|
7395
8388
|
*/
|
|
7396
|
-
outcome?: ActivityExecutionOutcome;
|
|
8389
|
+
outcome?: ActivityExecutionOutcome | undefined;
|
|
7397
8390
|
};
|
|
7398
8391
|
/**
|
|
7399
8392
|
* Describes the message temporal.api.workflowservice.v1.PollActivityExecutionResponse.
|
|
@@ -7452,6 +8445,413 @@ export type ListActivityExecutionsResponse = Message<"temporal.api.workflowservi
|
|
|
7452
8445
|
* Use `create(ListActivityExecutionsResponseSchema)` to create a new message.
|
|
7453
8446
|
*/
|
|
7454
8447
|
export declare const ListActivityExecutionsResponseSchema: GenMessage<ListActivityExecutionsResponse>;
|
|
8448
|
+
/**
|
|
8449
|
+
* @generated from message temporal.api.workflowservice.v1.StartNexusOperationExecutionRequest
|
|
8450
|
+
*/
|
|
8451
|
+
export type StartNexusOperationExecutionRequest = Message<"temporal.api.workflowservice.v1.StartNexusOperationExecutionRequest"> & {
|
|
8452
|
+
/**
|
|
8453
|
+
* @generated from field: string namespace = 1;
|
|
8454
|
+
*/
|
|
8455
|
+
namespace: string;
|
|
8456
|
+
/**
|
|
8457
|
+
* The identity of the client who initiated this request.
|
|
8458
|
+
*
|
|
8459
|
+
* @generated from field: string identity = 2;
|
|
8460
|
+
*/
|
|
8461
|
+
identity: string;
|
|
8462
|
+
/**
|
|
8463
|
+
* A unique identifier for this caller-side start request. Typically UUIDv4.
|
|
8464
|
+
* StartOperation requests sent to the handler will use a server-generated request ID.
|
|
8465
|
+
*
|
|
8466
|
+
* @generated from field: string request_id = 3;
|
|
8467
|
+
*/
|
|
8468
|
+
requestId: string;
|
|
8469
|
+
/**
|
|
8470
|
+
* Identifier for this operation. This is a caller-side ID, distinct from any internal
|
|
8471
|
+
* operation identifiers generated by the handler. Must be unique among operations in the
|
|
8472
|
+
* same namespace, subject to the rules imposed by id_reuse_policy and id_conflict_policy.
|
|
8473
|
+
*
|
|
8474
|
+
* @generated from field: string operation_id = 4;
|
|
8475
|
+
*/
|
|
8476
|
+
operationId: string;
|
|
8477
|
+
/**
|
|
8478
|
+
* Endpoint name, resolved to a URL via the cluster's endpoint registry.
|
|
8479
|
+
*
|
|
8480
|
+
* @generated from field: string endpoint = 5;
|
|
8481
|
+
*/
|
|
8482
|
+
endpoint: string;
|
|
8483
|
+
/**
|
|
8484
|
+
* Service name.
|
|
8485
|
+
*
|
|
8486
|
+
* @generated from field: string service = 6;
|
|
8487
|
+
*/
|
|
8488
|
+
service: string;
|
|
8489
|
+
/**
|
|
8490
|
+
* Operation name.
|
|
8491
|
+
*
|
|
8492
|
+
* @generated from field: string operation = 7;
|
|
8493
|
+
*/
|
|
8494
|
+
operation: string;
|
|
8495
|
+
/**
|
|
8496
|
+
* Schedule-to-close timeout for this operation.
|
|
8497
|
+
* Indicates how long the caller is willing to wait for operation completion.
|
|
8498
|
+
* Calls are retried internally by the server.
|
|
8499
|
+
* (-- api-linter: core::0140::prepositions=disabled
|
|
8500
|
+
* aip.dev/not-precedent: "to" is used to indicate interval. --)
|
|
8501
|
+
*
|
|
8502
|
+
* @generated from field: google.protobuf.Duration schedule_to_close_timeout = 8;
|
|
8503
|
+
*/
|
|
8504
|
+
scheduleToCloseTimeout?: Duration | undefined;
|
|
8505
|
+
/**
|
|
8506
|
+
* Schedule-to-start timeout for this operation.
|
|
8507
|
+
* Indicates how long the caller is willing to wait for the operation to be started (or completed if synchronous)
|
|
8508
|
+
* by the handler.
|
|
8509
|
+
* If not set or zero, no schedule-to-start timeout is enforced.
|
|
8510
|
+
* (-- api-linter: core::0140::prepositions=disabled
|
|
8511
|
+
* aip.dev/not-precedent: "to" is used to indicate interval. --)
|
|
8512
|
+
*
|
|
8513
|
+
* @generated from field: google.protobuf.Duration schedule_to_start_timeout = 9;
|
|
8514
|
+
*/
|
|
8515
|
+
scheduleToStartTimeout?: Duration | undefined;
|
|
8516
|
+
/**
|
|
8517
|
+
* Start-to-close timeout for this operation.
|
|
8518
|
+
* Indicates how long the caller is willing to wait for an asynchronous operation to complete after it has been
|
|
8519
|
+
* started. Synchronous operations ignore this timeout.
|
|
8520
|
+
* If not set or zero, no start-to-close timeout is enforced.
|
|
8521
|
+
* (-- api-linter: core::0140::prepositions=disabled
|
|
8522
|
+
* aip.dev/not-precedent: "to" is used to indicate interval. --)
|
|
8523
|
+
*
|
|
8524
|
+
* @generated from field: google.protobuf.Duration start_to_close_timeout = 10;
|
|
8525
|
+
*/
|
|
8526
|
+
startToCloseTimeout?: Duration | undefined;
|
|
8527
|
+
/**
|
|
8528
|
+
* Serialized input to the operation. Passed as the request payload.
|
|
8529
|
+
*
|
|
8530
|
+
* @generated from field: temporal.api.common.v1.Payload input = 11;
|
|
8531
|
+
*/
|
|
8532
|
+
input?: Payload | undefined;
|
|
8533
|
+
/**
|
|
8534
|
+
* Defines whether to allow re-using the operation id from a previously *closed* operation.
|
|
8535
|
+
* The default policy is NEXUS_OPERATION_ID_REUSE_POLICY_ALLOW_DUPLICATE.
|
|
8536
|
+
*
|
|
8537
|
+
* @generated from field: temporal.api.enums.v1.NexusOperationIdReusePolicy id_reuse_policy = 12;
|
|
8538
|
+
*/
|
|
8539
|
+
idReusePolicy: NexusOperationIdReusePolicy;
|
|
8540
|
+
/**
|
|
8541
|
+
* Defines how to resolve an operation id conflict with a *running* operation.
|
|
8542
|
+
* The default policy is NEXUS_OPERATION_ID_CONFLICT_POLICY_FAIL.
|
|
8543
|
+
*
|
|
8544
|
+
* @generated from field: temporal.api.enums.v1.NexusOperationIdConflictPolicy id_conflict_policy = 13;
|
|
8545
|
+
*/
|
|
8546
|
+
idConflictPolicy: NexusOperationIdConflictPolicy;
|
|
8547
|
+
/**
|
|
8548
|
+
* Search attributes for indexing.
|
|
8549
|
+
*
|
|
8550
|
+
* @generated from field: temporal.api.common.v1.SearchAttributes search_attributes = 14;
|
|
8551
|
+
*/
|
|
8552
|
+
searchAttributes?: SearchAttributes | undefined;
|
|
8553
|
+
/**
|
|
8554
|
+
* Header to attach to the Nexus request.
|
|
8555
|
+
* Users are responsible for encrypting sensitive data in this header as it is stored in workflow history and
|
|
8556
|
+
* transmitted to external services as-is.
|
|
8557
|
+
* This is useful for propagating tracing information.
|
|
8558
|
+
* Note these headers are not the same as Temporal headers on internal activities and child workflows, these are
|
|
8559
|
+
* transmitted to Nexus operations that may be external and are not traditional payloads.
|
|
8560
|
+
*
|
|
8561
|
+
* @generated from field: map<string, string> nexus_header = 15;
|
|
8562
|
+
*/
|
|
8563
|
+
nexusHeader: {
|
|
8564
|
+
[key: string]: string;
|
|
8565
|
+
};
|
|
8566
|
+
/**
|
|
8567
|
+
* Metadata for use by user interfaces to display the fixed as-of-start summary and details of the operation.
|
|
8568
|
+
*
|
|
8569
|
+
* @generated from field: temporal.api.sdk.v1.UserMetadata user_metadata = 16;
|
|
8570
|
+
*/
|
|
8571
|
+
userMetadata?: UserMetadata | undefined;
|
|
8572
|
+
};
|
|
8573
|
+
/**
|
|
8574
|
+
* Describes the message temporal.api.workflowservice.v1.StartNexusOperationExecutionRequest.
|
|
8575
|
+
* Use `create(StartNexusOperationExecutionRequestSchema)` to create a new message.
|
|
8576
|
+
*/
|
|
8577
|
+
export declare const StartNexusOperationExecutionRequestSchema: GenMessage<StartNexusOperationExecutionRequest>;
|
|
8578
|
+
/**
|
|
8579
|
+
* @generated from message temporal.api.workflowservice.v1.StartNexusOperationExecutionResponse
|
|
8580
|
+
*/
|
|
8581
|
+
export type StartNexusOperationExecutionResponse = Message<"temporal.api.workflowservice.v1.StartNexusOperationExecutionResponse"> & {
|
|
8582
|
+
/**
|
|
8583
|
+
* The run ID of the operation that was started - or used (via NEXUS_OPERATION_ID_CONFLICT_POLICY_USE_EXISTING).
|
|
8584
|
+
*
|
|
8585
|
+
* @generated from field: string run_id = 1;
|
|
8586
|
+
*/
|
|
8587
|
+
runId: string;
|
|
8588
|
+
/**
|
|
8589
|
+
* If true, a new operation was started.
|
|
8590
|
+
*
|
|
8591
|
+
* @generated from field: bool started = 2;
|
|
8592
|
+
*/
|
|
8593
|
+
started: boolean;
|
|
8594
|
+
};
|
|
8595
|
+
/**
|
|
8596
|
+
* Describes the message temporal.api.workflowservice.v1.StartNexusOperationExecutionResponse.
|
|
8597
|
+
* Use `create(StartNexusOperationExecutionResponseSchema)` to create a new message.
|
|
8598
|
+
*/
|
|
8599
|
+
export declare const StartNexusOperationExecutionResponseSchema: GenMessage<StartNexusOperationExecutionResponse>;
|
|
8600
|
+
/**
|
|
8601
|
+
* @generated from message temporal.api.workflowservice.v1.DescribeNexusOperationExecutionRequest
|
|
8602
|
+
*/
|
|
8603
|
+
export type DescribeNexusOperationExecutionRequest = Message<"temporal.api.workflowservice.v1.DescribeNexusOperationExecutionRequest"> & {
|
|
8604
|
+
/**
|
|
8605
|
+
* @generated from field: string namespace = 1;
|
|
8606
|
+
*/
|
|
8607
|
+
namespace: string;
|
|
8608
|
+
/**
|
|
8609
|
+
* @generated from field: string operation_id = 2;
|
|
8610
|
+
*/
|
|
8611
|
+
operationId: string;
|
|
8612
|
+
/**
|
|
8613
|
+
* Operation run ID. If empty the request targets the latest run.
|
|
8614
|
+
*
|
|
8615
|
+
* @generated from field: string run_id = 3;
|
|
8616
|
+
*/
|
|
8617
|
+
runId: string;
|
|
8618
|
+
/**
|
|
8619
|
+
* Include the input field in the response.
|
|
8620
|
+
*
|
|
8621
|
+
* @generated from field: bool include_input = 4;
|
|
8622
|
+
*/
|
|
8623
|
+
includeInput: boolean;
|
|
8624
|
+
/**
|
|
8625
|
+
* Include the outcome (result/failure) in the response if the operation has completed.
|
|
8626
|
+
*
|
|
8627
|
+
* @generated from field: bool include_outcome = 5;
|
|
8628
|
+
*/
|
|
8629
|
+
includeOutcome: boolean;
|
|
8630
|
+
/**
|
|
8631
|
+
* Token from a previous DescribeNexusOperationExecutionResponse. If present, this RPC will long-poll until operation
|
|
8632
|
+
* state changes from the state encoded in this token. If absent, return current state immediately.
|
|
8633
|
+
* If present, run_id must also be present.
|
|
8634
|
+
* Note that operation state may change multiple times between requests, therefore it is not
|
|
8635
|
+
* guaranteed that a client making a sequence of long-poll requests will see a complete
|
|
8636
|
+
* sequence of state changes.
|
|
8637
|
+
*
|
|
8638
|
+
* @generated from field: bytes long_poll_token = 6;
|
|
8639
|
+
*/
|
|
8640
|
+
longPollToken: Uint8Array;
|
|
8641
|
+
};
|
|
8642
|
+
/**
|
|
8643
|
+
* Describes the message temporal.api.workflowservice.v1.DescribeNexusOperationExecutionRequest.
|
|
8644
|
+
* Use `create(DescribeNexusOperationExecutionRequestSchema)` to create a new message.
|
|
8645
|
+
*/
|
|
8646
|
+
export declare const DescribeNexusOperationExecutionRequestSchema: GenMessage<DescribeNexusOperationExecutionRequest>;
|
|
8647
|
+
/**
|
|
8648
|
+
* @generated from message temporal.api.workflowservice.v1.DescribeNexusOperationExecutionResponse
|
|
8649
|
+
*/
|
|
8650
|
+
export type DescribeNexusOperationExecutionResponse = Message<"temporal.api.workflowservice.v1.DescribeNexusOperationExecutionResponse"> & {
|
|
8651
|
+
/**
|
|
8652
|
+
* The run ID of the operation, useful when run_id was not specified in the request.
|
|
8653
|
+
*
|
|
8654
|
+
* @generated from field: string run_id = 1;
|
|
8655
|
+
*/
|
|
8656
|
+
runId: string;
|
|
8657
|
+
/**
|
|
8658
|
+
* Information about the operation.
|
|
8659
|
+
*
|
|
8660
|
+
* @generated from field: temporal.api.nexus.v1.NexusOperationExecutionInfo info = 2;
|
|
8661
|
+
*/
|
|
8662
|
+
info?: NexusOperationExecutionInfo | undefined;
|
|
8663
|
+
/**
|
|
8664
|
+
* Serialized operation input, passed as the request payload.
|
|
8665
|
+
* Only set if include_input was true in the request.
|
|
8666
|
+
*
|
|
8667
|
+
* @generated from field: temporal.api.common.v1.Payload input = 3;
|
|
8668
|
+
*/
|
|
8669
|
+
input?: Payload | undefined;
|
|
8670
|
+
/**
|
|
8671
|
+
* Only set if the operation is completed and include_outcome was true in the request.
|
|
8672
|
+
*
|
|
8673
|
+
* @generated from oneof temporal.api.workflowservice.v1.DescribeNexusOperationExecutionResponse.outcome
|
|
8674
|
+
*/
|
|
8675
|
+
outcome: {
|
|
8676
|
+
/**
|
|
8677
|
+
* The result if the operation completed successfully.
|
|
8678
|
+
*
|
|
8679
|
+
* @generated from field: temporal.api.common.v1.Payload result = 4;
|
|
8680
|
+
*/
|
|
8681
|
+
value: Payload;
|
|
8682
|
+
case: "result";
|
|
8683
|
+
} | {
|
|
8684
|
+
/**
|
|
8685
|
+
* The failure if the operation completed unsuccessfully.
|
|
8686
|
+
*
|
|
8687
|
+
* @generated from field: temporal.api.failure.v1.Failure failure = 5;
|
|
8688
|
+
*/
|
|
8689
|
+
value: Failure;
|
|
8690
|
+
case: "failure";
|
|
8691
|
+
} | {
|
|
8692
|
+
case: undefined;
|
|
8693
|
+
value?: undefined;
|
|
8694
|
+
};
|
|
8695
|
+
/**
|
|
8696
|
+
* Token for follow-on long-poll requests. Absent only if the operation is complete.
|
|
8697
|
+
*
|
|
8698
|
+
* @generated from field: bytes long_poll_token = 6;
|
|
8699
|
+
*/
|
|
8700
|
+
longPollToken: Uint8Array;
|
|
8701
|
+
};
|
|
8702
|
+
/**
|
|
8703
|
+
* Describes the message temporal.api.workflowservice.v1.DescribeNexusOperationExecutionResponse.
|
|
8704
|
+
* Use `create(DescribeNexusOperationExecutionResponseSchema)` to create a new message.
|
|
8705
|
+
*/
|
|
8706
|
+
export declare const DescribeNexusOperationExecutionResponseSchema: GenMessage<DescribeNexusOperationExecutionResponse>;
|
|
8707
|
+
/**
|
|
8708
|
+
* @generated from message temporal.api.workflowservice.v1.PollNexusOperationExecutionRequest
|
|
8709
|
+
*/
|
|
8710
|
+
export type PollNexusOperationExecutionRequest = Message<"temporal.api.workflowservice.v1.PollNexusOperationExecutionRequest"> & {
|
|
8711
|
+
/**
|
|
8712
|
+
* @generated from field: string namespace = 1;
|
|
8713
|
+
*/
|
|
8714
|
+
namespace: string;
|
|
8715
|
+
/**
|
|
8716
|
+
* @generated from field: string operation_id = 2;
|
|
8717
|
+
*/
|
|
8718
|
+
operationId: string;
|
|
8719
|
+
/**
|
|
8720
|
+
* Operation run ID. If empty the request targets the latest run.
|
|
8721
|
+
*
|
|
8722
|
+
* @generated from field: string run_id = 3;
|
|
8723
|
+
*/
|
|
8724
|
+
runId: string;
|
|
8725
|
+
/**
|
|
8726
|
+
* Stage to wait for. The operation may be in a more advanced stage when the poll is unblocked.
|
|
8727
|
+
*
|
|
8728
|
+
* @generated from field: temporal.api.enums.v1.NexusOperationWaitStage wait_stage = 4;
|
|
8729
|
+
*/
|
|
8730
|
+
waitStage: NexusOperationWaitStage;
|
|
8731
|
+
};
|
|
8732
|
+
/**
|
|
8733
|
+
* Describes the message temporal.api.workflowservice.v1.PollNexusOperationExecutionRequest.
|
|
8734
|
+
* Use `create(PollNexusOperationExecutionRequestSchema)` to create a new message.
|
|
8735
|
+
*/
|
|
8736
|
+
export declare const PollNexusOperationExecutionRequestSchema: GenMessage<PollNexusOperationExecutionRequest>;
|
|
8737
|
+
/**
|
|
8738
|
+
* @generated from message temporal.api.workflowservice.v1.PollNexusOperationExecutionResponse
|
|
8739
|
+
*/
|
|
8740
|
+
export type PollNexusOperationExecutionResponse = Message<"temporal.api.workflowservice.v1.PollNexusOperationExecutionResponse"> & {
|
|
8741
|
+
/**
|
|
8742
|
+
* The run ID of the operation, useful when run_id was not specified in the request.
|
|
8743
|
+
*
|
|
8744
|
+
* @generated from field: string run_id = 1;
|
|
8745
|
+
*/
|
|
8746
|
+
runId: string;
|
|
8747
|
+
/**
|
|
8748
|
+
* The current stage of the operation. May be more advanced than the stage requested in the poll.
|
|
8749
|
+
*
|
|
8750
|
+
* @generated from field: temporal.api.enums.v1.NexusOperationWaitStage wait_stage = 2;
|
|
8751
|
+
*/
|
|
8752
|
+
waitStage: NexusOperationWaitStage;
|
|
8753
|
+
/**
|
|
8754
|
+
* Operation token. Only populated for asynchronous operations after a successful StartOperation call.
|
|
8755
|
+
*
|
|
8756
|
+
* @generated from field: string operation_token = 3;
|
|
8757
|
+
*/
|
|
8758
|
+
operationToken: string;
|
|
8759
|
+
/**
|
|
8760
|
+
* The operation outcome, available if the operation is in a closed state.
|
|
8761
|
+
*
|
|
8762
|
+
* @generated from oneof temporal.api.workflowservice.v1.PollNexusOperationExecutionResponse.outcome
|
|
8763
|
+
*/
|
|
8764
|
+
outcome: {
|
|
8765
|
+
/**
|
|
8766
|
+
* The result if the operation completed successfully.
|
|
8767
|
+
*
|
|
8768
|
+
* @generated from field: temporal.api.common.v1.Payload result = 4;
|
|
8769
|
+
*/
|
|
8770
|
+
value: Payload;
|
|
8771
|
+
case: "result";
|
|
8772
|
+
} | {
|
|
8773
|
+
/**
|
|
8774
|
+
* The failure if the operation completed unsuccessfully.
|
|
8775
|
+
*
|
|
8776
|
+
* @generated from field: temporal.api.failure.v1.Failure failure = 5;
|
|
8777
|
+
*/
|
|
8778
|
+
value: Failure;
|
|
8779
|
+
case: "failure";
|
|
8780
|
+
} | {
|
|
8781
|
+
case: undefined;
|
|
8782
|
+
value?: undefined;
|
|
8783
|
+
};
|
|
8784
|
+
};
|
|
8785
|
+
/**
|
|
8786
|
+
* Describes the message temporal.api.workflowservice.v1.PollNexusOperationExecutionResponse.
|
|
8787
|
+
* Use `create(PollNexusOperationExecutionResponseSchema)` to create a new message.
|
|
8788
|
+
*/
|
|
8789
|
+
export declare const PollNexusOperationExecutionResponseSchema: GenMessage<PollNexusOperationExecutionResponse>;
|
|
8790
|
+
/**
|
|
8791
|
+
* @generated from message temporal.api.workflowservice.v1.ListNexusOperationExecutionsRequest
|
|
8792
|
+
*/
|
|
8793
|
+
export type ListNexusOperationExecutionsRequest = Message<"temporal.api.workflowservice.v1.ListNexusOperationExecutionsRequest"> & {
|
|
8794
|
+
/**
|
|
8795
|
+
* @generated from field: string namespace = 1;
|
|
8796
|
+
*/
|
|
8797
|
+
namespace: string;
|
|
8798
|
+
/**
|
|
8799
|
+
* Max number of operations to return per page.
|
|
8800
|
+
*
|
|
8801
|
+
* @generated from field: int32 page_size = 2;
|
|
8802
|
+
*/
|
|
8803
|
+
pageSize: number;
|
|
8804
|
+
/**
|
|
8805
|
+
* Token returned in ListNexusOperationExecutionsResponse.
|
|
8806
|
+
*
|
|
8807
|
+
* @generated from field: bytes next_page_token = 3;
|
|
8808
|
+
*/
|
|
8809
|
+
nextPageToken: Uint8Array;
|
|
8810
|
+
/**
|
|
8811
|
+
* Visibility query, see https://docs.temporal.io/list-filter for the syntax.
|
|
8812
|
+
* Search attributes that are avaialble for Nexus operations include:
|
|
8813
|
+
* - OperationId
|
|
8814
|
+
* - RunId
|
|
8815
|
+
* - Endpoint
|
|
8816
|
+
* - Service
|
|
8817
|
+
* - Operation
|
|
8818
|
+
* - RequestId
|
|
8819
|
+
* - StartTime
|
|
8820
|
+
* - ExecutionTime
|
|
8821
|
+
* - CloseTime
|
|
8822
|
+
* - ExecutionStatus
|
|
8823
|
+
* - ExecutionDuration
|
|
8824
|
+
* - StateTransitionCount
|
|
8825
|
+
*
|
|
8826
|
+
* @generated from field: string query = 4;
|
|
8827
|
+
*/
|
|
8828
|
+
query: string;
|
|
8829
|
+
};
|
|
8830
|
+
/**
|
|
8831
|
+
* Describes the message temporal.api.workflowservice.v1.ListNexusOperationExecutionsRequest.
|
|
8832
|
+
* Use `create(ListNexusOperationExecutionsRequestSchema)` to create a new message.
|
|
8833
|
+
*/
|
|
8834
|
+
export declare const ListNexusOperationExecutionsRequestSchema: GenMessage<ListNexusOperationExecutionsRequest>;
|
|
8835
|
+
/**
|
|
8836
|
+
* @generated from message temporal.api.workflowservice.v1.ListNexusOperationExecutionsResponse
|
|
8837
|
+
*/
|
|
8838
|
+
export type ListNexusOperationExecutionsResponse = Message<"temporal.api.workflowservice.v1.ListNexusOperationExecutionsResponse"> & {
|
|
8839
|
+
/**
|
|
8840
|
+
* @generated from field: repeated temporal.api.nexus.v1.NexusOperationExecutionListInfo operations = 1;
|
|
8841
|
+
*/
|
|
8842
|
+
operations: NexusOperationExecutionListInfo[];
|
|
8843
|
+
/**
|
|
8844
|
+
* Token to use to fetch the next page. If empty, there is no next page.
|
|
8845
|
+
*
|
|
8846
|
+
* @generated from field: bytes next_page_token = 2;
|
|
8847
|
+
*/
|
|
8848
|
+
nextPageToken: Uint8Array;
|
|
8849
|
+
};
|
|
8850
|
+
/**
|
|
8851
|
+
* Describes the message temporal.api.workflowservice.v1.ListNexusOperationExecutionsResponse.
|
|
8852
|
+
* Use `create(ListNexusOperationExecutionsResponseSchema)` to create a new message.
|
|
8853
|
+
*/
|
|
8854
|
+
export declare const ListNexusOperationExecutionsResponseSchema: GenMessage<ListNexusOperationExecutionsResponse>;
|
|
7455
8855
|
/**
|
|
7456
8856
|
* @generated from message temporal.api.workflowservice.v1.CountActivityExecutionsRequest
|
|
7457
8857
|
*/
|
|
@@ -7517,6 +8917,72 @@ export type CountActivityExecutionsResponse_AggregationGroup = Message<"temporal
|
|
|
7517
8917
|
* Use `create(CountActivityExecutionsResponse_AggregationGroupSchema)` to create a new message.
|
|
7518
8918
|
*/
|
|
7519
8919
|
export declare const CountActivityExecutionsResponse_AggregationGroupSchema: GenMessage<CountActivityExecutionsResponse_AggregationGroup>;
|
|
8920
|
+
/**
|
|
8921
|
+
* @generated from message temporal.api.workflowservice.v1.CountNexusOperationExecutionsRequest
|
|
8922
|
+
*/
|
|
8923
|
+
export type CountNexusOperationExecutionsRequest = Message<"temporal.api.workflowservice.v1.CountNexusOperationExecutionsRequest"> & {
|
|
8924
|
+
/**
|
|
8925
|
+
* @generated from field: string namespace = 1;
|
|
8926
|
+
*/
|
|
8927
|
+
namespace: string;
|
|
8928
|
+
/**
|
|
8929
|
+
* Visibility query, see https://docs.temporal.io/list-filter for the syntax.
|
|
8930
|
+
* See also ListNexusOperationExecutionsRequest for search attributes available for Nexus operations.
|
|
8931
|
+
*
|
|
8932
|
+
* @generated from field: string query = 2;
|
|
8933
|
+
*/
|
|
8934
|
+
query: string;
|
|
8935
|
+
};
|
|
8936
|
+
/**
|
|
8937
|
+
* Describes the message temporal.api.workflowservice.v1.CountNexusOperationExecutionsRequest.
|
|
8938
|
+
* Use `create(CountNexusOperationExecutionsRequestSchema)` to create a new message.
|
|
8939
|
+
*/
|
|
8940
|
+
export declare const CountNexusOperationExecutionsRequestSchema: GenMessage<CountNexusOperationExecutionsRequest>;
|
|
8941
|
+
/**
|
|
8942
|
+
* @generated from message temporal.api.workflowservice.v1.CountNexusOperationExecutionsResponse
|
|
8943
|
+
*/
|
|
8944
|
+
export type CountNexusOperationExecutionsResponse = Message<"temporal.api.workflowservice.v1.CountNexusOperationExecutionsResponse"> & {
|
|
8945
|
+
/**
|
|
8946
|
+
* If `query` is not grouping by any field, the count is an approximate number
|
|
8947
|
+
* of operations that match the query.
|
|
8948
|
+
* If `query` is grouping by a field, the count is simply the sum of the counts
|
|
8949
|
+
* of the groups returned in the response. This number can be smaller than the
|
|
8950
|
+
* total number of operations matching the query.
|
|
8951
|
+
*
|
|
8952
|
+
* @generated from field: int64 count = 1;
|
|
8953
|
+
*/
|
|
8954
|
+
count: bigint;
|
|
8955
|
+
/**
|
|
8956
|
+
* Contains the groups if the request is grouping by a field.
|
|
8957
|
+
* The list might not be complete, and the counts of each group is approximate.
|
|
8958
|
+
*
|
|
8959
|
+
* @generated from field: repeated temporal.api.workflowservice.v1.CountNexusOperationExecutionsResponse.AggregationGroup groups = 2;
|
|
8960
|
+
*/
|
|
8961
|
+
groups: CountNexusOperationExecutionsResponse_AggregationGroup[];
|
|
8962
|
+
};
|
|
8963
|
+
/**
|
|
8964
|
+
* Describes the message temporal.api.workflowservice.v1.CountNexusOperationExecutionsResponse.
|
|
8965
|
+
* Use `create(CountNexusOperationExecutionsResponseSchema)` to create a new message.
|
|
8966
|
+
*/
|
|
8967
|
+
export declare const CountNexusOperationExecutionsResponseSchema: GenMessage<CountNexusOperationExecutionsResponse>;
|
|
8968
|
+
/**
|
|
8969
|
+
* @generated from message temporal.api.workflowservice.v1.CountNexusOperationExecutionsResponse.AggregationGroup
|
|
8970
|
+
*/
|
|
8971
|
+
export type CountNexusOperationExecutionsResponse_AggregationGroup = Message<"temporal.api.workflowservice.v1.CountNexusOperationExecutionsResponse.AggregationGroup"> & {
|
|
8972
|
+
/**
|
|
8973
|
+
* @generated from field: repeated temporal.api.common.v1.Payload group_values = 1;
|
|
8974
|
+
*/
|
|
8975
|
+
groupValues: Payload[];
|
|
8976
|
+
/**
|
|
8977
|
+
* @generated from field: int64 count = 2;
|
|
8978
|
+
*/
|
|
8979
|
+
count: bigint;
|
|
8980
|
+
};
|
|
8981
|
+
/**
|
|
8982
|
+
* Describes the message temporal.api.workflowservice.v1.CountNexusOperationExecutionsResponse.AggregationGroup.
|
|
8983
|
+
* Use `create(CountNexusOperationExecutionsResponse_AggregationGroupSchema)` to create a new message.
|
|
8984
|
+
*/
|
|
8985
|
+
export declare const CountNexusOperationExecutionsResponse_AggregationGroupSchema: GenMessage<CountNexusOperationExecutionsResponse_AggregationGroup>;
|
|
7520
8986
|
/**
|
|
7521
8987
|
* @generated from message temporal.api.workflowservice.v1.RequestCancelActivityExecutionRequest
|
|
7522
8988
|
*/
|
|
@@ -7653,4 +9119,139 @@ export type DeleteActivityExecutionResponse = Message<"temporal.api.workflowserv
|
|
|
7653
9119
|
* Use `create(DeleteActivityExecutionResponseSchema)` to create a new message.
|
|
7654
9120
|
*/
|
|
7655
9121
|
export declare const DeleteActivityExecutionResponseSchema: GenMessage<DeleteActivityExecutionResponse>;
|
|
9122
|
+
/**
|
|
9123
|
+
* @generated from message temporal.api.workflowservice.v1.RequestCancelNexusOperationExecutionRequest
|
|
9124
|
+
*/
|
|
9125
|
+
export type RequestCancelNexusOperationExecutionRequest = Message<"temporal.api.workflowservice.v1.RequestCancelNexusOperationExecutionRequest"> & {
|
|
9126
|
+
/**
|
|
9127
|
+
* @generated from field: string namespace = 1;
|
|
9128
|
+
*/
|
|
9129
|
+
namespace: string;
|
|
9130
|
+
/**
|
|
9131
|
+
* @generated from field: string operation_id = 2;
|
|
9132
|
+
*/
|
|
9133
|
+
operationId: string;
|
|
9134
|
+
/**
|
|
9135
|
+
* Operation run ID, targets the latest run if empty.
|
|
9136
|
+
*
|
|
9137
|
+
* @generated from field: string run_id = 3;
|
|
9138
|
+
*/
|
|
9139
|
+
runId: string;
|
|
9140
|
+
/**
|
|
9141
|
+
* The identity of the client who initiated this request.
|
|
9142
|
+
*
|
|
9143
|
+
* @generated from field: string identity = 4;
|
|
9144
|
+
*/
|
|
9145
|
+
identity: string;
|
|
9146
|
+
/**
|
|
9147
|
+
* Used to de-dupe cancellation requests.
|
|
9148
|
+
*
|
|
9149
|
+
* @generated from field: string request_id = 5;
|
|
9150
|
+
*/
|
|
9151
|
+
requestId: string;
|
|
9152
|
+
/**
|
|
9153
|
+
* Reason for requesting the cancellation, recorded and available via the DescribeNexusOperationExecution API.
|
|
9154
|
+
*
|
|
9155
|
+
* @generated from field: string reason = 6;
|
|
9156
|
+
*/
|
|
9157
|
+
reason: string;
|
|
9158
|
+
};
|
|
9159
|
+
/**
|
|
9160
|
+
* Describes the message temporal.api.workflowservice.v1.RequestCancelNexusOperationExecutionRequest.
|
|
9161
|
+
* Use `create(RequestCancelNexusOperationExecutionRequestSchema)` to create a new message.
|
|
9162
|
+
*/
|
|
9163
|
+
export declare const RequestCancelNexusOperationExecutionRequestSchema: GenMessage<RequestCancelNexusOperationExecutionRequest>;
|
|
9164
|
+
/**
|
|
9165
|
+
* @generated from message temporal.api.workflowservice.v1.RequestCancelNexusOperationExecutionResponse
|
|
9166
|
+
*/
|
|
9167
|
+
export type RequestCancelNexusOperationExecutionResponse = Message<"temporal.api.workflowservice.v1.RequestCancelNexusOperationExecutionResponse"> & {};
|
|
9168
|
+
/**
|
|
9169
|
+
* Describes the message temporal.api.workflowservice.v1.RequestCancelNexusOperationExecutionResponse.
|
|
9170
|
+
* Use `create(RequestCancelNexusOperationExecutionResponseSchema)` to create a new message.
|
|
9171
|
+
*/
|
|
9172
|
+
export declare const RequestCancelNexusOperationExecutionResponseSchema: GenMessage<RequestCancelNexusOperationExecutionResponse>;
|
|
9173
|
+
/**
|
|
9174
|
+
* @generated from message temporal.api.workflowservice.v1.TerminateNexusOperationExecutionRequest
|
|
9175
|
+
*/
|
|
9176
|
+
export type TerminateNexusOperationExecutionRequest = Message<"temporal.api.workflowservice.v1.TerminateNexusOperationExecutionRequest"> & {
|
|
9177
|
+
/**
|
|
9178
|
+
* @generated from field: string namespace = 1;
|
|
9179
|
+
*/
|
|
9180
|
+
namespace: string;
|
|
9181
|
+
/**
|
|
9182
|
+
* @generated from field: string operation_id = 2;
|
|
9183
|
+
*/
|
|
9184
|
+
operationId: string;
|
|
9185
|
+
/**
|
|
9186
|
+
* Operation run ID, targets the latest run if empty.
|
|
9187
|
+
*
|
|
9188
|
+
* @generated from field: string run_id = 3;
|
|
9189
|
+
*/
|
|
9190
|
+
runId: string;
|
|
9191
|
+
/**
|
|
9192
|
+
* The identity of the client who initiated this request.
|
|
9193
|
+
*
|
|
9194
|
+
* @generated from field: string identity = 4;
|
|
9195
|
+
*/
|
|
9196
|
+
identity: string;
|
|
9197
|
+
/**
|
|
9198
|
+
* Used to de-dupe termination requests.
|
|
9199
|
+
*
|
|
9200
|
+
* @generated from field: string request_id = 5;
|
|
9201
|
+
*/
|
|
9202
|
+
requestId: string;
|
|
9203
|
+
/**
|
|
9204
|
+
* Reason for requesting the termination, recorded in the operation's result failure outcome.
|
|
9205
|
+
*
|
|
9206
|
+
* @generated from field: string reason = 6;
|
|
9207
|
+
*/
|
|
9208
|
+
reason: string;
|
|
9209
|
+
};
|
|
9210
|
+
/**
|
|
9211
|
+
* Describes the message temporal.api.workflowservice.v1.TerminateNexusOperationExecutionRequest.
|
|
9212
|
+
* Use `create(TerminateNexusOperationExecutionRequestSchema)` to create a new message.
|
|
9213
|
+
*/
|
|
9214
|
+
export declare const TerminateNexusOperationExecutionRequestSchema: GenMessage<TerminateNexusOperationExecutionRequest>;
|
|
9215
|
+
/**
|
|
9216
|
+
* @generated from message temporal.api.workflowservice.v1.TerminateNexusOperationExecutionResponse
|
|
9217
|
+
*/
|
|
9218
|
+
export type TerminateNexusOperationExecutionResponse = Message<"temporal.api.workflowservice.v1.TerminateNexusOperationExecutionResponse"> & {};
|
|
9219
|
+
/**
|
|
9220
|
+
* Describes the message temporal.api.workflowservice.v1.TerminateNexusOperationExecutionResponse.
|
|
9221
|
+
* Use `create(TerminateNexusOperationExecutionResponseSchema)` to create a new message.
|
|
9222
|
+
*/
|
|
9223
|
+
export declare const TerminateNexusOperationExecutionResponseSchema: GenMessage<TerminateNexusOperationExecutionResponse>;
|
|
9224
|
+
/**
|
|
9225
|
+
* @generated from message temporal.api.workflowservice.v1.DeleteNexusOperationExecutionRequest
|
|
9226
|
+
*/
|
|
9227
|
+
export type DeleteNexusOperationExecutionRequest = Message<"temporal.api.workflowservice.v1.DeleteNexusOperationExecutionRequest"> & {
|
|
9228
|
+
/**
|
|
9229
|
+
* @generated from field: string namespace = 1;
|
|
9230
|
+
*/
|
|
9231
|
+
namespace: string;
|
|
9232
|
+
/**
|
|
9233
|
+
* @generated from field: string operation_id = 2;
|
|
9234
|
+
*/
|
|
9235
|
+
operationId: string;
|
|
9236
|
+
/**
|
|
9237
|
+
* Operation run ID, targets the latest run if empty.
|
|
9238
|
+
*
|
|
9239
|
+
* @generated from field: string run_id = 3;
|
|
9240
|
+
*/
|
|
9241
|
+
runId: string;
|
|
9242
|
+
};
|
|
9243
|
+
/**
|
|
9244
|
+
* Describes the message temporal.api.workflowservice.v1.DeleteNexusOperationExecutionRequest.
|
|
9245
|
+
* Use `create(DeleteNexusOperationExecutionRequestSchema)` to create a new message.
|
|
9246
|
+
*/
|
|
9247
|
+
export declare const DeleteNexusOperationExecutionRequestSchema: GenMessage<DeleteNexusOperationExecutionRequest>;
|
|
9248
|
+
/**
|
|
9249
|
+
* @generated from message temporal.api.workflowservice.v1.DeleteNexusOperationExecutionResponse
|
|
9250
|
+
*/
|
|
9251
|
+
export type DeleteNexusOperationExecutionResponse = Message<"temporal.api.workflowservice.v1.DeleteNexusOperationExecutionResponse"> & {};
|
|
9252
|
+
/**
|
|
9253
|
+
* Describes the message temporal.api.workflowservice.v1.DeleteNexusOperationExecutionResponse.
|
|
9254
|
+
* Use `create(DeleteNexusOperationExecutionResponseSchema)` to create a new message.
|
|
9255
|
+
*/
|
|
9256
|
+
export declare const DeleteNexusOperationExecutionResponseSchema: GenMessage<DeleteNexusOperationExecutionResponse>;
|
|
7656
9257
|
//# sourceMappingURL=request_response_pb.d.ts.map
|