temporalio 1.5.0 → 1.6.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.
- checksums.yaml +4 -4
- data/Cargo.lock +1461 -621
- data/Cargo.toml +1 -1
- data/Gemfile +6 -5
- data/README.md +42 -1
- data/ext/Cargo.toml +9 -3
- data/lib/temporalio/api/activity/v1/message.rb +1 -1
- data/lib/temporalio/api/cloud/billing/v1/message.rb +2 -1
- data/lib/temporalio/api/cloud/cloudservice/v1/request_response.rb +17 -1
- data/lib/temporalio/api/cloud/cloudservice/v1/service.rb +1 -1
- data/lib/temporalio/api/cloud/connectivityrule/v1/message.rb +1 -1
- data/lib/temporalio/api/cloud/identity/v1/message.rb +8 -1
- data/lib/temporalio/api/cloud/namespace/v1/message.rb +5 -1
- data/lib/temporalio/api/command/v1/message.rb +2 -1
- data/lib/temporalio/api/common/v1/message.rb +5 -1
- data/lib/temporalio/api/deployment/v1/message.rb +3 -1
- data/lib/temporalio/api/history/v1/message.rb +3 -1
- data/lib/temporalio/api/namespace/v1/message.rb +1 -1
- data/lib/temporalio/api/nexus/v1/message.rb +1 -1
- data/lib/temporalio/api/nexusannotations/v1/options.rb +20 -0
- data/lib/temporalio/api/payload_visitor.rb +32 -0
- data/lib/temporalio/api/schedule/v1/message.rb +1 -1
- data/lib/temporalio/api/sdk/v1/event_group_marker.rb +26 -0
- data/lib/temporalio/api/update/v1/message.rb +1 -1
- data/lib/temporalio/api/workflow/v1/message.rb +3 -2
- data/lib/temporalio/api/workflowservice/v1/request_response.rb +11 -1
- data/lib/temporalio/api/workflowservice/v1/service.rb +3 -2
- data/lib/temporalio/client/connection/cloud_service.rb +120 -0
- data/lib/temporalio/client/connection/workflow_service.rb +75 -0
- data/lib/temporalio/client/connection.rb +37 -2
- data/lib/temporalio/client.rb +10 -5
- data/lib/temporalio/internal/bridge/api/workflow_commands/workflow_commands.rb +1 -1
- data/lib/temporalio/internal/bridge/client.rb +6 -1
- data/lib/temporalio/internal/bridge.rb +20 -0
- data/lib/temporalio/internal/google_protobuf.rb +11 -0
- data/lib/temporalio/internal/worker/workflow_instance/context.rb +2 -0
- data/lib/temporalio/internal/worker/workflow_instance/details.rb +3 -1
- data/lib/temporalio/internal/worker/workflow_instance/scheduler.rb +73 -2
- data/lib/temporalio/internal/worker/workflow_instance.rb +36 -6
- data/lib/temporalio/internal/worker/workflow_worker.rb +10 -2
- data/lib/temporalio/internal/workflow_task_failure_error.rb +9 -0
- data/lib/temporalio/version.rb +1 -1
- data/lib/temporalio/worker/activity_executor/fiber.rb +1 -1
- data/lib/temporalio/worker/activity_executor/thread_pool.rb +1 -1
- data/lib/temporalio/worker/illegal_workflow_call_validator.rb +3 -1
- data/lib/temporalio/worker/workflow_executor/thread_pool.rb +5 -1
- data/lib/temporalio/worker/workflow_replayer.rb +17 -4
- data/lib/temporalio/worker.rb +30 -5
- data/lib/temporalio/workflow/future.rb +5 -0
- data/lib/temporalio/workflow/nexus_operation_cancellation_type.rb +4 -2
- data/lib/temporalio/workflow.rb +8 -0
- data/rbi/google/protobuf.rbi +25 -0
- data/rbi/temporalio/activity/cancellation_details.rbi +33 -0
- data/rbi/temporalio/activity/complete_async_error.rbi +3 -0
- data/rbi/temporalio/activity/context.rbi +42 -0
- data/rbi/temporalio/activity/definition.rbi +74 -0
- data/rbi/temporalio/activity/info.rbi +112 -0
- data/rbi/temporalio/activity.rbi +3 -0
- data/rbi/temporalio/api/activity/v1/message.rbi +1453 -0
- data/rbi/temporalio/api/batch/v1/message.rbi +1283 -0
- data/rbi/temporalio/api/callback/v1/message.rbi +188 -0
- data/rbi/temporalio/api/cloud/account/v1/message.rbi +650 -0
- data/rbi/temporalio/api/cloud/auditlog/v1/message.rbi +318 -0
- data/rbi/temporalio/api/cloud/billing/v1/message.rbi +480 -0
- data/rbi/temporalio/api/cloud/cloudservice/v1/request_response.rbi +12454 -0
- data/rbi/temporalio/api/cloud/cloudservice/v1/service.rbi +3 -0
- data/rbi/temporalio/api/cloud/cloudservice/v1/service_services.rbi +709 -0
- data/rbi/temporalio/api/cloud/cloudservice.rbi +5 -0
- data/rbi/temporalio/api/cloud/connectivityrule/v1/message.rbi +403 -0
- data/rbi/temporalio/api/cloud/identity/v1/message.rbi +3072 -0
- data/rbi/temporalio/api/cloud/namespace/v1/message.rbi +3659 -0
- data/rbi/temporalio/api/cloud/nexus/v1/message.rbi +595 -0
- data/rbi/temporalio/api/cloud/operation/v1/message.rbi +244 -0
- data/rbi/temporalio/api/cloud/region/v1/message.rbi +166 -0
- data/rbi/temporalio/api/cloud/resource/v1/message.rbi +29 -0
- data/rbi/temporalio/api/cloud/sink/v1/message.rbi +438 -0
- data/rbi/temporalio/api/cloud/usage/v1/message.rbi +409 -0
- data/rbi/temporalio/api/command/v1/message.rbi +2655 -0
- data/rbi/temporalio/api/common/v1/grpc_status.rbi +92 -0
- data/rbi/temporalio/api/common/v1/message.rbi +2983 -0
- data/rbi/temporalio/api/compute/v1/config.rbi +421 -0
- data/rbi/temporalio/api/compute/v1/provider.rbi +125 -0
- data/rbi/temporalio/api/compute/v1/scaler.rbi +102 -0
- data/rbi/temporalio/api/deployment/v1/message.rbi +2340 -0
- data/rbi/temporalio/api/enums/v1/activity.rbi +62 -0
- data/rbi/temporalio/api/enums/v1/batch_operation.rbi +47 -0
- data/rbi/temporalio/api/enums/v1/command_type.rbi +36 -0
- data/rbi/temporalio/api/enums/v1/common.rbi +181 -0
- data/rbi/temporalio/api/enums/v1/deployment.rbi +80 -0
- data/rbi/temporalio/api/enums/v1/event_type.rbi +79 -0
- data/rbi/temporalio/api/enums/v1/failed_cause.rbi +155 -0
- data/rbi/temporalio/api/enums/v1/namespace.rbi +58 -0
- data/rbi/temporalio/api/enums/v1/nexus.rbi +98 -0
- data/rbi/temporalio/api/enums/v1/query.rbi +40 -0
- data/rbi/temporalio/api/enums/v1/reset.rbi +60 -0
- data/rbi/temporalio/api/enums/v1/schedule.rbi +25 -0
- data/rbi/temporalio/api/enums/v1/task_queue.rbi +134 -0
- data/rbi/temporalio/api/enums/v1/update.rbi +39 -0
- data/rbi/temporalio/api/enums/v1/workflow.rbi +259 -0
- data/rbi/temporalio/api/errordetails/v1/message.rbi +1389 -0
- data/rbi/temporalio/api/export/v1/message.rbi +123 -0
- data/rbi/temporalio/api/failure/v1/message.rbi +1303 -0
- data/rbi/temporalio/api/filter/v1/message.rbi +267 -0
- data/rbi/temporalio/api/history/v1/message.rbi +10737 -0
- data/rbi/temporalio/api/namespace/v1/message.rbi +1044 -0
- data/rbi/temporalio/api/nexus/v1/message.rbi +2780 -0
- data/rbi/temporalio/api/nexusannotations/v1/options.rbi +161 -0
- data/rbi/temporalio/api/nexusservices/workerservice/v1/request_response.rbi +124 -0
- data/rbi/temporalio/api/operatorservice/v1/request_response.rbi +1836 -0
- data/rbi/temporalio/api/operatorservice/v1/service.rbi +3 -0
- data/rbi/temporalio/api/operatorservice/v1/service_services.rbi +143 -0
- data/rbi/temporalio/api/operatorservice.rbi +5 -0
- data/rbi/temporalio/api/payload_visitor.rbi +876 -0
- data/rbi/temporalio/api/protoc_gen_openapiv2/options/annotations.rbi +3 -0
- data/rbi/temporalio/api/protoc_gen_openapiv2/options/openapiv2.rbi +3482 -0
- data/rbi/temporalio/api/protocol/v1/message.rbi +139 -0
- data/rbi/temporalio/api/protometa/v1/annotations.rbi +97 -0
- data/rbi/temporalio/api/query/v1/message.rbi +288 -0
- data/rbi/temporalio/api/replication/v1/message.rbi +226 -0
- data/rbi/temporalio/api/rules/v1/message.rbi +492 -0
- data/rbi/temporalio/api/schedule/v1/message.rbi +2377 -0
- data/rbi/temporalio/api/sdk/v1/enhanced_stack_trace.rbi +478 -0
- data/rbi/temporalio/api/sdk/v1/event_group_marker.rbi +337 -0
- data/rbi/temporalio/api/sdk/v1/external_storage.rbi +85 -0
- data/rbi/temporalio/api/sdk/v1/task_complete_metadata.rbi +206 -0
- data/rbi/temporalio/api/sdk/v1/user_metadata.rbi +98 -0
- data/rbi/temporalio/api/sdk/v1/worker_config.rbi +255 -0
- data/rbi/temporalio/api/sdk/v1/workflow_metadata.rbi +297 -0
- data/rbi/temporalio/api/taskqueue/v1/message.rbi +2460 -0
- data/rbi/temporalio/api/testservice/v1/request_response.rbi +380 -0
- data/rbi/temporalio/api/testservice/v1/service.rbi +3 -0
- data/rbi/temporalio/api/testservice/v1/service_services.rbi +100 -0
- data/rbi/temporalio/api/update/v1/message.rbi +800 -0
- data/rbi/temporalio/api/version/v1/message.rbi +281 -0
- data/rbi/temporalio/api/worker/v1/message.rbi +1565 -0
- data/rbi/temporalio/api/workflow/v1/message.rbi +5011 -0
- data/rbi/temporalio/api/workflowservice/v1/request_response.rbi +30477 -0
- data/rbi/temporalio/api/workflowservice/v1/service.rbi +3 -0
- data/rbi/temporalio/api/workflowservice/v1/service_services.rbi +1571 -0
- data/rbi/temporalio/api/workflowservice.rbi +5 -0
- data/rbi/temporalio/api.rbi +7 -0
- data/rbi/temporalio/cancellation.rbi +40 -0
- data/rbi/temporalio/client/activity_execution.rbi +134 -0
- data/rbi/temporalio/client/activity_execution_count.rbi +23 -0
- data/rbi/temporalio/client/activity_execution_status.rbi +11 -0
- data/rbi/temporalio/client/activity_handle.rbi +49 -0
- data/rbi/temporalio/client/activity_id_reference.rbi +24 -0
- data/rbi/temporalio/client/async_activity_handle.rbi +49 -0
- data/rbi/temporalio/client/connection/cloud_service.rbi +239 -0
- data/rbi/temporalio/client/connection/operator_service.rbi +47 -0
- data/rbi/temporalio/client/connection/service.rbi +19 -0
- data/rbi/temporalio/client/connection/test_service.rbi +29 -0
- data/rbi/temporalio/client/connection/workflow_service.rbi +377 -0
- data/rbi/temporalio/client/connection.rbi +284 -0
- data/rbi/temporalio/client/interceptor.rbi +1067 -0
- data/rbi/temporalio/client/pending_activity_state.rbi +9 -0
- data/rbi/temporalio/client/plugin.rbi +17 -0
- data/rbi/temporalio/client/schedule.rbi +677 -0
- data/rbi/temporalio/client/schedule_handle.rbi +40 -0
- data/rbi/temporalio/client/with_start_workflow_operation.rbi +126 -0
- data/rbi/temporalio/client/workflow_execution.rbi +62 -0
- data/rbi/temporalio/client/workflow_execution_count.rbi +23 -0
- data/rbi/temporalio/client/workflow_execution_status.rbi +11 -0
- data/rbi/temporalio/client/workflow_handle.rbi +148 -0
- data/rbi/temporalio/client/workflow_query_reject_condition.rbi +7 -0
- data/rbi/temporalio/client/workflow_update_handle.rbi +38 -0
- data/rbi/temporalio/client/workflow_update_wait_stage.rbi +7 -0
- data/rbi/temporalio/client.rbi +534 -0
- data/rbi/temporalio/common_enums.rbi +45 -0
- data/rbi/temporalio/contrib/open_telemetry.rbi +73 -0
- data/rbi/temporalio/converters/data_converter.rbi +44 -0
- data/rbi/temporalio/converters/failure_converter.rbi +20 -0
- data/rbi/temporalio/converters/payload_codec.rbi +11 -0
- data/rbi/temporalio/converters/payload_converter/binary_null.rbi +5 -0
- data/rbi/temporalio/converters/payload_converter/binary_plain.rbi +5 -0
- data/rbi/temporalio/converters/payload_converter/binary_protobuf.rbi +5 -0
- data/rbi/temporalio/converters/payload_converter/composite.rbi +20 -0
- data/rbi/temporalio/converters/payload_converter/encoding.rbi +14 -0
- data/rbi/temporalio/converters/payload_converter/json_plain.rbi +10 -0
- data/rbi/temporalio/converters/payload_converter/json_protobuf.rbi +5 -0
- data/rbi/temporalio/converters/payload_converter.rbi +28 -0
- data/rbi/temporalio/converters/raw_value.rbi +11 -0
- data/rbi/temporalio/converters.rbi +3 -0
- data/rbi/temporalio/env_config.rbi +156 -0
- data/rbi/temporalio/error/failure.rbi +3 -0
- data/rbi/temporalio/error.rbi +313 -0
- data/rbi/temporalio/internal/bridge/api/activity_result/activity_result.rbi +547 -0
- data/rbi/temporalio/internal/bridge/api/activity_task/activity_task.rbi +705 -0
- data/rbi/temporalio/internal/bridge/api/child_workflow/child_workflow.rbi +332 -0
- data/rbi/temporalio/internal/bridge/api/common/common.rbi +191 -0
- data/rbi/temporalio/internal/bridge/api/core_interface.rbi +567 -0
- data/rbi/temporalio/internal/bridge/api/external_data/external_data.rbi +255 -0
- data/rbi/temporalio/internal/bridge/api/nexus/nexus.rbi +527 -0
- data/rbi/temporalio/internal/bridge/api/workflow_activation/workflow_activation.rbi +2808 -0
- data/rbi/temporalio/internal/bridge/api/workflow_commands/workflow_commands.rbi +3309 -0
- data/rbi/temporalio/internal/bridge/api/workflow_completion/workflow_completion.rbi +272 -0
- data/rbi/temporalio/internal/bridge/api.rbi +3 -0
- data/rbi/temporalio/internal/bridge/client.rbi +346 -0
- data/rbi/temporalio/internal/bridge/runtime.rbi +231 -0
- data/rbi/temporalio/internal/bridge/testing.rbi +109 -0
- data/rbi/temporalio/internal/bridge/worker.rbi +250 -0
- data/rbi/temporalio/internal/bridge.rbi +47 -0
- data/rbi/temporalio/internal/client/implementation.rbi +53 -0
- data/rbi/temporalio/internal/google_protobuf.rbi +8 -0
- data/rbi/temporalio/internal/metric.rbi +55 -0
- data/rbi/temporalio/internal/proto_utils.rbi +148 -0
- data/rbi/temporalio/internal/worker/activity_worker.rbi +108 -0
- data/rbi/temporalio/internal/worker/multi_runner.rbi +175 -0
- data/rbi/temporalio/internal/worker/workflow_instance/child_workflow_handle.rbi +20 -0
- data/rbi/temporalio/internal/worker/workflow_instance/context.rbi +290 -0
- data/rbi/temporalio/internal/worker/workflow_instance/details.rbi +87 -0
- data/rbi/temporalio/internal/worker/workflow_instance/external_workflow_handle.rbi +14 -0
- data/rbi/temporalio/internal/worker/workflow_instance/externally_immutable_hash.rbi +17 -0
- data/rbi/temporalio/internal/worker/workflow_instance/handler_execution.rbi +17 -0
- data/rbi/temporalio/internal/worker/workflow_instance/handler_hash.rbi +24 -0
- data/rbi/temporalio/internal/worker/workflow_instance/illegal_call_tracer.rbi +17 -0
- data/rbi/temporalio/internal/worker/workflow_instance/inbound_implementation.rbi +21 -0
- data/rbi/temporalio/internal/worker/workflow_instance/nexus_client.rbi +47 -0
- data/rbi/temporalio/internal/worker/workflow_instance/nexus_operation_handle.rbi +19 -0
- data/rbi/temporalio/internal/worker/workflow_instance/outbound_implementation.rbi +43 -0
- data/rbi/temporalio/internal/worker/workflow_instance/replay_safe_logger.rbi +11 -0
- data/rbi/temporalio/internal/worker/workflow_instance/replay_safe_metric.rbi +15 -0
- data/rbi/temporalio/internal/worker/workflow_instance/scheduler.rbi +36 -0
- data/rbi/temporalio/internal/worker/workflow_instance.rbi +231 -0
- data/rbi/temporalio/internal/worker/workflow_worker.rbi +199 -0
- data/rbi/temporalio/internal/workflow_task_failure_error.rbi +3 -0
- data/rbi/temporalio/internal.rbi +3 -0
- data/rbi/temporalio/metric.rbi +56 -0
- data/rbi/temporalio/priority.rbi +38 -0
- data/rbi/temporalio/retry_policy.rbi +40 -0
- data/rbi/temporalio/runtime/metric_buffer.rbi +45 -0
- data/rbi/temporalio/runtime.rbi +185 -0
- data/rbi/temporalio/scoped_logger.rbi +50 -0
- data/rbi/temporalio/search_attributes.rbi +94 -0
- data/rbi/temporalio/simple_plugin.rbi +41 -0
- data/rbi/temporalio/testing/activity_environment.rbi +43 -0
- data/rbi/temporalio/testing/workflow_environment.rbi +116 -0
- data/rbi/temporalio/testing.rbi +3 -0
- data/rbi/temporalio/version.rbi +5 -0
- data/rbi/temporalio/versioning_override.rbi +13 -0
- data/rbi/temporalio/worker/activity_executor/fiber.rbi +20 -0
- data/rbi/temporalio/worker/activity_executor/thread_pool.rbi +20 -0
- data/rbi/temporalio/worker/activity_executor.rbi +20 -0
- data/rbi/temporalio/worker/deployment_options.rbi +23 -0
- data/rbi/temporalio/worker/illegal_workflow_call_validator.rbi +33 -0
- data/rbi/temporalio/worker/interceptor.rbi +489 -0
- data/rbi/temporalio/worker/plugin.rbi +49 -0
- data/rbi/temporalio/worker/poller_behavior.rbi +29 -0
- data/rbi/temporalio/worker/thread_pool.rbi +38 -0
- data/rbi/temporalio/worker/tuner.rbi +221 -0
- data/rbi/temporalio/worker/workflow_executor/thread_pool.rbi +15 -0
- data/rbi/temporalio/worker/workflow_executor.rbi +8 -0
- data/rbi/temporalio/worker/workflow_replayer.rbi +152 -0
- data/rbi/temporalio/worker.rbi +258 -0
- data/rbi/temporalio/worker_deployment_version.rbi +29 -0
- data/rbi/temporalio/workflow/activity_cancellation_type.rbi +7 -0
- data/rbi/temporalio/workflow/child_workflow_cancellation_type.rbi +8 -0
- data/rbi/temporalio/workflow/child_workflow_handle.rbi +27 -0
- data/rbi/temporalio/workflow/definition.rbi +305 -0
- data/rbi/temporalio/workflow/external_workflow_handle.rbi +24 -0
- data/rbi/temporalio/workflow/future.rbi +62 -0
- data/rbi/temporalio/workflow/handler_unfinished_policy.rbi +6 -0
- data/rbi/temporalio/workflow/info.rbi +100 -0
- data/rbi/temporalio/workflow/nexus_client.rbi +65 -0
- data/rbi/temporalio/workflow/nexus_operation_cancellation_type.rbi +8 -0
- data/rbi/temporalio/workflow/nexus_operation_handle.rbi +14 -0
- data/rbi/temporalio/workflow/parent_close_policy.rbi +8 -0
- data/rbi/temporalio/workflow/update_info.rbi +14 -0
- data/rbi/temporalio/workflow.rbi +393 -0
- data/rbi/temporalio/workflow_history.rbi +21 -0
- data/rbi/temporalio.rbi +5 -0
- data/sig/common.rbs +1 -0
- data/sig/google/protobuf_compat.rbs +17 -0
- data/sig/open_telemetry.rbs +47 -0
- data/sig/temporalio/activity/cancellation_details.rbs +21 -0
- data/sig/temporalio/activity/complete_async_error.rbs +6 -0
- data/sig/temporalio/activity/context.rbs +26 -0
- data/sig/temporalio/activity/definition.rbs +60 -0
- data/sig/temporalio/activity/info.rbs +57 -0
- data/sig/temporalio/activity.rbs +4 -0
- data/sig/temporalio/api/activity/v1/message.rbs +708 -0
- data/sig/temporalio/api/batch/v1/message.rbs +594 -0
- data/sig/temporalio/api/callback/v1/message.rbs +112 -0
- data/sig/temporalio/api/cloud/account/v1/message.rbs +314 -0
- data/sig/temporalio/api/cloud/auditlog/v1/message.rbs +168 -0
- data/sig/temporalio/api/cloud/billing/v1/message.rbs +279 -0
- data/sig/temporalio/api/cloud/cloudservice/v1/request_response.rbs +4726 -0
- data/sig/temporalio/api/cloud/cloudservice/v1/service.rbs +25 -0
- data/sig/temporalio/api/cloud/cloudservice.rbs +8 -0
- data/sig/temporalio/api/cloud/connectivityrule/v1/message.rbs +191 -0
- data/sig/temporalio/api/cloud/identity/v1/message.rbs +1372 -0
- data/sig/temporalio/api/cloud/namespace/v1/message.rbs +1571 -0
- data/sig/temporalio/api/cloud/nexus/v1/message.rbs +269 -0
- data/sig/temporalio/api/cloud/operation/v1/message.rbs +156 -0
- data/sig/temporalio/api/cloud/region/v1/message.rbs +109 -0
- data/sig/temporalio/api/cloud/resource/v1/message.rbs +61 -0
- data/sig/temporalio/api/cloud/sink/v1/message.rbs +207 -0
- data/sig/temporalio/api/cloud/usage/v1/message.rbs +230 -0
- data/sig/temporalio/api/command/v1/message.rbs +1211 -0
- data/sig/temporalio/api/common/v1/grpc_status.rbs +59 -0
- data/sig/temporalio/api/common/v1/message.rbs +1238 -0
- data/sig/temporalio/api/compute/v1/config.rbs +176 -0
- data/sig/temporalio/api/compute/v1/provider.rbs +73 -0
- data/sig/temporalio/api/compute/v1/scaler.rbs +60 -0
- data/sig/temporalio/api/deployment/v1/message.rbs +1063 -0
- data/sig/temporalio/api/enums/v1/activity.rbs +134 -0
- data/sig/temporalio/api/enums/v1/batch_operation.rbs +80 -0
- data/sig/temporalio/api/enums/v1/command_type.rbs +74 -0
- data/sig/temporalio/api/enums/v1/common.rbs +271 -0
- data/sig/temporalio/api/enums/v1/deployment.rbs +177 -0
- data/sig/temporalio/api/enums/v1/event_type.rbs +263 -0
- data/sig/temporalio/api/enums/v1/failed_cause.rbs +281 -0
- data/sig/temporalio/api/enums/v1/namespace.rbs +87 -0
- data/sig/temporalio/api/enums/v1/nexus.rbs +172 -0
- data/sig/temporalio/api/enums/v1/query.rbs +69 -0
- data/sig/temporalio/api/enums/v1/reset.rbs +106 -0
- data/sig/temporalio/api/enums/v1/schedule.rbs +68 -0
- data/sig/temporalio/api/enums/v1/task_queue.rbs +238 -0
- data/sig/temporalio/api/enums/v1/update.rbs +87 -0
- data/sig/temporalio/api/enums/v1/workflow.rbs +435 -0
- data/sig/temporalio/api/errordetails/v1/message.rbs +532 -0
- data/sig/temporalio/api/export/v1/message.rbs +63 -0
- data/sig/temporalio/api/failure/v1/message.rbs +579 -0
- data/sig/temporalio/api/filter/v1/message.rbs +121 -0
- data/sig/temporalio/api/history/v1/message.rbs +4928 -0
- data/sig/temporalio/api/namespace/v1/message.rbs +465 -0
- data/sig/temporalio/api/nexus/v1/message.rbs +1268 -0
- data/sig/temporalio/api/nexusannotations/v1/options.rbs +76 -0
- data/sig/temporalio/api/nexusservices/workerservice/v1/request_response.rbs +65 -0
- data/sig/temporalio/api/operatorservice/v1/request_response.rbs +679 -0
- data/sig/temporalio/api/operatorservice/v1/service.rbs +23 -0
- data/sig/temporalio/api/operatorservice.rbs +6 -0
- data/sig/temporalio/api/payload_visitor.rbs +298 -0
- data/sig/temporalio/api/protoc_gen_openapiv2/options/annotations.rbs +23 -0
- data/sig/temporalio/api/protoc_gen_openapiv2/options/openapiv2.rbs +1691 -0
- data/sig/temporalio/api/protocol/v1/message.rbs +90 -0
- data/sig/temporalio/api/protometa/v1/annotations.rbs +62 -0
- data/sig/temporalio/api/query/v1/message.rbs +138 -0
- data/sig/temporalio/api/replication/v1/message.rbs +109 -0
- data/sig/temporalio/api/rules/v1/message.rbs +213 -0
- data/sig/temporalio/api/schedule/v1/message.rbs +1066 -0
- data/sig/temporalio/api/sdk/v1/enhanced_stack_trace.rbs +210 -0
- data/sig/temporalio/api/sdk/v1/event_group_marker.rbs +154 -0
- data/sig/temporalio/api/sdk/v1/external_storage.rbs +54 -0
- data/sig/temporalio/api/sdk/v1/task_complete_metadata.rbs +92 -0
- data/sig/temporalio/api/sdk/v1/user_metadata.rbs +58 -0
- data/sig/temporalio/api/sdk/v1/worker_config.rbs +122 -0
- data/sig/temporalio/api/sdk/v1/workflow_metadata.rbs +138 -0
- data/sig/temporalio/api/taskqueue/v1/message.rbs +1013 -0
- data/sig/temporalio/api/testservice/v1/request_response.rbs +125 -0
- data/sig/temporalio/api/testservice/v1/service.rbs +23 -0
- data/sig/temporalio/api/update/v1/message.rbs +349 -0
- data/sig/temporalio/api/version/v1/message.rbs +143 -0
- data/sig/temporalio/api/worker/v1/message.rbs +716 -0
- data/sig/temporalio/api/workflow/v1/message.rbs +2322 -0
- data/sig/temporalio/api/workflowservice/v1/request_response.rbs +12735 -0
- data/sig/temporalio/api/workflowservice/v1/service.rbs +23 -0
- data/sig/temporalio/api/workflowservice.rbs +6 -0
- data/sig/temporalio/api.rbs +4 -0
- data/sig/temporalio/cancellation.rbs +20 -0
- data/sig/temporalio/client/activity_execution.rbs +50 -0
- data/sig/temporalio/client/activity_execution_count.rbs +17 -0
- data/sig/temporalio/client/activity_execution_status.rbs +15 -0
- data/sig/temporalio/client/activity_handle.rbs +26 -0
- data/sig/temporalio/client/activity_id_reference.rbs +16 -0
- data/sig/temporalio/client/async_activity_handle.rbs +41 -0
- data/sig/temporalio/client/connection/cloud_service.rbs +315 -0
- data/sig/temporalio/client/connection/operator_service.rbs +59 -0
- data/sig/temporalio/client/connection/service.rbs +17 -0
- data/sig/temporalio/client/connection/test_service.rbs +35 -0
- data/sig/temporalio/client/connection/workflow_service.rbs +499 -0
- data/sig/temporalio/client/connection.rbs +143 -0
- data/sig/temporalio/client/interceptor.rbs +622 -0
- data/sig/temporalio/client/pending_activity_state.rbs +14 -0
- data/sig/temporalio/client/plugin.rbs +14 -0
- data/sig/temporalio/client/schedule.rbs +337 -0
- data/sig/temporalio/client/schedule_handle.rbs +44 -0
- data/sig/temporalio/client/with_start_workflow_operation.rbs +82 -0
- data/sig/temporalio/client/workflow_execution.rbs +37 -0
- data/sig/temporalio/client/workflow_execution_count.rbs +17 -0
- data/sig/temporalio/client/workflow_execution_status.rbs +16 -0
- data/sig/temporalio/client/workflow_handle.rbs +95 -0
- data/sig/temporalio/client/workflow_query_reject_condition.rbs +12 -0
- data/sig/temporalio/client/workflow_update_handle.rbs +26 -0
- data/sig/temporalio/client/workflow_update_wait_stage.rbs +12 -0
- data/sig/temporalio/client.rbs +271 -0
- data/sig/temporalio/common_enums.rbs +60 -0
- data/sig/temporalio/contrib/open_telemetry.rbs +74 -0
- data/sig/temporalio/converters/data_converter.rbs +32 -0
- data/sig/temporalio/converters/failure_converter.rbs +12 -0
- data/sig/temporalio/converters/payload_codec.rbs +8 -0
- data/sig/temporalio/converters/payload_converter/binary_null.rbs +9 -0
- data/sig/temporalio/converters/payload_converter/binary_plain.rbs +9 -0
- data/sig/temporalio/converters/payload_converter/binary_protobuf.rbs +9 -0
- data/sig/temporalio/converters/payload_converter/composite.rbs +16 -0
- data/sig/temporalio/converters/payload_converter/encoding.rbs +13 -0
- data/sig/temporalio/converters/payload_converter/json_plain.rbs +14 -0
- data/sig/temporalio/converters/payload_converter/json_protobuf.rbs +9 -0
- data/sig/temporalio/converters/payload_converter.rbs +24 -0
- data/sig/temporalio/converters/raw_value.rbs +9 -0
- data/sig/temporalio/converters.rbs +4 -0
- data/sig/temporalio/env_config.rbs +86 -0
- data/sig/temporalio/error/failure.rbs +170 -0
- data/sig/temporalio/error.rbs +88 -0
- data/sig/temporalio/internal/bridge/api/activity_result/activity_result.rbs +247 -0
- data/sig/temporalio/internal/bridge/api/activity_task/activity_task.rbs +372 -0
- data/sig/temporalio/internal/bridge/api/child_workflow/child_workflow.rbs +207 -0
- data/sig/temporalio/internal/bridge/api/common/common.rbs +123 -0
- data/sig/temporalio/internal/bridge/api/core_interface.rbs +231 -0
- data/sig/temporalio/internal/bridge/api/external_data/external_data.rbs +134 -0
- data/sig/temporalio/internal/bridge/api/nexus/nexus.rbs +285 -0
- data/sig/temporalio/internal/bridge/api/workflow_activation/workflow_activation.rbs +1304 -0
- data/sig/temporalio/internal/bridge/api/workflow_commands/workflow_commands.rbs +1526 -0
- data/sig/temporalio/internal/bridge/api/workflow_completion/workflow_completion.rbs +136 -0
- data/sig/temporalio/internal/bridge/api.rbs +8 -0
- data/sig/temporalio/internal/bridge/client.rbs +144 -0
- data/sig/temporalio/internal/bridge/metric.rbs +28 -0
- data/sig/temporalio/internal/bridge/runtime.rbs +97 -0
- data/sig/temporalio/internal/bridge/testing.rbs +91 -0
- data/sig/temporalio/internal/bridge/worker.rbs +199 -0
- data/sig/temporalio/internal/bridge.rbs +36 -0
- data/sig/temporalio/internal/client/implementation.rbs +33 -0
- data/sig/temporalio/internal/google_protobuf.rbs +7 -0
- data/sig/temporalio/internal/metric.rbs +35 -0
- data/sig/temporalio/internal/proto_utils.rbs +94 -0
- data/sig/temporalio/internal/worker/activity_worker.rbs +64 -0
- data/sig/temporalio/internal/worker/multi_runner.rbs +132 -0
- data/sig/temporalio/internal/worker/workflow_instance/child_workflow_handle.rbs +22 -0
- data/sig/temporalio/internal/worker/workflow_instance/context.rbs +172 -0
- data/sig/temporalio/internal/worker/workflow_instance/details.rbs +43 -0
- data/sig/temporalio/internal/worker/workflow_instance/external_workflow_handle.rbs +15 -0
- data/sig/temporalio/internal/worker/workflow_instance/externally_immutable_hash.rbs +16 -0
- data/sig/temporalio/internal/worker/workflow_instance/handler_execution.rbs +19 -0
- data/sig/temporalio/internal/worker/workflow_instance/handler_hash.rbs +14 -0
- data/sig/temporalio/internal/worker/workflow_instance/illegal_call_tracer.rbs +20 -0
- data/sig/temporalio/internal/worker/workflow_instance/inbound_implementation.rbs +19 -0
- data/sig/temporalio/internal/worker/workflow_instance/nexus_client.rbs +25 -0
- data/sig/temporalio/internal/worker/workflow_instance/nexus_operation_handle.rbs +19 -0
- data/sig/temporalio/internal/worker/workflow_instance/outbound_implementation.rbs +35 -0
- data/sig/temporalio/internal/worker/workflow_instance/replay_safe_logger.rbs +16 -0
- data/sig/temporalio/internal/worker/workflow_instance/replay_safe_metric.rbs +15 -0
- data/sig/temporalio/internal/worker/workflow_instance/scheduler.rbs +52 -0
- data/sig/temporalio/internal/worker/workflow_instance.rbs +111 -0
- data/sig/temporalio/internal/worker/workflow_worker.rbs +99 -0
- data/sig/temporalio/internal/workflow_task_failure_error.rbs +6 -0
- data/sig/temporalio/internal.rbs +4 -0
- data/sig/temporalio/metric.rbs +55 -0
- data/sig/temporalio/priority.rbs +17 -0
- data/sig/temporalio/retry_policy.rbs +21 -0
- data/sig/temporalio/runtime/metric_buffer.rbs +49 -0
- data/sig/temporalio/runtime.rbs +118 -0
- data/sig/temporalio/scoped_logger.rbs +15 -0
- data/sig/temporalio/search_attributes.rbs +82 -0
- data/sig/temporalio/simple_plugin.rbs +65 -0
- data/sig/temporalio/testing/activity_environment.rbs +52 -0
- data/sig/temporalio/testing/workflow_environment.rbs +141 -0
- data/sig/temporalio/testing.rbs +4 -0
- data/sig/temporalio/version.rbs +3 -0
- data/sig/temporalio/versioning_override.rbs +17 -0
- data/sig/temporalio/worker/activity_executor/fiber.rbs +9 -0
- data/sig/temporalio/worker/activity_executor/thread_pool.rbs +11 -0
- data/sig/temporalio/worker/activity_executor.rbs +12 -0
- data/sig/temporalio/worker/deployment_options.rbs +17 -0
- data/sig/temporalio/worker/illegal_workflow_call_validator.rbs +25 -0
- data/sig/temporalio/worker/interceptor.rbs +373 -0
- data/sig/temporalio/worker/plugin.rbs +47 -0
- data/sig/temporalio/worker/poller_behavior.rbs +23 -0
- data/sig/temporalio/worker/thread_pool.rbs +44 -0
- data/sig/temporalio/worker/tuner.rbs +121 -0
- data/sig/temporalio/worker/workflow_executor/thread_pool.rbs +58 -0
- data/sig/temporalio/worker/workflow_executor.rbs +15 -0
- data/sig/temporalio/worker/workflow_replayer.rbs +105 -0
- data/sig/temporalio/worker.rbs +168 -0
- data/sig/temporalio/worker_deployment_version.rbs +17 -0
- data/sig/temporalio/workflow/activity_cancellation_type.rbs +11 -0
- data/sig/temporalio/workflow/child_workflow_cancellation_type.rbs +12 -0
- data/sig/temporalio/workflow/child_workflow_handle.rbs +18 -0
- data/sig/temporalio/workflow/definition.rbs +181 -0
- data/sig/temporalio/workflow/external_workflow_handle.rbs +17 -0
- data/sig/temporalio/workflow/future.rbs +24 -0
- data/sig/temporalio/workflow/handler_unfinished_policy.rbs +10 -0
- data/sig/temporalio/workflow/info.rbs +79 -0
- data/sig/temporalio/workflow/nexus_client.rbs +34 -0
- data/sig/temporalio/workflow/nexus_operation_cancellation_type.rbs +12 -0
- data/sig/temporalio/workflow/nexus_operation_handle.rbs +10 -0
- data/sig/temporalio/workflow/parent_close_policy.rbs +12 -0
- data/sig/temporalio/workflow/update_info.rbs +15 -0
- data/sig/temporalio/workflow.rbs +215 -0
- data/sig/temporalio/workflow_history.rbs +13 -0
- data/sig/temporalio.rbs +3 -0
- data/temporalio.gemspec +1 -1
- metadata +445 -2
|
@@ -0,0 +1,499 @@
|
|
|
1
|
+
# Generated code. DO NOT EDIT!
|
|
2
|
+
|
|
3
|
+
module Temporalio
|
|
4
|
+
class Client
|
|
5
|
+
class Connection
|
|
6
|
+
class WorkflowService < Service
|
|
7
|
+
def initialize: (Connection) -> void
|
|
8
|
+
def register_namespace: (
|
|
9
|
+
Temporalio::Api::WorkflowService::V1::RegisterNamespaceRequest request,
|
|
10
|
+
?rpc_options: RPCOptions?
|
|
11
|
+
) -> Temporalio::Api::WorkflowService::V1::RegisterNamespaceResponse
|
|
12
|
+
def describe_namespace: (
|
|
13
|
+
Temporalio::Api::WorkflowService::V1::DescribeNamespaceRequest request,
|
|
14
|
+
?rpc_options: RPCOptions?
|
|
15
|
+
) -> Temporalio::Api::WorkflowService::V1::DescribeNamespaceResponse
|
|
16
|
+
def list_namespaces: (
|
|
17
|
+
Temporalio::Api::WorkflowService::V1::ListNamespacesRequest request,
|
|
18
|
+
?rpc_options: RPCOptions?
|
|
19
|
+
) -> Temporalio::Api::WorkflowService::V1::ListNamespacesResponse
|
|
20
|
+
def update_namespace: (
|
|
21
|
+
Temporalio::Api::WorkflowService::V1::UpdateNamespaceRequest request,
|
|
22
|
+
?rpc_options: RPCOptions?
|
|
23
|
+
) -> Temporalio::Api::WorkflowService::V1::UpdateNamespaceResponse
|
|
24
|
+
def deprecate_namespace: (
|
|
25
|
+
Temporalio::Api::WorkflowService::V1::DeprecateNamespaceRequest request,
|
|
26
|
+
?rpc_options: RPCOptions?
|
|
27
|
+
) -> Temporalio::Api::WorkflowService::V1::DeprecateNamespaceResponse
|
|
28
|
+
def start_workflow_execution: (
|
|
29
|
+
Temporalio::Api::WorkflowService::V1::StartWorkflowExecutionRequest request,
|
|
30
|
+
?rpc_options: RPCOptions?
|
|
31
|
+
) -> Temporalio::Api::WorkflowService::V1::StartWorkflowExecutionResponse
|
|
32
|
+
def execute_multi_operation: (
|
|
33
|
+
Temporalio::Api::WorkflowService::V1::ExecuteMultiOperationRequest request,
|
|
34
|
+
?rpc_options: RPCOptions?
|
|
35
|
+
) -> Temporalio::Api::WorkflowService::V1::ExecuteMultiOperationResponse
|
|
36
|
+
def get_workflow_execution_history: (
|
|
37
|
+
Temporalio::Api::WorkflowService::V1::GetWorkflowExecutionHistoryRequest request,
|
|
38
|
+
?rpc_options: RPCOptions?
|
|
39
|
+
) -> Temporalio::Api::WorkflowService::V1::GetWorkflowExecutionHistoryResponse
|
|
40
|
+
def get_workflow_execution_history_reverse: (
|
|
41
|
+
Temporalio::Api::WorkflowService::V1::GetWorkflowExecutionHistoryReverseRequest request,
|
|
42
|
+
?rpc_options: RPCOptions?
|
|
43
|
+
) -> Temporalio::Api::WorkflowService::V1::GetWorkflowExecutionHistoryReverseResponse
|
|
44
|
+
def poll_workflow_task_queue: (
|
|
45
|
+
Temporalio::Api::WorkflowService::V1::PollWorkflowTaskQueueRequest request,
|
|
46
|
+
?rpc_options: RPCOptions?
|
|
47
|
+
) -> Temporalio::Api::WorkflowService::V1::PollWorkflowTaskQueueResponse
|
|
48
|
+
def respond_workflow_task_completed: (
|
|
49
|
+
Temporalio::Api::WorkflowService::V1::RespondWorkflowTaskCompletedRequest request,
|
|
50
|
+
?rpc_options: RPCOptions?
|
|
51
|
+
) -> Temporalio::Api::WorkflowService::V1::RespondWorkflowTaskCompletedResponse
|
|
52
|
+
def respond_workflow_task_failed: (
|
|
53
|
+
Temporalio::Api::WorkflowService::V1::RespondWorkflowTaskFailedRequest request,
|
|
54
|
+
?rpc_options: RPCOptions?
|
|
55
|
+
) -> Temporalio::Api::WorkflowService::V1::RespondWorkflowTaskFailedResponse
|
|
56
|
+
def poll_activity_task_queue: (
|
|
57
|
+
Temporalio::Api::WorkflowService::V1::PollActivityTaskQueueRequest request,
|
|
58
|
+
?rpc_options: RPCOptions?
|
|
59
|
+
) -> Temporalio::Api::WorkflowService::V1::PollActivityTaskQueueResponse
|
|
60
|
+
def record_activity_task_heartbeat: (
|
|
61
|
+
Temporalio::Api::WorkflowService::V1::RecordActivityTaskHeartbeatRequest request,
|
|
62
|
+
?rpc_options: RPCOptions?
|
|
63
|
+
) -> Temporalio::Api::WorkflowService::V1::RecordActivityTaskHeartbeatResponse
|
|
64
|
+
def record_activity_task_heartbeat_by_id: (
|
|
65
|
+
Temporalio::Api::WorkflowService::V1::RecordActivityTaskHeartbeatByIdRequest request,
|
|
66
|
+
?rpc_options: RPCOptions?
|
|
67
|
+
) -> Temporalio::Api::WorkflowService::V1::RecordActivityTaskHeartbeatByIdResponse
|
|
68
|
+
def respond_activity_task_completed: (
|
|
69
|
+
Temporalio::Api::WorkflowService::V1::RespondActivityTaskCompletedRequest request,
|
|
70
|
+
?rpc_options: RPCOptions?
|
|
71
|
+
) -> Temporalio::Api::WorkflowService::V1::RespondActivityTaskCompletedResponse
|
|
72
|
+
def respond_activity_task_completed_by_id: (
|
|
73
|
+
Temporalio::Api::WorkflowService::V1::RespondActivityTaskCompletedByIdRequest request,
|
|
74
|
+
?rpc_options: RPCOptions?
|
|
75
|
+
) -> Temporalio::Api::WorkflowService::V1::RespondActivityTaskCompletedByIdResponse
|
|
76
|
+
def respond_activity_task_failed: (
|
|
77
|
+
Temporalio::Api::WorkflowService::V1::RespondActivityTaskFailedRequest request,
|
|
78
|
+
?rpc_options: RPCOptions?
|
|
79
|
+
) -> Temporalio::Api::WorkflowService::V1::RespondActivityTaskFailedResponse
|
|
80
|
+
def respond_activity_task_failed_by_id: (
|
|
81
|
+
Temporalio::Api::WorkflowService::V1::RespondActivityTaskFailedByIdRequest request,
|
|
82
|
+
?rpc_options: RPCOptions?
|
|
83
|
+
) -> Temporalio::Api::WorkflowService::V1::RespondActivityTaskFailedByIdResponse
|
|
84
|
+
def respond_activity_task_canceled: (
|
|
85
|
+
Temporalio::Api::WorkflowService::V1::RespondActivityTaskCanceledRequest request,
|
|
86
|
+
?rpc_options: RPCOptions?
|
|
87
|
+
) -> Temporalio::Api::WorkflowService::V1::RespondActivityTaskCanceledResponse
|
|
88
|
+
def respond_activity_task_canceled_by_id: (
|
|
89
|
+
Temporalio::Api::WorkflowService::V1::RespondActivityTaskCanceledByIdRequest request,
|
|
90
|
+
?rpc_options: RPCOptions?
|
|
91
|
+
) -> Temporalio::Api::WorkflowService::V1::RespondActivityTaskCanceledByIdResponse
|
|
92
|
+
def request_cancel_workflow_execution: (
|
|
93
|
+
Temporalio::Api::WorkflowService::V1::RequestCancelWorkflowExecutionRequest request,
|
|
94
|
+
?rpc_options: RPCOptions?
|
|
95
|
+
) -> Temporalio::Api::WorkflowService::V1::RequestCancelWorkflowExecutionResponse
|
|
96
|
+
def signal_workflow_execution: (
|
|
97
|
+
Temporalio::Api::WorkflowService::V1::SignalWorkflowExecutionRequest request,
|
|
98
|
+
?rpc_options: RPCOptions?
|
|
99
|
+
) -> Temporalio::Api::WorkflowService::V1::SignalWorkflowExecutionResponse
|
|
100
|
+
def signal_with_start_workflow_execution: (
|
|
101
|
+
Temporalio::Api::WorkflowService::V1::SignalWithStartWorkflowExecutionRequest request,
|
|
102
|
+
?rpc_options: RPCOptions?
|
|
103
|
+
) -> Temporalio::Api::WorkflowService::V1::SignalWithStartWorkflowExecutionResponse
|
|
104
|
+
def reset_workflow_execution: (
|
|
105
|
+
Temporalio::Api::WorkflowService::V1::ResetWorkflowExecutionRequest request,
|
|
106
|
+
?rpc_options: RPCOptions?
|
|
107
|
+
) -> Temporalio::Api::WorkflowService::V1::ResetWorkflowExecutionResponse
|
|
108
|
+
def terminate_workflow_execution: (
|
|
109
|
+
Temporalio::Api::WorkflowService::V1::TerminateWorkflowExecutionRequest request,
|
|
110
|
+
?rpc_options: RPCOptions?
|
|
111
|
+
) -> Temporalio::Api::WorkflowService::V1::TerminateWorkflowExecutionResponse
|
|
112
|
+
def delete_workflow_execution: (
|
|
113
|
+
Temporalio::Api::WorkflowService::V1::DeleteWorkflowExecutionRequest request,
|
|
114
|
+
?rpc_options: RPCOptions?
|
|
115
|
+
) -> Temporalio::Api::WorkflowService::V1::DeleteWorkflowExecutionResponse
|
|
116
|
+
def list_open_workflow_executions: (
|
|
117
|
+
Temporalio::Api::WorkflowService::V1::ListOpenWorkflowExecutionsRequest request,
|
|
118
|
+
?rpc_options: RPCOptions?
|
|
119
|
+
) -> Temporalio::Api::WorkflowService::V1::ListOpenWorkflowExecutionsResponse
|
|
120
|
+
def list_closed_workflow_executions: (
|
|
121
|
+
Temporalio::Api::WorkflowService::V1::ListClosedWorkflowExecutionsRequest request,
|
|
122
|
+
?rpc_options: RPCOptions?
|
|
123
|
+
) -> Temporalio::Api::WorkflowService::V1::ListClosedWorkflowExecutionsResponse
|
|
124
|
+
def list_workflow_executions: (
|
|
125
|
+
Temporalio::Api::WorkflowService::V1::ListWorkflowExecutionsRequest request,
|
|
126
|
+
?rpc_options: RPCOptions?
|
|
127
|
+
) -> Temporalio::Api::WorkflowService::V1::ListWorkflowExecutionsResponse
|
|
128
|
+
def list_archived_workflow_executions: (
|
|
129
|
+
Temporalio::Api::WorkflowService::V1::ListArchivedWorkflowExecutionsRequest request,
|
|
130
|
+
?rpc_options: RPCOptions?
|
|
131
|
+
) -> Temporalio::Api::WorkflowService::V1::ListArchivedWorkflowExecutionsResponse
|
|
132
|
+
def scan_workflow_executions: (
|
|
133
|
+
Temporalio::Api::WorkflowService::V1::ScanWorkflowExecutionsRequest request,
|
|
134
|
+
?rpc_options: RPCOptions?
|
|
135
|
+
) -> Temporalio::Api::WorkflowService::V1::ScanWorkflowExecutionsResponse
|
|
136
|
+
def count_workflow_executions: (
|
|
137
|
+
Temporalio::Api::WorkflowService::V1::CountWorkflowExecutionsRequest request,
|
|
138
|
+
?rpc_options: RPCOptions?
|
|
139
|
+
) -> Temporalio::Api::WorkflowService::V1::CountWorkflowExecutionsResponse
|
|
140
|
+
def get_search_attributes: (
|
|
141
|
+
Temporalio::Api::WorkflowService::V1::GetSearchAttributesRequest request,
|
|
142
|
+
?rpc_options: RPCOptions?
|
|
143
|
+
) -> Temporalio::Api::WorkflowService::V1::GetSearchAttributesResponse
|
|
144
|
+
def respond_query_task_completed: (
|
|
145
|
+
Temporalio::Api::WorkflowService::V1::RespondQueryTaskCompletedRequest request,
|
|
146
|
+
?rpc_options: RPCOptions?
|
|
147
|
+
) -> Temporalio::Api::WorkflowService::V1::RespondQueryTaskCompletedResponse
|
|
148
|
+
def reset_sticky_task_queue: (
|
|
149
|
+
Temporalio::Api::WorkflowService::V1::ResetStickyTaskQueueRequest request,
|
|
150
|
+
?rpc_options: RPCOptions?
|
|
151
|
+
) -> Temporalio::Api::WorkflowService::V1::ResetStickyTaskQueueResponse
|
|
152
|
+
def shutdown_worker: (
|
|
153
|
+
Temporalio::Api::WorkflowService::V1::ShutdownWorkerRequest request,
|
|
154
|
+
?rpc_options: RPCOptions?
|
|
155
|
+
) -> Temporalio::Api::WorkflowService::V1::ShutdownWorkerResponse
|
|
156
|
+
def query_workflow: (
|
|
157
|
+
Temporalio::Api::WorkflowService::V1::QueryWorkflowRequest request,
|
|
158
|
+
?rpc_options: RPCOptions?
|
|
159
|
+
) -> Temporalio::Api::WorkflowService::V1::QueryWorkflowResponse
|
|
160
|
+
def describe_workflow_execution: (
|
|
161
|
+
Temporalio::Api::WorkflowService::V1::DescribeWorkflowExecutionRequest request,
|
|
162
|
+
?rpc_options: RPCOptions?
|
|
163
|
+
) -> Temporalio::Api::WorkflowService::V1::DescribeWorkflowExecutionResponse
|
|
164
|
+
def describe_task_queue: (
|
|
165
|
+
Temporalio::Api::WorkflowService::V1::DescribeTaskQueueRequest request,
|
|
166
|
+
?rpc_options: RPCOptions?
|
|
167
|
+
) -> Temporalio::Api::WorkflowService::V1::DescribeTaskQueueResponse
|
|
168
|
+
def get_cluster_info: (
|
|
169
|
+
Temporalio::Api::WorkflowService::V1::GetClusterInfoRequest request,
|
|
170
|
+
?rpc_options: RPCOptions?
|
|
171
|
+
) -> Temporalio::Api::WorkflowService::V1::GetClusterInfoResponse
|
|
172
|
+
def get_system_info: (
|
|
173
|
+
Temporalio::Api::WorkflowService::V1::GetSystemInfoRequest request,
|
|
174
|
+
?rpc_options: RPCOptions?
|
|
175
|
+
) -> Temporalio::Api::WorkflowService::V1::GetSystemInfoResponse
|
|
176
|
+
def list_task_queue_partitions: (
|
|
177
|
+
Temporalio::Api::WorkflowService::V1::ListTaskQueuePartitionsRequest request,
|
|
178
|
+
?rpc_options: RPCOptions?
|
|
179
|
+
) -> Temporalio::Api::WorkflowService::V1::ListTaskQueuePartitionsResponse
|
|
180
|
+
def create_schedule: (
|
|
181
|
+
Temporalio::Api::WorkflowService::V1::CreateScheduleRequest request,
|
|
182
|
+
?rpc_options: RPCOptions?
|
|
183
|
+
) -> Temporalio::Api::WorkflowService::V1::CreateScheduleResponse
|
|
184
|
+
def describe_schedule: (
|
|
185
|
+
Temporalio::Api::WorkflowService::V1::DescribeScheduleRequest request,
|
|
186
|
+
?rpc_options: RPCOptions?
|
|
187
|
+
) -> Temporalio::Api::WorkflowService::V1::DescribeScheduleResponse
|
|
188
|
+
def update_schedule: (
|
|
189
|
+
Temporalio::Api::WorkflowService::V1::UpdateScheduleRequest request,
|
|
190
|
+
?rpc_options: RPCOptions?
|
|
191
|
+
) -> Temporalio::Api::WorkflowService::V1::UpdateScheduleResponse
|
|
192
|
+
def patch_schedule: (
|
|
193
|
+
Temporalio::Api::WorkflowService::V1::PatchScheduleRequest request,
|
|
194
|
+
?rpc_options: RPCOptions?
|
|
195
|
+
) -> Temporalio::Api::WorkflowService::V1::PatchScheduleResponse
|
|
196
|
+
def list_schedule_matching_times: (
|
|
197
|
+
Temporalio::Api::WorkflowService::V1::ListScheduleMatchingTimesRequest request,
|
|
198
|
+
?rpc_options: RPCOptions?
|
|
199
|
+
) -> Temporalio::Api::WorkflowService::V1::ListScheduleMatchingTimesResponse
|
|
200
|
+
def delete_schedule: (
|
|
201
|
+
Temporalio::Api::WorkflowService::V1::DeleteScheduleRequest request,
|
|
202
|
+
?rpc_options: RPCOptions?
|
|
203
|
+
) -> Temporalio::Api::WorkflowService::V1::DeleteScheduleResponse
|
|
204
|
+
def list_schedules: (
|
|
205
|
+
Temporalio::Api::WorkflowService::V1::ListSchedulesRequest request,
|
|
206
|
+
?rpc_options: RPCOptions?
|
|
207
|
+
) -> Temporalio::Api::WorkflowService::V1::ListSchedulesResponse
|
|
208
|
+
def count_schedules: (
|
|
209
|
+
Temporalio::Api::WorkflowService::V1::CountSchedulesRequest request,
|
|
210
|
+
?rpc_options: RPCOptions?
|
|
211
|
+
) -> Temporalio::Api::WorkflowService::V1::CountSchedulesResponse
|
|
212
|
+
def update_worker_build_id_compatibility: (
|
|
213
|
+
Temporalio::Api::WorkflowService::V1::UpdateWorkerBuildIdCompatibilityRequest request,
|
|
214
|
+
?rpc_options: RPCOptions?
|
|
215
|
+
) -> Temporalio::Api::WorkflowService::V1::UpdateWorkerBuildIdCompatibilityResponse
|
|
216
|
+
def get_worker_build_id_compatibility: (
|
|
217
|
+
Temporalio::Api::WorkflowService::V1::GetWorkerBuildIdCompatibilityRequest request,
|
|
218
|
+
?rpc_options: RPCOptions?
|
|
219
|
+
) -> Temporalio::Api::WorkflowService::V1::GetWorkerBuildIdCompatibilityResponse
|
|
220
|
+
def update_worker_versioning_rules: (
|
|
221
|
+
Temporalio::Api::WorkflowService::V1::UpdateWorkerVersioningRulesRequest request,
|
|
222
|
+
?rpc_options: RPCOptions?
|
|
223
|
+
) -> Temporalio::Api::WorkflowService::V1::UpdateWorkerVersioningRulesResponse
|
|
224
|
+
def get_worker_versioning_rules: (
|
|
225
|
+
Temporalio::Api::WorkflowService::V1::GetWorkerVersioningRulesRequest request,
|
|
226
|
+
?rpc_options: RPCOptions?
|
|
227
|
+
) -> Temporalio::Api::WorkflowService::V1::GetWorkerVersioningRulesResponse
|
|
228
|
+
def get_worker_task_reachability: (
|
|
229
|
+
Temporalio::Api::WorkflowService::V1::GetWorkerTaskReachabilityRequest request,
|
|
230
|
+
?rpc_options: RPCOptions?
|
|
231
|
+
) -> Temporalio::Api::WorkflowService::V1::GetWorkerTaskReachabilityResponse
|
|
232
|
+
def describe_deployment: (
|
|
233
|
+
Temporalio::Api::WorkflowService::V1::DescribeDeploymentRequest request,
|
|
234
|
+
?rpc_options: RPCOptions?
|
|
235
|
+
) -> Temporalio::Api::WorkflowService::V1::DescribeDeploymentResponse
|
|
236
|
+
def describe_worker_deployment_version: (
|
|
237
|
+
Temporalio::Api::WorkflowService::V1::DescribeWorkerDeploymentVersionRequest request,
|
|
238
|
+
?rpc_options: RPCOptions?
|
|
239
|
+
) -> Temporalio::Api::WorkflowService::V1::DescribeWorkerDeploymentVersionResponse
|
|
240
|
+
def list_deployments: (
|
|
241
|
+
Temporalio::Api::WorkflowService::V1::ListDeploymentsRequest request,
|
|
242
|
+
?rpc_options: RPCOptions?
|
|
243
|
+
) -> Temporalio::Api::WorkflowService::V1::ListDeploymentsResponse
|
|
244
|
+
def get_deployment_reachability: (
|
|
245
|
+
Temporalio::Api::WorkflowService::V1::GetDeploymentReachabilityRequest request,
|
|
246
|
+
?rpc_options: RPCOptions?
|
|
247
|
+
) -> Temporalio::Api::WorkflowService::V1::GetDeploymentReachabilityResponse
|
|
248
|
+
def get_current_deployment: (
|
|
249
|
+
Temporalio::Api::WorkflowService::V1::GetCurrentDeploymentRequest request,
|
|
250
|
+
?rpc_options: RPCOptions?
|
|
251
|
+
) -> Temporalio::Api::WorkflowService::V1::GetCurrentDeploymentResponse
|
|
252
|
+
def set_current_deployment: (
|
|
253
|
+
Temporalio::Api::WorkflowService::V1::SetCurrentDeploymentRequest request,
|
|
254
|
+
?rpc_options: RPCOptions?
|
|
255
|
+
) -> Temporalio::Api::WorkflowService::V1::SetCurrentDeploymentResponse
|
|
256
|
+
def set_worker_deployment_current_version: (
|
|
257
|
+
Temporalio::Api::WorkflowService::V1::SetWorkerDeploymentCurrentVersionRequest request,
|
|
258
|
+
?rpc_options: RPCOptions?
|
|
259
|
+
) -> Temporalio::Api::WorkflowService::V1::SetWorkerDeploymentCurrentVersionResponse
|
|
260
|
+
def describe_worker_deployment: (
|
|
261
|
+
Temporalio::Api::WorkflowService::V1::DescribeWorkerDeploymentRequest request,
|
|
262
|
+
?rpc_options: RPCOptions?
|
|
263
|
+
) -> Temporalio::Api::WorkflowService::V1::DescribeWorkerDeploymentResponse
|
|
264
|
+
def delete_worker_deployment: (
|
|
265
|
+
Temporalio::Api::WorkflowService::V1::DeleteWorkerDeploymentRequest request,
|
|
266
|
+
?rpc_options: RPCOptions?
|
|
267
|
+
) -> Temporalio::Api::WorkflowService::V1::DeleteWorkerDeploymentResponse
|
|
268
|
+
def delete_worker_deployment_version: (
|
|
269
|
+
Temporalio::Api::WorkflowService::V1::DeleteWorkerDeploymentVersionRequest request,
|
|
270
|
+
?rpc_options: RPCOptions?
|
|
271
|
+
) -> Temporalio::Api::WorkflowService::V1::DeleteWorkerDeploymentVersionResponse
|
|
272
|
+
def set_worker_deployment_ramping_version: (
|
|
273
|
+
Temporalio::Api::WorkflowService::V1::SetWorkerDeploymentRampingVersionRequest request,
|
|
274
|
+
?rpc_options: RPCOptions?
|
|
275
|
+
) -> Temporalio::Api::WorkflowService::V1::SetWorkerDeploymentRampingVersionResponse
|
|
276
|
+
def list_worker_deployments: (
|
|
277
|
+
Temporalio::Api::WorkflowService::V1::ListWorkerDeploymentsRequest request,
|
|
278
|
+
?rpc_options: RPCOptions?
|
|
279
|
+
) -> Temporalio::Api::WorkflowService::V1::ListWorkerDeploymentsResponse
|
|
280
|
+
def create_worker_deployment: (
|
|
281
|
+
Temporalio::Api::WorkflowService::V1::CreateWorkerDeploymentRequest request,
|
|
282
|
+
?rpc_options: RPCOptions?
|
|
283
|
+
) -> Temporalio::Api::WorkflowService::V1::CreateWorkerDeploymentResponse
|
|
284
|
+
def create_worker_deployment_version: (
|
|
285
|
+
Temporalio::Api::WorkflowService::V1::CreateWorkerDeploymentVersionRequest request,
|
|
286
|
+
?rpc_options: RPCOptions?
|
|
287
|
+
) -> Temporalio::Api::WorkflowService::V1::CreateWorkerDeploymentVersionResponse
|
|
288
|
+
def update_worker_deployment_version_compute_config: (
|
|
289
|
+
Temporalio::Api::WorkflowService::V1::UpdateWorkerDeploymentVersionComputeConfigRequest request,
|
|
290
|
+
?rpc_options: RPCOptions?
|
|
291
|
+
) -> Temporalio::Api::WorkflowService::V1::UpdateWorkerDeploymentVersionComputeConfigResponse
|
|
292
|
+
def validate_worker_deployment_version_compute_config: (
|
|
293
|
+
Temporalio::Api::WorkflowService::V1::ValidateWorkerDeploymentVersionComputeConfigRequest request,
|
|
294
|
+
?rpc_options: RPCOptions?
|
|
295
|
+
) -> Temporalio::Api::WorkflowService::V1::ValidateWorkerDeploymentVersionComputeConfigResponse
|
|
296
|
+
def update_worker_deployment_version_metadata: (
|
|
297
|
+
Temporalio::Api::WorkflowService::V1::UpdateWorkerDeploymentVersionMetadataRequest request,
|
|
298
|
+
?rpc_options: RPCOptions?
|
|
299
|
+
) -> Temporalio::Api::WorkflowService::V1::UpdateWorkerDeploymentVersionMetadataResponse
|
|
300
|
+
def set_worker_deployment_manager: (
|
|
301
|
+
Temporalio::Api::WorkflowService::V1::SetWorkerDeploymentManagerRequest request,
|
|
302
|
+
?rpc_options: RPCOptions?
|
|
303
|
+
) -> Temporalio::Api::WorkflowService::V1::SetWorkerDeploymentManagerResponse
|
|
304
|
+
def update_workflow_execution: (
|
|
305
|
+
Temporalio::Api::WorkflowService::V1::UpdateWorkflowExecutionRequest request,
|
|
306
|
+
?rpc_options: RPCOptions?
|
|
307
|
+
) -> Temporalio::Api::WorkflowService::V1::UpdateWorkflowExecutionResponse
|
|
308
|
+
def poll_workflow_execution_update: (
|
|
309
|
+
Temporalio::Api::WorkflowService::V1::PollWorkflowExecutionUpdateRequest request,
|
|
310
|
+
?rpc_options: RPCOptions?
|
|
311
|
+
) -> Temporalio::Api::WorkflowService::V1::PollWorkflowExecutionUpdateResponse
|
|
312
|
+
def start_batch_operation: (
|
|
313
|
+
Temporalio::Api::WorkflowService::V1::StartBatchOperationRequest request,
|
|
314
|
+
?rpc_options: RPCOptions?
|
|
315
|
+
) -> Temporalio::Api::WorkflowService::V1::StartBatchOperationResponse
|
|
316
|
+
def stop_batch_operation: (
|
|
317
|
+
Temporalio::Api::WorkflowService::V1::StopBatchOperationRequest request,
|
|
318
|
+
?rpc_options: RPCOptions?
|
|
319
|
+
) -> Temporalio::Api::WorkflowService::V1::StopBatchOperationResponse
|
|
320
|
+
def describe_batch_operation: (
|
|
321
|
+
Temporalio::Api::WorkflowService::V1::DescribeBatchOperationRequest request,
|
|
322
|
+
?rpc_options: RPCOptions?
|
|
323
|
+
) -> Temporalio::Api::WorkflowService::V1::DescribeBatchOperationResponse
|
|
324
|
+
def list_batch_operations: (
|
|
325
|
+
Temporalio::Api::WorkflowService::V1::ListBatchOperationsRequest request,
|
|
326
|
+
?rpc_options: RPCOptions?
|
|
327
|
+
) -> Temporalio::Api::WorkflowService::V1::ListBatchOperationsResponse
|
|
328
|
+
def poll_nexus_task_queue: (
|
|
329
|
+
Temporalio::Api::WorkflowService::V1::PollNexusTaskQueueRequest request,
|
|
330
|
+
?rpc_options: RPCOptions?
|
|
331
|
+
) -> Temporalio::Api::WorkflowService::V1::PollNexusTaskQueueResponse
|
|
332
|
+
def respond_nexus_task_completed: (
|
|
333
|
+
Temporalio::Api::WorkflowService::V1::RespondNexusTaskCompletedRequest request,
|
|
334
|
+
?rpc_options: RPCOptions?
|
|
335
|
+
) -> Temporalio::Api::WorkflowService::V1::RespondNexusTaskCompletedResponse
|
|
336
|
+
def respond_nexus_task_failed: (
|
|
337
|
+
Temporalio::Api::WorkflowService::V1::RespondNexusTaskFailedRequest request,
|
|
338
|
+
?rpc_options: RPCOptions?
|
|
339
|
+
) -> Temporalio::Api::WorkflowService::V1::RespondNexusTaskFailedResponse
|
|
340
|
+
def update_activity_options: (
|
|
341
|
+
Temporalio::Api::WorkflowService::V1::UpdateActivityOptionsRequest request,
|
|
342
|
+
?rpc_options: RPCOptions?
|
|
343
|
+
) -> Temporalio::Api::WorkflowService::V1::UpdateActivityOptionsResponse
|
|
344
|
+
def update_workflow_execution_options: (
|
|
345
|
+
Temporalio::Api::WorkflowService::V1::UpdateWorkflowExecutionOptionsRequest request,
|
|
346
|
+
?rpc_options: RPCOptions?
|
|
347
|
+
) -> Temporalio::Api::WorkflowService::V1::UpdateWorkflowExecutionOptionsResponse
|
|
348
|
+
def pause_activity: (
|
|
349
|
+
Temporalio::Api::WorkflowService::V1::PauseActivityRequest request,
|
|
350
|
+
?rpc_options: RPCOptions?
|
|
351
|
+
) -> Temporalio::Api::WorkflowService::V1::PauseActivityResponse
|
|
352
|
+
def unpause_activity: (
|
|
353
|
+
Temporalio::Api::WorkflowService::V1::UnpauseActivityRequest request,
|
|
354
|
+
?rpc_options: RPCOptions?
|
|
355
|
+
) -> Temporalio::Api::WorkflowService::V1::UnpauseActivityResponse
|
|
356
|
+
def reset_activity: (
|
|
357
|
+
Temporalio::Api::WorkflowService::V1::ResetActivityRequest request,
|
|
358
|
+
?rpc_options: RPCOptions?
|
|
359
|
+
) -> Temporalio::Api::WorkflowService::V1::ResetActivityResponse
|
|
360
|
+
def create_workflow_rule: (
|
|
361
|
+
Temporalio::Api::WorkflowService::V1::CreateWorkflowRuleRequest request,
|
|
362
|
+
?rpc_options: RPCOptions?
|
|
363
|
+
) -> Temporalio::Api::WorkflowService::V1::CreateWorkflowRuleResponse
|
|
364
|
+
def describe_workflow_rule: (
|
|
365
|
+
Temporalio::Api::WorkflowService::V1::DescribeWorkflowRuleRequest request,
|
|
366
|
+
?rpc_options: RPCOptions?
|
|
367
|
+
) -> Temporalio::Api::WorkflowService::V1::DescribeWorkflowRuleResponse
|
|
368
|
+
def delete_workflow_rule: (
|
|
369
|
+
Temporalio::Api::WorkflowService::V1::DeleteWorkflowRuleRequest request,
|
|
370
|
+
?rpc_options: RPCOptions?
|
|
371
|
+
) -> Temporalio::Api::WorkflowService::V1::DeleteWorkflowRuleResponse
|
|
372
|
+
def list_workflow_rules: (
|
|
373
|
+
Temporalio::Api::WorkflowService::V1::ListWorkflowRulesRequest request,
|
|
374
|
+
?rpc_options: RPCOptions?
|
|
375
|
+
) -> Temporalio::Api::WorkflowService::V1::ListWorkflowRulesResponse
|
|
376
|
+
def trigger_workflow_rule: (
|
|
377
|
+
Temporalio::Api::WorkflowService::V1::TriggerWorkflowRuleRequest request,
|
|
378
|
+
?rpc_options: RPCOptions?
|
|
379
|
+
) -> Temporalio::Api::WorkflowService::V1::TriggerWorkflowRuleResponse
|
|
380
|
+
def record_worker_heartbeat: (
|
|
381
|
+
Temporalio::Api::WorkflowService::V1::RecordWorkerHeartbeatRequest request,
|
|
382
|
+
?rpc_options: RPCOptions?
|
|
383
|
+
) -> Temporalio::Api::WorkflowService::V1::RecordWorkerHeartbeatResponse
|
|
384
|
+
def list_workers: (
|
|
385
|
+
Temporalio::Api::WorkflowService::V1::ListWorkersRequest request,
|
|
386
|
+
?rpc_options: RPCOptions?
|
|
387
|
+
) -> Temporalio::Api::WorkflowService::V1::ListWorkersResponse
|
|
388
|
+
def count_workers: (
|
|
389
|
+
Temporalio::Api::WorkflowService::V1::CountWorkersRequest request,
|
|
390
|
+
?rpc_options: RPCOptions?
|
|
391
|
+
) -> Temporalio::Api::WorkflowService::V1::CountWorkersResponse
|
|
392
|
+
def update_task_queue_config: (
|
|
393
|
+
Temporalio::Api::WorkflowService::V1::UpdateTaskQueueConfigRequest request,
|
|
394
|
+
?rpc_options: RPCOptions?
|
|
395
|
+
) -> Temporalio::Api::WorkflowService::V1::UpdateTaskQueueConfigResponse
|
|
396
|
+
def fetch_worker_config: (
|
|
397
|
+
Temporalio::Api::WorkflowService::V1::FetchWorkerConfigRequest request,
|
|
398
|
+
?rpc_options: RPCOptions?
|
|
399
|
+
) -> Temporalio::Api::WorkflowService::V1::FetchWorkerConfigResponse
|
|
400
|
+
def update_worker_config: (
|
|
401
|
+
Temporalio::Api::WorkflowService::V1::UpdateWorkerConfigRequest request,
|
|
402
|
+
?rpc_options: RPCOptions?
|
|
403
|
+
) -> Temporalio::Api::WorkflowService::V1::UpdateWorkerConfigResponse
|
|
404
|
+
def describe_worker: (
|
|
405
|
+
Temporalio::Api::WorkflowService::V1::DescribeWorkerRequest request,
|
|
406
|
+
?rpc_options: RPCOptions?
|
|
407
|
+
) -> Temporalio::Api::WorkflowService::V1::DescribeWorkerResponse
|
|
408
|
+
def pause_workflow_execution: (
|
|
409
|
+
Temporalio::Api::WorkflowService::V1::PauseWorkflowExecutionRequest request,
|
|
410
|
+
?rpc_options: RPCOptions?
|
|
411
|
+
) -> Temporalio::Api::WorkflowService::V1::PauseWorkflowExecutionResponse
|
|
412
|
+
def unpause_workflow_execution: (
|
|
413
|
+
Temporalio::Api::WorkflowService::V1::UnpauseWorkflowExecutionRequest request,
|
|
414
|
+
?rpc_options: RPCOptions?
|
|
415
|
+
) -> Temporalio::Api::WorkflowService::V1::UnpauseWorkflowExecutionResponse
|
|
416
|
+
def start_activity_execution: (
|
|
417
|
+
Temporalio::Api::WorkflowService::V1::StartActivityExecutionRequest request,
|
|
418
|
+
?rpc_options: RPCOptions?
|
|
419
|
+
) -> Temporalio::Api::WorkflowService::V1::StartActivityExecutionResponse
|
|
420
|
+
def start_nexus_operation_execution: (
|
|
421
|
+
Temporalio::Api::WorkflowService::V1::StartNexusOperationExecutionRequest request,
|
|
422
|
+
?rpc_options: RPCOptions?
|
|
423
|
+
) -> Temporalio::Api::WorkflowService::V1::StartNexusOperationExecutionResponse
|
|
424
|
+
def describe_activity_execution: (
|
|
425
|
+
Temporalio::Api::WorkflowService::V1::DescribeActivityExecutionRequest request,
|
|
426
|
+
?rpc_options: RPCOptions?
|
|
427
|
+
) -> Temporalio::Api::WorkflowService::V1::DescribeActivityExecutionResponse
|
|
428
|
+
def describe_nexus_operation_execution: (
|
|
429
|
+
Temporalio::Api::WorkflowService::V1::DescribeNexusOperationExecutionRequest request,
|
|
430
|
+
?rpc_options: RPCOptions?
|
|
431
|
+
) -> Temporalio::Api::WorkflowService::V1::DescribeNexusOperationExecutionResponse
|
|
432
|
+
def poll_activity_execution: (
|
|
433
|
+
Temporalio::Api::WorkflowService::V1::PollActivityExecutionRequest request,
|
|
434
|
+
?rpc_options: RPCOptions?
|
|
435
|
+
) -> Temporalio::Api::WorkflowService::V1::PollActivityExecutionResponse
|
|
436
|
+
def poll_nexus_operation_execution: (
|
|
437
|
+
Temporalio::Api::WorkflowService::V1::PollNexusOperationExecutionRequest request,
|
|
438
|
+
?rpc_options: RPCOptions?
|
|
439
|
+
) -> Temporalio::Api::WorkflowService::V1::PollNexusOperationExecutionResponse
|
|
440
|
+
def list_activity_executions: (
|
|
441
|
+
Temporalio::Api::WorkflowService::V1::ListActivityExecutionsRequest request,
|
|
442
|
+
?rpc_options: RPCOptions?
|
|
443
|
+
) -> Temporalio::Api::WorkflowService::V1::ListActivityExecutionsResponse
|
|
444
|
+
def list_nexus_operation_executions: (
|
|
445
|
+
Temporalio::Api::WorkflowService::V1::ListNexusOperationExecutionsRequest request,
|
|
446
|
+
?rpc_options: RPCOptions?
|
|
447
|
+
) -> Temporalio::Api::WorkflowService::V1::ListNexusOperationExecutionsResponse
|
|
448
|
+
def count_activity_executions: (
|
|
449
|
+
Temporalio::Api::WorkflowService::V1::CountActivityExecutionsRequest request,
|
|
450
|
+
?rpc_options: RPCOptions?
|
|
451
|
+
) -> Temporalio::Api::WorkflowService::V1::CountActivityExecutionsResponse
|
|
452
|
+
def count_nexus_operation_executions: (
|
|
453
|
+
Temporalio::Api::WorkflowService::V1::CountNexusOperationExecutionsRequest request,
|
|
454
|
+
?rpc_options: RPCOptions?
|
|
455
|
+
) -> Temporalio::Api::WorkflowService::V1::CountNexusOperationExecutionsResponse
|
|
456
|
+
def request_cancel_activity_execution: (
|
|
457
|
+
Temporalio::Api::WorkflowService::V1::RequestCancelActivityExecutionRequest request,
|
|
458
|
+
?rpc_options: RPCOptions?
|
|
459
|
+
) -> Temporalio::Api::WorkflowService::V1::RequestCancelActivityExecutionResponse
|
|
460
|
+
def request_cancel_nexus_operation_execution: (
|
|
461
|
+
Temporalio::Api::WorkflowService::V1::RequestCancelNexusOperationExecutionRequest request,
|
|
462
|
+
?rpc_options: RPCOptions?
|
|
463
|
+
) -> Temporalio::Api::WorkflowService::V1::RequestCancelNexusOperationExecutionResponse
|
|
464
|
+
def terminate_activity_execution: (
|
|
465
|
+
Temporalio::Api::WorkflowService::V1::TerminateActivityExecutionRequest request,
|
|
466
|
+
?rpc_options: RPCOptions?
|
|
467
|
+
) -> Temporalio::Api::WorkflowService::V1::TerminateActivityExecutionResponse
|
|
468
|
+
def delete_activity_execution: (
|
|
469
|
+
Temporalio::Api::WorkflowService::V1::DeleteActivityExecutionRequest request,
|
|
470
|
+
?rpc_options: RPCOptions?
|
|
471
|
+
) -> Temporalio::Api::WorkflowService::V1::DeleteActivityExecutionResponse
|
|
472
|
+
def pause_activity_execution: (
|
|
473
|
+
Temporalio::Api::WorkflowService::V1::PauseActivityExecutionRequest request,
|
|
474
|
+
?rpc_options: RPCOptions?
|
|
475
|
+
) -> Temporalio::Api::WorkflowService::V1::PauseActivityExecutionResponse
|
|
476
|
+
def reset_activity_execution: (
|
|
477
|
+
Temporalio::Api::WorkflowService::V1::ResetActivityExecutionRequest request,
|
|
478
|
+
?rpc_options: RPCOptions?
|
|
479
|
+
) -> Temporalio::Api::WorkflowService::V1::ResetActivityExecutionResponse
|
|
480
|
+
def unpause_activity_execution: (
|
|
481
|
+
Temporalio::Api::WorkflowService::V1::UnpauseActivityExecutionRequest request,
|
|
482
|
+
?rpc_options: RPCOptions?
|
|
483
|
+
) -> Temporalio::Api::WorkflowService::V1::UnpauseActivityExecutionResponse
|
|
484
|
+
def update_activity_execution_options: (
|
|
485
|
+
Temporalio::Api::WorkflowService::V1::UpdateActivityExecutionOptionsRequest request,
|
|
486
|
+
?rpc_options: RPCOptions?
|
|
487
|
+
) -> Temporalio::Api::WorkflowService::V1::UpdateActivityExecutionOptionsResponse
|
|
488
|
+
def terminate_nexus_operation_execution: (
|
|
489
|
+
Temporalio::Api::WorkflowService::V1::TerminateNexusOperationExecutionRequest request,
|
|
490
|
+
?rpc_options: RPCOptions?
|
|
491
|
+
) -> Temporalio::Api::WorkflowService::V1::TerminateNexusOperationExecutionResponse
|
|
492
|
+
def delete_nexus_operation_execution: (
|
|
493
|
+
Temporalio::Api::WorkflowService::V1::DeleteNexusOperationExecutionRequest request,
|
|
494
|
+
?rpc_options: RPCOptions?
|
|
495
|
+
) -> Temporalio::Api::WorkflowService::V1::DeleteNexusOperationExecutionResponse
|
|
496
|
+
end
|
|
497
|
+
end
|
|
498
|
+
end
|
|
499
|
+
end
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
module Temporalio
|
|
2
|
+
class Client
|
|
3
|
+
class Connection
|
|
4
|
+
class Options
|
|
5
|
+
attr_reader target_host: String
|
|
6
|
+
attr_reader api_key: String?
|
|
7
|
+
attr_reader tls: bool | Connection::TLSOptions | nil
|
|
8
|
+
attr_reader rpc_metadata: Hash[String, String]
|
|
9
|
+
attr_reader rpc_retry: RPCRetryOptions
|
|
10
|
+
attr_reader identity: String
|
|
11
|
+
attr_reader keep_alive: KeepAliveOptions
|
|
12
|
+
attr_reader http_connect_proxy: HTTPConnectProxyOptions
|
|
13
|
+
attr_reader runtime: Runtime
|
|
14
|
+
attr_reader lazy_connect: bool
|
|
15
|
+
attr_reader dns_load_balancing: DnsLoadBalancingOptions?
|
|
16
|
+
attr_reader grpc_compression: GrpcCompressionOptions::Gzip | GrpcCompressionOptions::None
|
|
17
|
+
|
|
18
|
+
def initialize: (
|
|
19
|
+
target_host: String,
|
|
20
|
+
api_key: String?,
|
|
21
|
+
tls: bool | Connection::TLSOptions | nil,
|
|
22
|
+
rpc_metadata: Hash[String, String],
|
|
23
|
+
rpc_retry: RPCRetryOptions,
|
|
24
|
+
identity: String,
|
|
25
|
+
keep_alive: KeepAliveOptions,
|
|
26
|
+
http_connect_proxy: HTTPConnectProxyOptions?,
|
|
27
|
+
runtime: Runtime,
|
|
28
|
+
lazy_connect: bool,
|
|
29
|
+
dns_load_balancing: DnsLoadBalancingOptions?,
|
|
30
|
+
grpc_compression: GrpcCompressionOptions::Gzip | GrpcCompressionOptions::None
|
|
31
|
+
) -> void
|
|
32
|
+
|
|
33
|
+
def to_h: -> Hash[Symbol, untyped]
|
|
34
|
+
|
|
35
|
+
def with: (**untyped) -> Options
|
|
36
|
+
end
|
|
37
|
+
|
|
38
|
+
class TLSOptions
|
|
39
|
+
attr_reader client_cert: String?
|
|
40
|
+
attr_reader client_private_key: String?
|
|
41
|
+
attr_reader server_root_ca_cert: String?
|
|
42
|
+
attr_reader domain: String?
|
|
43
|
+
|
|
44
|
+
def initialize: (
|
|
45
|
+
?client_cert: String?,
|
|
46
|
+
?client_private_key: String?,
|
|
47
|
+
?server_root_ca_cert: String?,
|
|
48
|
+
?domain: String?
|
|
49
|
+
) -> void
|
|
50
|
+
end
|
|
51
|
+
|
|
52
|
+
class RPCRetryOptions
|
|
53
|
+
attr_reader initial_interval: Float
|
|
54
|
+
attr_reader randomization_factor: Float
|
|
55
|
+
attr_reader multiplier: Float
|
|
56
|
+
attr_reader max_interval: Float
|
|
57
|
+
attr_reader max_elapsed_time: Float
|
|
58
|
+
attr_reader max_retries: Integer
|
|
59
|
+
|
|
60
|
+
def initialize: (
|
|
61
|
+
?initial_interval: Float,
|
|
62
|
+
?randomization_factor: Float,
|
|
63
|
+
?multiplier: Float,
|
|
64
|
+
?max_interval: Float,
|
|
65
|
+
?max_elapsed_time: Float,
|
|
66
|
+
?max_retries: Integer
|
|
67
|
+
) -> void
|
|
68
|
+
end
|
|
69
|
+
|
|
70
|
+
class KeepAliveOptions
|
|
71
|
+
attr_reader interval: Float
|
|
72
|
+
attr_reader timeout: Float
|
|
73
|
+
|
|
74
|
+
def initialize: (
|
|
75
|
+
?interval: Float,
|
|
76
|
+
?timeout: Float
|
|
77
|
+
) -> void
|
|
78
|
+
end
|
|
79
|
+
|
|
80
|
+
class HTTPConnectProxyOptions
|
|
81
|
+
attr_reader target_host: String
|
|
82
|
+
attr_reader basic_auth_user: String?
|
|
83
|
+
attr_reader basic_auth_pass: String?
|
|
84
|
+
|
|
85
|
+
def initialize: (
|
|
86
|
+
target_host: String,
|
|
87
|
+
?basic_auth_user: String?,
|
|
88
|
+
?basic_auth_pass: String?
|
|
89
|
+
) -> void
|
|
90
|
+
end
|
|
91
|
+
|
|
92
|
+
class DnsLoadBalancingOptions
|
|
93
|
+
attr_reader resolution_interval: Float
|
|
94
|
+
|
|
95
|
+
def initialize: (
|
|
96
|
+
?resolution_interval: Float
|
|
97
|
+
) -> void
|
|
98
|
+
end
|
|
99
|
+
|
|
100
|
+
module GrpcCompressionOptions
|
|
101
|
+
class Gzip
|
|
102
|
+
def codec: -> :gzip
|
|
103
|
+
end
|
|
104
|
+
|
|
105
|
+
class None
|
|
106
|
+
def codec: -> :none
|
|
107
|
+
end
|
|
108
|
+
end
|
|
109
|
+
|
|
110
|
+
attr_reader options: Options
|
|
111
|
+
|
|
112
|
+
attr_reader workflow_service: WorkflowService
|
|
113
|
+
attr_reader operator_service: OperatorService
|
|
114
|
+
attr_reader cloud_service: CloudService
|
|
115
|
+
|
|
116
|
+
def initialize: (
|
|
117
|
+
target_host: String,
|
|
118
|
+
?api_key: String?,
|
|
119
|
+
?tls: bool | Connection::TLSOptions | nil,
|
|
120
|
+
?rpc_metadata: Hash[String, String],
|
|
121
|
+
?rpc_retry: RPCRetryOptions,
|
|
122
|
+
?identity: String,
|
|
123
|
+
?keep_alive: KeepAliveOptions,
|
|
124
|
+
?http_connect_proxy: HTTPConnectProxyOptions?,
|
|
125
|
+
?runtime: Runtime,
|
|
126
|
+
?lazy_connect: bool,
|
|
127
|
+
?dns_load_balancing: DnsLoadBalancingOptions?,
|
|
128
|
+
?grpc_compression: GrpcCompressionOptions::Gzip | GrpcCompressionOptions::None,
|
|
129
|
+
?around_connect: nil | ^(Options) { (Options) -> void } -> void
|
|
130
|
+
) -> void
|
|
131
|
+
|
|
132
|
+
def target_host: -> String
|
|
133
|
+
def identity: -> String
|
|
134
|
+
def connected?: -> bool
|
|
135
|
+
def api_key: -> String?
|
|
136
|
+
def api_key=: (String? new_key) -> void
|
|
137
|
+
def rpc_metadata: -> Hash[String, String]
|
|
138
|
+
def rpc_metadata=: (Hash[String, String] rpc_metadata) -> void
|
|
139
|
+
def _core_client: -> Internal::Bridge::Client
|
|
140
|
+
private def new_core_client: -> Internal::Bridge::Client
|
|
141
|
+
end
|
|
142
|
+
end
|
|
143
|
+
end
|