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,1067 @@
|
|
|
1
|
+
# typed: true
|
|
2
|
+
|
|
3
|
+
module Temporalio::Client::Interceptor
|
|
4
|
+
sig { params(next_interceptor: Temporalio::Client::Interceptor::Outbound).returns(Temporalio::Client::Interceptor::Outbound) }
|
|
5
|
+
def intercept_client(next_interceptor); end
|
|
6
|
+
end
|
|
7
|
+
|
|
8
|
+
class Temporalio::Client::Interceptor::StartWorkflowInput < ::Data
|
|
9
|
+
sig { returns(String) }
|
|
10
|
+
def workflow; end
|
|
11
|
+
|
|
12
|
+
sig { returns(T::Array[T.nilable(Object)]) }
|
|
13
|
+
def args; end
|
|
14
|
+
|
|
15
|
+
sig { returns(String) }
|
|
16
|
+
def workflow_id; end
|
|
17
|
+
|
|
18
|
+
sig { returns(String) }
|
|
19
|
+
def task_queue; end
|
|
20
|
+
|
|
21
|
+
sig { returns(T.nilable(String)) }
|
|
22
|
+
def static_summary; end
|
|
23
|
+
|
|
24
|
+
sig { returns(T.nilable(String)) }
|
|
25
|
+
def static_details; end
|
|
26
|
+
|
|
27
|
+
sig { returns(T.nilable(T.any(Integer, Float))) }
|
|
28
|
+
def execution_timeout; end
|
|
29
|
+
|
|
30
|
+
sig { returns(T.nilable(T.any(Integer, Float))) }
|
|
31
|
+
def run_timeout; end
|
|
32
|
+
|
|
33
|
+
sig { returns(T.nilable(T.any(Integer, Float))) }
|
|
34
|
+
def task_timeout; end
|
|
35
|
+
|
|
36
|
+
sig { returns(Integer) }
|
|
37
|
+
def id_reuse_policy; end
|
|
38
|
+
|
|
39
|
+
sig { returns(Integer) }
|
|
40
|
+
def id_conflict_policy; end
|
|
41
|
+
|
|
42
|
+
sig { returns(T.nilable(Temporalio::RetryPolicy)) }
|
|
43
|
+
def retry_policy; end
|
|
44
|
+
|
|
45
|
+
sig { returns(T.nilable(String)) }
|
|
46
|
+
def cron_schedule; end
|
|
47
|
+
|
|
48
|
+
sig { returns(T.nilable(T::Hash[T.any(String, Symbol), T.nilable(Object)])) }
|
|
49
|
+
def memo; end
|
|
50
|
+
|
|
51
|
+
sig { returns(T.nilable(Temporalio::SearchAttributes)) }
|
|
52
|
+
def search_attributes; end
|
|
53
|
+
|
|
54
|
+
sig { returns(T.nilable(T.any(Integer, Float))) }
|
|
55
|
+
def start_delay; end
|
|
56
|
+
|
|
57
|
+
sig { returns(T::Boolean) }
|
|
58
|
+
def request_eager_start; end
|
|
59
|
+
|
|
60
|
+
sig { returns(T.nilable(Temporalio::VersioningOverride)) }
|
|
61
|
+
def versioning_override; end
|
|
62
|
+
|
|
63
|
+
sig { returns(Temporalio::Priority) }
|
|
64
|
+
def priority; end
|
|
65
|
+
|
|
66
|
+
sig { returns(T.nilable(T::Array[Object])) }
|
|
67
|
+
def arg_hints; end
|
|
68
|
+
|
|
69
|
+
sig { returns(T.nilable(Object)) }
|
|
70
|
+
def result_hint; end
|
|
71
|
+
|
|
72
|
+
sig { returns(T::Hash[String, T.nilable(Object)]) }
|
|
73
|
+
def headers; end
|
|
74
|
+
|
|
75
|
+
sig { returns(T.nilable(Temporalio::Client::RPCOptions)) }
|
|
76
|
+
def rpc_options; end
|
|
77
|
+
|
|
78
|
+
class << self
|
|
79
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::StartWorkflowInput) }
|
|
80
|
+
def new(*args); end
|
|
81
|
+
|
|
82
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::StartWorkflowInput) }
|
|
83
|
+
def [](*args); end
|
|
84
|
+
|
|
85
|
+
sig { returns(T::Array[Symbol]) }
|
|
86
|
+
def members; end
|
|
87
|
+
end
|
|
88
|
+
end
|
|
89
|
+
|
|
90
|
+
class Temporalio::Client::Interceptor::StartUpdateWithStartWorkflowInput < ::Data
|
|
91
|
+
sig { returns(String) }
|
|
92
|
+
def update_id; end
|
|
93
|
+
|
|
94
|
+
sig { returns(String) }
|
|
95
|
+
def update; end
|
|
96
|
+
|
|
97
|
+
sig { returns(T::Array[T.nilable(Object)]) }
|
|
98
|
+
def args; end
|
|
99
|
+
|
|
100
|
+
sig { returns(Integer) }
|
|
101
|
+
def wait_for_stage; end
|
|
102
|
+
|
|
103
|
+
sig { returns(Temporalio::Client::WithStartWorkflowOperation) }
|
|
104
|
+
def start_workflow_operation; end
|
|
105
|
+
|
|
106
|
+
sig { returns(T.nilable(T::Array[Object])) }
|
|
107
|
+
def arg_hints; end
|
|
108
|
+
|
|
109
|
+
sig { returns(T.nilable(Object)) }
|
|
110
|
+
def result_hint; end
|
|
111
|
+
|
|
112
|
+
sig { returns(T::Hash[String, T.nilable(Object)]) }
|
|
113
|
+
def headers; end
|
|
114
|
+
|
|
115
|
+
sig { returns(T.nilable(Temporalio::Client::RPCOptions)) }
|
|
116
|
+
def rpc_options; end
|
|
117
|
+
|
|
118
|
+
class << self
|
|
119
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::StartUpdateWithStartWorkflowInput) }
|
|
120
|
+
def new(*args); end
|
|
121
|
+
|
|
122
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::StartUpdateWithStartWorkflowInput) }
|
|
123
|
+
def [](*args); end
|
|
124
|
+
|
|
125
|
+
sig { returns(T::Array[Symbol]) }
|
|
126
|
+
def members; end
|
|
127
|
+
end
|
|
128
|
+
end
|
|
129
|
+
|
|
130
|
+
class Temporalio::Client::Interceptor::SignalWithStartWorkflowInput < ::Data
|
|
131
|
+
sig { returns(String) }
|
|
132
|
+
def signal; end
|
|
133
|
+
|
|
134
|
+
sig { returns(T::Array[T.nilable(Object)]) }
|
|
135
|
+
def args; end
|
|
136
|
+
|
|
137
|
+
sig { returns(Temporalio::Client::WithStartWorkflowOperation) }
|
|
138
|
+
def start_workflow_operation; end
|
|
139
|
+
|
|
140
|
+
sig { returns(T.nilable(T::Array[Object])) }
|
|
141
|
+
def arg_hints; end
|
|
142
|
+
|
|
143
|
+
sig { returns(T.nilable(Temporalio::Client::RPCOptions)) }
|
|
144
|
+
def rpc_options; end
|
|
145
|
+
|
|
146
|
+
class << self
|
|
147
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::SignalWithStartWorkflowInput) }
|
|
148
|
+
def new(*args); end
|
|
149
|
+
|
|
150
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::SignalWithStartWorkflowInput) }
|
|
151
|
+
def [](*args); end
|
|
152
|
+
|
|
153
|
+
sig { returns(T::Array[Symbol]) }
|
|
154
|
+
def members; end
|
|
155
|
+
end
|
|
156
|
+
end
|
|
157
|
+
|
|
158
|
+
class Temporalio::Client::Interceptor::ListWorkflowPageInput < ::Data
|
|
159
|
+
sig { returns(T.nilable(String)) }
|
|
160
|
+
def query; end
|
|
161
|
+
|
|
162
|
+
sig { returns(T.nilable(String)) }
|
|
163
|
+
def next_page_token; end
|
|
164
|
+
|
|
165
|
+
sig { returns(T.nilable(Integer)) }
|
|
166
|
+
def page_size; end
|
|
167
|
+
|
|
168
|
+
sig { returns(T.nilable(Temporalio::Client::RPCOptions)) }
|
|
169
|
+
def rpc_options; end
|
|
170
|
+
|
|
171
|
+
class << self
|
|
172
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::ListWorkflowPageInput) }
|
|
173
|
+
def new(*args); end
|
|
174
|
+
|
|
175
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::ListWorkflowPageInput) }
|
|
176
|
+
def [](*args); end
|
|
177
|
+
|
|
178
|
+
sig { returns(T::Array[Symbol]) }
|
|
179
|
+
def members; end
|
|
180
|
+
end
|
|
181
|
+
end
|
|
182
|
+
|
|
183
|
+
class Temporalio::Client::Interceptor::CountWorkflowsInput < ::Data
|
|
184
|
+
sig { returns(T.nilable(String)) }
|
|
185
|
+
def query; end
|
|
186
|
+
|
|
187
|
+
sig { returns(T.nilable(Temporalio::Client::RPCOptions)) }
|
|
188
|
+
def rpc_options; end
|
|
189
|
+
|
|
190
|
+
class << self
|
|
191
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::CountWorkflowsInput) }
|
|
192
|
+
def new(*args); end
|
|
193
|
+
|
|
194
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::CountWorkflowsInput) }
|
|
195
|
+
def [](*args); end
|
|
196
|
+
|
|
197
|
+
sig { returns(T::Array[Symbol]) }
|
|
198
|
+
def members; end
|
|
199
|
+
end
|
|
200
|
+
end
|
|
201
|
+
|
|
202
|
+
class Temporalio::Client::Interceptor::DescribeWorkflowInput < ::Data
|
|
203
|
+
sig { returns(String) }
|
|
204
|
+
def workflow_id; end
|
|
205
|
+
|
|
206
|
+
sig { returns(T.nilable(String)) }
|
|
207
|
+
def run_id; end
|
|
208
|
+
|
|
209
|
+
sig { returns(T.nilable(Temporalio::Client::RPCOptions)) }
|
|
210
|
+
def rpc_options; end
|
|
211
|
+
|
|
212
|
+
class << self
|
|
213
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::DescribeWorkflowInput) }
|
|
214
|
+
def new(*args); end
|
|
215
|
+
|
|
216
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::DescribeWorkflowInput) }
|
|
217
|
+
def [](*args); end
|
|
218
|
+
|
|
219
|
+
sig { returns(T::Array[Symbol]) }
|
|
220
|
+
def members; end
|
|
221
|
+
end
|
|
222
|
+
end
|
|
223
|
+
|
|
224
|
+
class Temporalio::Client::Interceptor::FetchWorkflowHistoryEventsInput < ::Data
|
|
225
|
+
sig { returns(String) }
|
|
226
|
+
def workflow_id; end
|
|
227
|
+
|
|
228
|
+
sig { returns(T.nilable(String)) }
|
|
229
|
+
def run_id; end
|
|
230
|
+
|
|
231
|
+
sig { returns(T::Boolean) }
|
|
232
|
+
def wait_new_event; end
|
|
233
|
+
|
|
234
|
+
sig { returns(Integer) }
|
|
235
|
+
def event_filter_type; end
|
|
236
|
+
|
|
237
|
+
sig { returns(T::Boolean) }
|
|
238
|
+
def skip_archival; end
|
|
239
|
+
|
|
240
|
+
sig { returns(T.nilable(Temporalio::Client::RPCOptions)) }
|
|
241
|
+
def rpc_options; end
|
|
242
|
+
|
|
243
|
+
class << self
|
|
244
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::FetchWorkflowHistoryEventsInput) }
|
|
245
|
+
def new(*args); end
|
|
246
|
+
|
|
247
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::FetchWorkflowHistoryEventsInput) }
|
|
248
|
+
def [](*args); end
|
|
249
|
+
|
|
250
|
+
sig { returns(T::Array[Symbol]) }
|
|
251
|
+
def members; end
|
|
252
|
+
end
|
|
253
|
+
end
|
|
254
|
+
|
|
255
|
+
class Temporalio::Client::Interceptor::SignalWorkflowInput < ::Data
|
|
256
|
+
sig { returns(String) }
|
|
257
|
+
def workflow_id; end
|
|
258
|
+
|
|
259
|
+
sig { returns(T.nilable(String)) }
|
|
260
|
+
def run_id; end
|
|
261
|
+
|
|
262
|
+
sig { returns(String) }
|
|
263
|
+
def signal; end
|
|
264
|
+
|
|
265
|
+
sig { returns(T::Array[T.nilable(Object)]) }
|
|
266
|
+
def args; end
|
|
267
|
+
|
|
268
|
+
sig { returns(T.nilable(T::Array[Object])) }
|
|
269
|
+
def arg_hints; end
|
|
270
|
+
|
|
271
|
+
sig { returns(T::Hash[String, T.nilable(Object)]) }
|
|
272
|
+
def headers; end
|
|
273
|
+
|
|
274
|
+
sig { returns(T.nilable(Temporalio::Client::RPCOptions)) }
|
|
275
|
+
def rpc_options; end
|
|
276
|
+
|
|
277
|
+
class << self
|
|
278
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::SignalWorkflowInput) }
|
|
279
|
+
def new(*args); end
|
|
280
|
+
|
|
281
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::SignalWorkflowInput) }
|
|
282
|
+
def [](*args); end
|
|
283
|
+
|
|
284
|
+
sig { returns(T::Array[Symbol]) }
|
|
285
|
+
def members; end
|
|
286
|
+
end
|
|
287
|
+
end
|
|
288
|
+
|
|
289
|
+
class Temporalio::Client::Interceptor::QueryWorkflowInput < ::Data
|
|
290
|
+
sig { returns(String) }
|
|
291
|
+
def workflow_id; end
|
|
292
|
+
|
|
293
|
+
sig { returns(T.nilable(String)) }
|
|
294
|
+
def run_id; end
|
|
295
|
+
|
|
296
|
+
sig { returns(String) }
|
|
297
|
+
def query; end
|
|
298
|
+
|
|
299
|
+
sig { returns(T::Array[T.nilable(Object)]) }
|
|
300
|
+
def args; end
|
|
301
|
+
|
|
302
|
+
sig { returns(T.nilable(Integer)) }
|
|
303
|
+
def reject_condition; end
|
|
304
|
+
|
|
305
|
+
sig { returns(T.nilable(T::Array[Object])) }
|
|
306
|
+
def arg_hints; end
|
|
307
|
+
|
|
308
|
+
sig { returns(T.nilable(Object)) }
|
|
309
|
+
def result_hint; end
|
|
310
|
+
|
|
311
|
+
sig { returns(T::Hash[String, T.nilable(Object)]) }
|
|
312
|
+
def headers; end
|
|
313
|
+
|
|
314
|
+
sig { returns(T.nilable(Temporalio::Client::RPCOptions)) }
|
|
315
|
+
def rpc_options; end
|
|
316
|
+
|
|
317
|
+
class << self
|
|
318
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::QueryWorkflowInput) }
|
|
319
|
+
def new(*args); end
|
|
320
|
+
|
|
321
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::QueryWorkflowInput) }
|
|
322
|
+
def [](*args); end
|
|
323
|
+
|
|
324
|
+
sig { returns(T::Array[Symbol]) }
|
|
325
|
+
def members; end
|
|
326
|
+
end
|
|
327
|
+
end
|
|
328
|
+
|
|
329
|
+
class Temporalio::Client::Interceptor::StartWorkflowUpdateInput < ::Data
|
|
330
|
+
sig { returns(String) }
|
|
331
|
+
def workflow_id; end
|
|
332
|
+
|
|
333
|
+
sig { returns(T.nilable(String)) }
|
|
334
|
+
def run_id; end
|
|
335
|
+
|
|
336
|
+
sig { returns(String) }
|
|
337
|
+
def update_id; end
|
|
338
|
+
|
|
339
|
+
sig { returns(String) }
|
|
340
|
+
def update; end
|
|
341
|
+
|
|
342
|
+
sig { returns(T::Array[T.nilable(Object)]) }
|
|
343
|
+
def args; end
|
|
344
|
+
|
|
345
|
+
sig { returns(Integer) }
|
|
346
|
+
def wait_for_stage; end
|
|
347
|
+
|
|
348
|
+
sig { returns(T.nilable(T::Array[Object])) }
|
|
349
|
+
def arg_hints; end
|
|
350
|
+
|
|
351
|
+
sig { returns(T.nilable(Object)) }
|
|
352
|
+
def result_hint; end
|
|
353
|
+
|
|
354
|
+
sig { returns(T::Hash[String, T.nilable(Object)]) }
|
|
355
|
+
def headers; end
|
|
356
|
+
|
|
357
|
+
sig { returns(T.nilable(Temporalio::Client::RPCOptions)) }
|
|
358
|
+
def rpc_options; end
|
|
359
|
+
|
|
360
|
+
class << self
|
|
361
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::StartWorkflowUpdateInput) }
|
|
362
|
+
def new(*args); end
|
|
363
|
+
|
|
364
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::StartWorkflowUpdateInput) }
|
|
365
|
+
def [](*args); end
|
|
366
|
+
|
|
367
|
+
sig { returns(T::Array[Symbol]) }
|
|
368
|
+
def members; end
|
|
369
|
+
end
|
|
370
|
+
end
|
|
371
|
+
|
|
372
|
+
class Temporalio::Client::Interceptor::PollWorkflowUpdateInput < ::Data
|
|
373
|
+
sig { returns(String) }
|
|
374
|
+
def workflow_id; end
|
|
375
|
+
|
|
376
|
+
sig { returns(T.nilable(String)) }
|
|
377
|
+
def run_id; end
|
|
378
|
+
|
|
379
|
+
sig { returns(String) }
|
|
380
|
+
def update_id; end
|
|
381
|
+
|
|
382
|
+
sig { returns(T.nilable(Temporalio::Client::RPCOptions)) }
|
|
383
|
+
def rpc_options; end
|
|
384
|
+
|
|
385
|
+
class << self
|
|
386
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::PollWorkflowUpdateInput) }
|
|
387
|
+
def new(*args); end
|
|
388
|
+
|
|
389
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::PollWorkflowUpdateInput) }
|
|
390
|
+
def [](*args); end
|
|
391
|
+
|
|
392
|
+
sig { returns(T::Array[Symbol]) }
|
|
393
|
+
def members; end
|
|
394
|
+
end
|
|
395
|
+
end
|
|
396
|
+
|
|
397
|
+
class Temporalio::Client::Interceptor::CancelWorkflowInput < ::Data
|
|
398
|
+
sig { returns(String) }
|
|
399
|
+
def workflow_id; end
|
|
400
|
+
|
|
401
|
+
sig { returns(T.nilable(String)) }
|
|
402
|
+
def run_id; end
|
|
403
|
+
|
|
404
|
+
sig { returns(T.nilable(String)) }
|
|
405
|
+
def first_execution_run_id; end
|
|
406
|
+
|
|
407
|
+
sig { returns(T.nilable(Temporalio::Client::RPCOptions)) }
|
|
408
|
+
def rpc_options; end
|
|
409
|
+
|
|
410
|
+
class << self
|
|
411
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::CancelWorkflowInput) }
|
|
412
|
+
def new(*args); end
|
|
413
|
+
|
|
414
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::CancelWorkflowInput) }
|
|
415
|
+
def [](*args); end
|
|
416
|
+
|
|
417
|
+
sig { returns(T::Array[Symbol]) }
|
|
418
|
+
def members; end
|
|
419
|
+
end
|
|
420
|
+
end
|
|
421
|
+
|
|
422
|
+
class Temporalio::Client::Interceptor::TerminateWorkflowInput < ::Data
|
|
423
|
+
sig { returns(String) }
|
|
424
|
+
def workflow_id; end
|
|
425
|
+
|
|
426
|
+
sig { returns(T.nilable(String)) }
|
|
427
|
+
def run_id; end
|
|
428
|
+
|
|
429
|
+
sig { returns(T.nilable(String)) }
|
|
430
|
+
def first_execution_run_id; end
|
|
431
|
+
|
|
432
|
+
sig { returns(T.nilable(String)) }
|
|
433
|
+
def reason; end
|
|
434
|
+
|
|
435
|
+
sig { returns(T::Array[T.nilable(Object)]) }
|
|
436
|
+
def details; end
|
|
437
|
+
|
|
438
|
+
sig { returns(T.nilable(Temporalio::Client::RPCOptions)) }
|
|
439
|
+
def rpc_options; end
|
|
440
|
+
|
|
441
|
+
class << self
|
|
442
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::TerminateWorkflowInput) }
|
|
443
|
+
def new(*args); end
|
|
444
|
+
|
|
445
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::TerminateWorkflowInput) }
|
|
446
|
+
def [](*args); end
|
|
447
|
+
|
|
448
|
+
sig { returns(T::Array[Symbol]) }
|
|
449
|
+
def members; end
|
|
450
|
+
end
|
|
451
|
+
end
|
|
452
|
+
|
|
453
|
+
class Temporalio::Client::Interceptor::CreateScheduleInput < ::Data
|
|
454
|
+
sig { returns(String) }
|
|
455
|
+
def id; end
|
|
456
|
+
|
|
457
|
+
sig { returns(Temporalio::Client::Schedule) }
|
|
458
|
+
def schedule; end
|
|
459
|
+
|
|
460
|
+
sig { returns(T::Boolean) }
|
|
461
|
+
def trigger_immediately; end
|
|
462
|
+
|
|
463
|
+
sig { returns(T::Array[Temporalio::Client::Schedule::Backfill]) }
|
|
464
|
+
def backfills; end
|
|
465
|
+
|
|
466
|
+
sig { returns(T.nilable(T::Hash[T.any(String, Symbol), T.nilable(Object)])) }
|
|
467
|
+
def memo; end
|
|
468
|
+
|
|
469
|
+
sig { returns(T.nilable(Temporalio::SearchAttributes)) }
|
|
470
|
+
def search_attributes; end
|
|
471
|
+
|
|
472
|
+
sig { returns(T.nilable(Temporalio::Client::RPCOptions)) }
|
|
473
|
+
def rpc_options; end
|
|
474
|
+
|
|
475
|
+
class << self
|
|
476
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::CreateScheduleInput) }
|
|
477
|
+
def new(*args); end
|
|
478
|
+
|
|
479
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::CreateScheduleInput) }
|
|
480
|
+
def [](*args); end
|
|
481
|
+
|
|
482
|
+
sig { returns(T::Array[Symbol]) }
|
|
483
|
+
def members; end
|
|
484
|
+
end
|
|
485
|
+
end
|
|
486
|
+
|
|
487
|
+
class Temporalio::Client::Interceptor::ListSchedulesInput < ::Data
|
|
488
|
+
sig { returns(T.nilable(String)) }
|
|
489
|
+
def query; end
|
|
490
|
+
|
|
491
|
+
sig { returns(T.nilable(Temporalio::Client::RPCOptions)) }
|
|
492
|
+
def rpc_options; end
|
|
493
|
+
|
|
494
|
+
class << self
|
|
495
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::ListSchedulesInput) }
|
|
496
|
+
def new(*args); end
|
|
497
|
+
|
|
498
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::ListSchedulesInput) }
|
|
499
|
+
def [](*args); end
|
|
500
|
+
|
|
501
|
+
sig { returns(T::Array[Symbol]) }
|
|
502
|
+
def members; end
|
|
503
|
+
end
|
|
504
|
+
end
|
|
505
|
+
|
|
506
|
+
class Temporalio::Client::Interceptor::BackfillScheduleInput < ::Data
|
|
507
|
+
sig { returns(String) }
|
|
508
|
+
def id; end
|
|
509
|
+
|
|
510
|
+
sig { returns(T::Array[Temporalio::Client::Schedule::Backfill]) }
|
|
511
|
+
def backfills; end
|
|
512
|
+
|
|
513
|
+
sig { returns(T.nilable(Temporalio::Client::RPCOptions)) }
|
|
514
|
+
def rpc_options; end
|
|
515
|
+
|
|
516
|
+
class << self
|
|
517
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::BackfillScheduleInput) }
|
|
518
|
+
def new(*args); end
|
|
519
|
+
|
|
520
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::BackfillScheduleInput) }
|
|
521
|
+
def [](*args); end
|
|
522
|
+
|
|
523
|
+
sig { returns(T::Array[Symbol]) }
|
|
524
|
+
def members; end
|
|
525
|
+
end
|
|
526
|
+
end
|
|
527
|
+
|
|
528
|
+
class Temporalio::Client::Interceptor::DeleteScheduleInput < ::Data
|
|
529
|
+
sig { returns(String) }
|
|
530
|
+
def id; end
|
|
531
|
+
|
|
532
|
+
sig { returns(T.nilable(Temporalio::Client::RPCOptions)) }
|
|
533
|
+
def rpc_options; end
|
|
534
|
+
|
|
535
|
+
class << self
|
|
536
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::DeleteScheduleInput) }
|
|
537
|
+
def new(*args); end
|
|
538
|
+
|
|
539
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::DeleteScheduleInput) }
|
|
540
|
+
def [](*args); end
|
|
541
|
+
|
|
542
|
+
sig { returns(T::Array[Symbol]) }
|
|
543
|
+
def members; end
|
|
544
|
+
end
|
|
545
|
+
end
|
|
546
|
+
|
|
547
|
+
class Temporalio::Client::Interceptor::DescribeScheduleInput < ::Data
|
|
548
|
+
sig { returns(String) }
|
|
549
|
+
def id; end
|
|
550
|
+
|
|
551
|
+
sig { returns(T.nilable(Temporalio::Client::RPCOptions)) }
|
|
552
|
+
def rpc_options; end
|
|
553
|
+
|
|
554
|
+
class << self
|
|
555
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::DescribeScheduleInput) }
|
|
556
|
+
def new(*args); end
|
|
557
|
+
|
|
558
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::DescribeScheduleInput) }
|
|
559
|
+
def [](*args); end
|
|
560
|
+
|
|
561
|
+
sig { returns(T::Array[Symbol]) }
|
|
562
|
+
def members; end
|
|
563
|
+
end
|
|
564
|
+
end
|
|
565
|
+
|
|
566
|
+
class Temporalio::Client::Interceptor::PauseScheduleInput < ::Data
|
|
567
|
+
sig { returns(String) }
|
|
568
|
+
def id; end
|
|
569
|
+
|
|
570
|
+
sig { returns(String) }
|
|
571
|
+
def note; end
|
|
572
|
+
|
|
573
|
+
sig { returns(T.nilable(Temporalio::Client::RPCOptions)) }
|
|
574
|
+
def rpc_options; end
|
|
575
|
+
|
|
576
|
+
class << self
|
|
577
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::PauseScheduleInput) }
|
|
578
|
+
def new(*args); end
|
|
579
|
+
|
|
580
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::PauseScheduleInput) }
|
|
581
|
+
def [](*args); end
|
|
582
|
+
|
|
583
|
+
sig { returns(T::Array[Symbol]) }
|
|
584
|
+
def members; end
|
|
585
|
+
end
|
|
586
|
+
end
|
|
587
|
+
|
|
588
|
+
class Temporalio::Client::Interceptor::TriggerScheduleInput < ::Data
|
|
589
|
+
sig { returns(String) }
|
|
590
|
+
def id; end
|
|
591
|
+
|
|
592
|
+
sig { returns(T.nilable(Integer)) }
|
|
593
|
+
def overlap; end
|
|
594
|
+
|
|
595
|
+
sig { returns(T.nilable(Temporalio::Client::RPCOptions)) }
|
|
596
|
+
def rpc_options; end
|
|
597
|
+
|
|
598
|
+
class << self
|
|
599
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::TriggerScheduleInput) }
|
|
600
|
+
def new(*args); end
|
|
601
|
+
|
|
602
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::TriggerScheduleInput) }
|
|
603
|
+
def [](*args); end
|
|
604
|
+
|
|
605
|
+
sig { returns(T::Array[Symbol]) }
|
|
606
|
+
def members; end
|
|
607
|
+
end
|
|
608
|
+
end
|
|
609
|
+
|
|
610
|
+
class Temporalio::Client::Interceptor::UnpauseScheduleInput < ::Data
|
|
611
|
+
sig { returns(String) }
|
|
612
|
+
def id; end
|
|
613
|
+
|
|
614
|
+
sig { returns(String) }
|
|
615
|
+
def note; end
|
|
616
|
+
|
|
617
|
+
sig { returns(T.nilable(Temporalio::Client::RPCOptions)) }
|
|
618
|
+
def rpc_options; end
|
|
619
|
+
|
|
620
|
+
class << self
|
|
621
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::UnpauseScheduleInput) }
|
|
622
|
+
def new(*args); end
|
|
623
|
+
|
|
624
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::UnpauseScheduleInput) }
|
|
625
|
+
def [](*args); end
|
|
626
|
+
|
|
627
|
+
sig { returns(T::Array[Symbol]) }
|
|
628
|
+
def members; end
|
|
629
|
+
end
|
|
630
|
+
end
|
|
631
|
+
|
|
632
|
+
class Temporalio::Client::Interceptor::UpdateScheduleInput < ::Data
|
|
633
|
+
sig { returns(String) }
|
|
634
|
+
def id; end
|
|
635
|
+
|
|
636
|
+
sig { returns(T.proc.params(arg0: Temporalio::Client::Schedule::Update::Input).returns(T.nilable(Temporalio::Client::Schedule::Update))) }
|
|
637
|
+
def updater; end
|
|
638
|
+
|
|
639
|
+
sig { returns(T.nilable(Temporalio::Client::RPCOptions)) }
|
|
640
|
+
def rpc_options; end
|
|
641
|
+
|
|
642
|
+
class << self
|
|
643
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::UpdateScheduleInput) }
|
|
644
|
+
def new(*args); end
|
|
645
|
+
|
|
646
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::UpdateScheduleInput) }
|
|
647
|
+
def [](*args); end
|
|
648
|
+
|
|
649
|
+
sig { returns(T::Array[Symbol]) }
|
|
650
|
+
def members; end
|
|
651
|
+
end
|
|
652
|
+
end
|
|
653
|
+
|
|
654
|
+
class Temporalio::Client::Interceptor::HeartbeatAsyncActivityInput < ::Data
|
|
655
|
+
sig { returns(T.any(String, Temporalio::Client::ActivityIDReference)) }
|
|
656
|
+
def task_token_or_id_reference; end
|
|
657
|
+
|
|
658
|
+
sig { returns(T::Array[T.nilable(Object)]) }
|
|
659
|
+
def details; end
|
|
660
|
+
|
|
661
|
+
sig { returns(T.nilable(T::Array[Object])) }
|
|
662
|
+
def detail_hints; end
|
|
663
|
+
|
|
664
|
+
sig { returns(T.nilable(Temporalio::Client::RPCOptions)) }
|
|
665
|
+
def rpc_options; end
|
|
666
|
+
|
|
667
|
+
class << self
|
|
668
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::HeartbeatAsyncActivityInput) }
|
|
669
|
+
def new(*args); end
|
|
670
|
+
|
|
671
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::HeartbeatAsyncActivityInput) }
|
|
672
|
+
def [](*args); end
|
|
673
|
+
|
|
674
|
+
sig { returns(T::Array[Symbol]) }
|
|
675
|
+
def members; end
|
|
676
|
+
end
|
|
677
|
+
end
|
|
678
|
+
|
|
679
|
+
class Temporalio::Client::Interceptor::CompleteAsyncActivityInput < ::Data
|
|
680
|
+
sig { returns(T.any(String, Temporalio::Client::ActivityIDReference)) }
|
|
681
|
+
def task_token_or_id_reference; end
|
|
682
|
+
|
|
683
|
+
sig { returns(T.nilable(Object)) }
|
|
684
|
+
def result; end
|
|
685
|
+
|
|
686
|
+
sig { returns(T.nilable(Object)) }
|
|
687
|
+
def result_hint; end
|
|
688
|
+
|
|
689
|
+
sig { returns(T.nilable(Temporalio::Client::RPCOptions)) }
|
|
690
|
+
def rpc_options; end
|
|
691
|
+
|
|
692
|
+
class << self
|
|
693
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::CompleteAsyncActivityInput) }
|
|
694
|
+
def new(*args); end
|
|
695
|
+
|
|
696
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::CompleteAsyncActivityInput) }
|
|
697
|
+
def [](*args); end
|
|
698
|
+
|
|
699
|
+
sig { returns(T::Array[Symbol]) }
|
|
700
|
+
def members; end
|
|
701
|
+
end
|
|
702
|
+
end
|
|
703
|
+
|
|
704
|
+
class Temporalio::Client::Interceptor::FailAsyncActivityInput < ::Data
|
|
705
|
+
sig { returns(T.any(String, Temporalio::Client::ActivityIDReference)) }
|
|
706
|
+
def task_token_or_id_reference; end
|
|
707
|
+
|
|
708
|
+
sig { returns(Exception) }
|
|
709
|
+
def error; end
|
|
710
|
+
|
|
711
|
+
sig { returns(T::Array[T.nilable(Object)]) }
|
|
712
|
+
def last_heartbeat_details; end
|
|
713
|
+
|
|
714
|
+
sig { returns(T.nilable(T::Array[Object])) }
|
|
715
|
+
def last_heartbeat_detail_hints; end
|
|
716
|
+
|
|
717
|
+
sig { returns(T.nilable(Temporalio::Client::RPCOptions)) }
|
|
718
|
+
def rpc_options; end
|
|
719
|
+
|
|
720
|
+
class << self
|
|
721
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::FailAsyncActivityInput) }
|
|
722
|
+
def new(*args); end
|
|
723
|
+
|
|
724
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::FailAsyncActivityInput) }
|
|
725
|
+
def [](*args); end
|
|
726
|
+
|
|
727
|
+
sig { returns(T::Array[Symbol]) }
|
|
728
|
+
def members; end
|
|
729
|
+
end
|
|
730
|
+
end
|
|
731
|
+
|
|
732
|
+
class Temporalio::Client::Interceptor::ReportCancellationAsyncActivityInput < ::Data
|
|
733
|
+
sig { returns(T.any(String, Temporalio::Client::ActivityIDReference)) }
|
|
734
|
+
def task_token_or_id_reference; end
|
|
735
|
+
|
|
736
|
+
sig { returns(T::Array[T.nilable(Object)]) }
|
|
737
|
+
def details; end
|
|
738
|
+
|
|
739
|
+
sig { returns(T.nilable(T::Array[Object])) }
|
|
740
|
+
def detail_hints; end
|
|
741
|
+
|
|
742
|
+
sig { returns(T.nilable(Temporalio::Client::RPCOptions)) }
|
|
743
|
+
def rpc_options; end
|
|
744
|
+
|
|
745
|
+
class << self
|
|
746
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::ReportCancellationAsyncActivityInput) }
|
|
747
|
+
def new(*args); end
|
|
748
|
+
|
|
749
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::ReportCancellationAsyncActivityInput) }
|
|
750
|
+
def [](*args); end
|
|
751
|
+
|
|
752
|
+
sig { returns(T::Array[Symbol]) }
|
|
753
|
+
def members; end
|
|
754
|
+
end
|
|
755
|
+
end
|
|
756
|
+
|
|
757
|
+
class Temporalio::Client::Interceptor::StartActivityInput < ::Data
|
|
758
|
+
sig { returns(String) }
|
|
759
|
+
def activity; end
|
|
760
|
+
|
|
761
|
+
sig { returns(T::Array[T.nilable(Object)]) }
|
|
762
|
+
def args; end
|
|
763
|
+
|
|
764
|
+
sig { returns(String) }
|
|
765
|
+
def activity_id; end
|
|
766
|
+
|
|
767
|
+
sig { returns(String) }
|
|
768
|
+
def task_queue; end
|
|
769
|
+
|
|
770
|
+
sig { returns(T.nilable(T.any(Integer, Float))) }
|
|
771
|
+
def schedule_to_close_timeout; end
|
|
772
|
+
|
|
773
|
+
sig { returns(T.nilable(T.any(Integer, Float))) }
|
|
774
|
+
def schedule_to_start_timeout; end
|
|
775
|
+
|
|
776
|
+
sig { returns(T.nilable(T.any(Integer, Float))) }
|
|
777
|
+
def start_to_close_timeout; end
|
|
778
|
+
|
|
779
|
+
sig { returns(T.nilable(T.any(Integer, Float))) }
|
|
780
|
+
def heartbeat_timeout; end
|
|
781
|
+
|
|
782
|
+
sig { returns(Integer) }
|
|
783
|
+
def id_reuse_policy; end
|
|
784
|
+
|
|
785
|
+
sig { returns(Integer) }
|
|
786
|
+
def id_conflict_policy; end
|
|
787
|
+
|
|
788
|
+
sig { returns(T.nilable(Temporalio::RetryPolicy)) }
|
|
789
|
+
def retry_policy; end
|
|
790
|
+
|
|
791
|
+
sig { returns(T.nilable(Temporalio::SearchAttributes)) }
|
|
792
|
+
def search_attributes; end
|
|
793
|
+
|
|
794
|
+
sig { returns(T.nilable(String)) }
|
|
795
|
+
def static_summary; end
|
|
796
|
+
|
|
797
|
+
sig { returns(T.nilable(String)) }
|
|
798
|
+
def static_details; end
|
|
799
|
+
|
|
800
|
+
sig { returns(T::Hash[String, T.nilable(Object)]) }
|
|
801
|
+
def headers; end
|
|
802
|
+
|
|
803
|
+
sig { returns(Temporalio::Priority) }
|
|
804
|
+
def priority; end
|
|
805
|
+
|
|
806
|
+
sig { returns(T.nilable(T.any(Integer, Float))) }
|
|
807
|
+
def start_delay; end
|
|
808
|
+
|
|
809
|
+
sig { returns(T.nilable(T::Array[Object])) }
|
|
810
|
+
def arg_hints; end
|
|
811
|
+
|
|
812
|
+
sig { returns(T.nilable(Object)) }
|
|
813
|
+
def result_hint; end
|
|
814
|
+
|
|
815
|
+
sig { returns(T.nilable(Temporalio::Client::RPCOptions)) }
|
|
816
|
+
def rpc_options; end
|
|
817
|
+
|
|
818
|
+
class << self
|
|
819
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::StartActivityInput) }
|
|
820
|
+
def new(*args); end
|
|
821
|
+
|
|
822
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::StartActivityInput) }
|
|
823
|
+
def [](*args); end
|
|
824
|
+
|
|
825
|
+
sig { returns(T::Array[Symbol]) }
|
|
826
|
+
def members; end
|
|
827
|
+
end
|
|
828
|
+
end
|
|
829
|
+
|
|
830
|
+
class Temporalio::Client::Interceptor::DescribeActivityInput < ::Data
|
|
831
|
+
sig { returns(String) }
|
|
832
|
+
def activity_id; end
|
|
833
|
+
|
|
834
|
+
sig { returns(T.nilable(String)) }
|
|
835
|
+
def activity_run_id; end
|
|
836
|
+
|
|
837
|
+
sig { returns(T.nilable(Temporalio::Client::RPCOptions)) }
|
|
838
|
+
def rpc_options; end
|
|
839
|
+
|
|
840
|
+
class << self
|
|
841
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::DescribeActivityInput) }
|
|
842
|
+
def new(*args); end
|
|
843
|
+
|
|
844
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::DescribeActivityInput) }
|
|
845
|
+
def [](*args); end
|
|
846
|
+
|
|
847
|
+
sig { returns(T::Array[Symbol]) }
|
|
848
|
+
def members; end
|
|
849
|
+
end
|
|
850
|
+
end
|
|
851
|
+
|
|
852
|
+
class Temporalio::Client::Interceptor::CancelActivityInput < ::Data
|
|
853
|
+
sig { returns(String) }
|
|
854
|
+
def activity_id; end
|
|
855
|
+
|
|
856
|
+
sig { returns(T.nilable(String)) }
|
|
857
|
+
def activity_run_id; end
|
|
858
|
+
|
|
859
|
+
sig { returns(T.nilable(String)) }
|
|
860
|
+
def reason; end
|
|
861
|
+
|
|
862
|
+
sig { returns(T.nilable(Temporalio::Client::RPCOptions)) }
|
|
863
|
+
def rpc_options; end
|
|
864
|
+
|
|
865
|
+
class << self
|
|
866
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::CancelActivityInput) }
|
|
867
|
+
def new(*args); end
|
|
868
|
+
|
|
869
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::CancelActivityInput) }
|
|
870
|
+
def [](*args); end
|
|
871
|
+
|
|
872
|
+
sig { returns(T::Array[Symbol]) }
|
|
873
|
+
def members; end
|
|
874
|
+
end
|
|
875
|
+
end
|
|
876
|
+
|
|
877
|
+
class Temporalio::Client::Interceptor::TerminateActivityInput < ::Data
|
|
878
|
+
sig { returns(String) }
|
|
879
|
+
def activity_id; end
|
|
880
|
+
|
|
881
|
+
sig { returns(T.nilable(String)) }
|
|
882
|
+
def activity_run_id; end
|
|
883
|
+
|
|
884
|
+
sig { returns(T.nilable(String)) }
|
|
885
|
+
def reason; end
|
|
886
|
+
|
|
887
|
+
sig { returns(T.nilable(Temporalio::Client::RPCOptions)) }
|
|
888
|
+
def rpc_options; end
|
|
889
|
+
|
|
890
|
+
class << self
|
|
891
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::TerminateActivityInput) }
|
|
892
|
+
def new(*args); end
|
|
893
|
+
|
|
894
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::TerminateActivityInput) }
|
|
895
|
+
def [](*args); end
|
|
896
|
+
|
|
897
|
+
sig { returns(T::Array[Symbol]) }
|
|
898
|
+
def members; end
|
|
899
|
+
end
|
|
900
|
+
end
|
|
901
|
+
|
|
902
|
+
class Temporalio::Client::Interceptor::ListActivitiesInput < ::Data
|
|
903
|
+
sig { returns(String) }
|
|
904
|
+
def query; end
|
|
905
|
+
|
|
906
|
+
sig { returns(T.nilable(Temporalio::Client::RPCOptions)) }
|
|
907
|
+
def rpc_options; end
|
|
908
|
+
|
|
909
|
+
class << self
|
|
910
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::ListActivitiesInput) }
|
|
911
|
+
def new(*args); end
|
|
912
|
+
|
|
913
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::ListActivitiesInput) }
|
|
914
|
+
def [](*args); end
|
|
915
|
+
|
|
916
|
+
sig { returns(T::Array[Symbol]) }
|
|
917
|
+
def members; end
|
|
918
|
+
end
|
|
919
|
+
end
|
|
920
|
+
|
|
921
|
+
class Temporalio::Client::Interceptor::CountActivitiesInput < ::Data
|
|
922
|
+
sig { returns(String) }
|
|
923
|
+
def query; end
|
|
924
|
+
|
|
925
|
+
sig { returns(T.nilable(Temporalio::Client::RPCOptions)) }
|
|
926
|
+
def rpc_options; end
|
|
927
|
+
|
|
928
|
+
class << self
|
|
929
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::CountActivitiesInput) }
|
|
930
|
+
def new(*args); end
|
|
931
|
+
|
|
932
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::CountActivitiesInput) }
|
|
933
|
+
def [](*args); end
|
|
934
|
+
|
|
935
|
+
sig { returns(T::Array[Symbol]) }
|
|
936
|
+
def members; end
|
|
937
|
+
end
|
|
938
|
+
end
|
|
939
|
+
|
|
940
|
+
class Temporalio::Client::Interceptor::FetchActivityOutcomeInput < ::Data
|
|
941
|
+
sig { returns(String) }
|
|
942
|
+
def activity_id; end
|
|
943
|
+
|
|
944
|
+
sig { returns(T.nilable(String)) }
|
|
945
|
+
def activity_run_id; end
|
|
946
|
+
|
|
947
|
+
sig { returns(T.nilable(Temporalio::Client::RPCOptions)) }
|
|
948
|
+
def rpc_options; end
|
|
949
|
+
|
|
950
|
+
class << self
|
|
951
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::FetchActivityOutcomeInput) }
|
|
952
|
+
def new(*args); end
|
|
953
|
+
|
|
954
|
+
sig { params(args: T.untyped).returns(Temporalio::Client::Interceptor::FetchActivityOutcomeInput) }
|
|
955
|
+
def [](*args); end
|
|
956
|
+
|
|
957
|
+
sig { returns(T::Array[Symbol]) }
|
|
958
|
+
def members; end
|
|
959
|
+
end
|
|
960
|
+
end
|
|
961
|
+
|
|
962
|
+
class Temporalio::Client::Interceptor::Outbound
|
|
963
|
+
sig { params(next_interceptor: Temporalio::Client::Interceptor::Outbound).void }
|
|
964
|
+
def initialize(next_interceptor); end
|
|
965
|
+
|
|
966
|
+
sig { returns(Temporalio::Client::Interceptor::Outbound) }
|
|
967
|
+
attr_reader :next_interceptor
|
|
968
|
+
|
|
969
|
+
sig { params(input: Temporalio::Client::Interceptor::StartWorkflowInput).returns(Temporalio::Client::WorkflowHandle) }
|
|
970
|
+
def start_workflow(input); end
|
|
971
|
+
|
|
972
|
+
sig { params(input: Temporalio::Client::Interceptor::StartUpdateWithStartWorkflowInput).returns(Temporalio::Client::WorkflowUpdateHandle) }
|
|
973
|
+
def start_update_with_start_workflow(input); end
|
|
974
|
+
|
|
975
|
+
sig { params(input: Temporalio::Client::Interceptor::SignalWithStartWorkflowInput).returns(Temporalio::Client::WorkflowHandle) }
|
|
976
|
+
def signal_with_start_workflow(input); end
|
|
977
|
+
|
|
978
|
+
sig { params(input: Temporalio::Client::Interceptor::ListWorkflowPageInput).returns(Temporalio::Client::ListWorkflowPage) }
|
|
979
|
+
def list_workflow_page(input); end
|
|
980
|
+
|
|
981
|
+
sig { params(input: Temporalio::Client::Interceptor::CountWorkflowsInput).returns(Temporalio::Client::WorkflowExecutionCount) }
|
|
982
|
+
def count_workflows(input); end
|
|
983
|
+
|
|
984
|
+
sig { params(input: Temporalio::Client::Interceptor::DescribeWorkflowInput).returns(Temporalio::Client::WorkflowExecution::Description) }
|
|
985
|
+
def describe_workflow(input); end
|
|
986
|
+
|
|
987
|
+
sig { params(input: Temporalio::Client::Interceptor::FetchWorkflowHistoryEventsInput).returns(T::Enumerator[Temporalio::Api::History::V1::HistoryEvent]) }
|
|
988
|
+
def fetch_workflow_history_events(input); end
|
|
989
|
+
|
|
990
|
+
sig { params(input: Temporalio::Client::Interceptor::SignalWorkflowInput).void }
|
|
991
|
+
def signal_workflow(input); end
|
|
992
|
+
|
|
993
|
+
sig { params(input: Temporalio::Client::Interceptor::QueryWorkflowInput).returns(T.nilable(Object)) }
|
|
994
|
+
def query_workflow(input); end
|
|
995
|
+
|
|
996
|
+
sig { params(input: Temporalio::Client::Interceptor::StartWorkflowUpdateInput).returns(Temporalio::Client::WorkflowUpdateHandle) }
|
|
997
|
+
def start_workflow_update(input); end
|
|
998
|
+
|
|
999
|
+
sig { params(input: Temporalio::Client::Interceptor::PollWorkflowUpdateInput).returns(Temporalio::Api::Update::V1::Outcome) }
|
|
1000
|
+
def poll_workflow_update(input); end
|
|
1001
|
+
|
|
1002
|
+
sig { params(input: Temporalio::Client::Interceptor::CancelWorkflowInput).void }
|
|
1003
|
+
def cancel_workflow(input); end
|
|
1004
|
+
|
|
1005
|
+
sig { params(input: Temporalio::Client::Interceptor::TerminateWorkflowInput).void }
|
|
1006
|
+
def terminate_workflow(input); end
|
|
1007
|
+
|
|
1008
|
+
sig { params(input: Temporalio::Client::Interceptor::CreateScheduleInput).returns(Temporalio::Client::ScheduleHandle) }
|
|
1009
|
+
def create_schedule(input); end
|
|
1010
|
+
|
|
1011
|
+
sig { params(input: Temporalio::Client::Interceptor::ListSchedulesInput).returns(T::Enumerator[Temporalio::Client::WorkflowExecution]) }
|
|
1012
|
+
def list_schedules(input); end
|
|
1013
|
+
|
|
1014
|
+
sig { params(input: Temporalio::Client::Interceptor::BackfillScheduleInput).void }
|
|
1015
|
+
def backfill_schedule(input); end
|
|
1016
|
+
|
|
1017
|
+
sig { params(input: Temporalio::Client::Interceptor::DeleteScheduleInput).void }
|
|
1018
|
+
def delete_schedule(input); end
|
|
1019
|
+
|
|
1020
|
+
sig { params(input: Temporalio::Client::Interceptor::DescribeScheduleInput).returns(Temporalio::Client::Schedule::Description) }
|
|
1021
|
+
def describe_schedule(input); end
|
|
1022
|
+
|
|
1023
|
+
sig { params(input: Temporalio::Client::Interceptor::PauseScheduleInput).void }
|
|
1024
|
+
def pause_schedule(input); end
|
|
1025
|
+
|
|
1026
|
+
sig { params(input: Temporalio::Client::Interceptor::TriggerScheduleInput).void }
|
|
1027
|
+
def trigger_schedule(input); end
|
|
1028
|
+
|
|
1029
|
+
sig { params(input: Temporalio::Client::Interceptor::UnpauseScheduleInput).void }
|
|
1030
|
+
def unpause_schedule(input); end
|
|
1031
|
+
|
|
1032
|
+
sig { params(input: Temporalio::Client::Interceptor::UpdateScheduleInput).void }
|
|
1033
|
+
def update_schedule(input); end
|
|
1034
|
+
|
|
1035
|
+
sig { params(input: Temporalio::Client::Interceptor::HeartbeatAsyncActivityInput).void }
|
|
1036
|
+
def heartbeat_async_activity(input); end
|
|
1037
|
+
|
|
1038
|
+
sig { params(input: Temporalio::Client::Interceptor::CompleteAsyncActivityInput).void }
|
|
1039
|
+
def complete_async_activity(input); end
|
|
1040
|
+
|
|
1041
|
+
sig { params(input: Temporalio::Client::Interceptor::FailAsyncActivityInput).void }
|
|
1042
|
+
def fail_async_activity(input); end
|
|
1043
|
+
|
|
1044
|
+
sig { params(input: Temporalio::Client::Interceptor::ReportCancellationAsyncActivityInput).void }
|
|
1045
|
+
def report_cancellation_async_activity(input); end
|
|
1046
|
+
|
|
1047
|
+
sig { params(input: Temporalio::Client::Interceptor::StartActivityInput).returns(Temporalio::Client::ActivityHandle) }
|
|
1048
|
+
def start_activity(input); end
|
|
1049
|
+
|
|
1050
|
+
sig { params(input: Temporalio::Client::Interceptor::DescribeActivityInput).returns(Temporalio::Client::ActivityExecution::Description) }
|
|
1051
|
+
def describe_activity(input); end
|
|
1052
|
+
|
|
1053
|
+
sig { params(input: Temporalio::Client::Interceptor::CancelActivityInput).void }
|
|
1054
|
+
def cancel_activity(input); end
|
|
1055
|
+
|
|
1056
|
+
sig { params(input: Temporalio::Client::Interceptor::TerminateActivityInput).void }
|
|
1057
|
+
def terminate_activity(input); end
|
|
1058
|
+
|
|
1059
|
+
sig { params(input: Temporalio::Client::Interceptor::ListActivitiesInput).returns(T::Enumerator[Temporalio::Client::ActivityExecution]) }
|
|
1060
|
+
def list_activities(input); end
|
|
1061
|
+
|
|
1062
|
+
sig { params(input: Temporalio::Client::Interceptor::CountActivitiesInput).returns(Temporalio::Client::ActivityExecutionCount) }
|
|
1063
|
+
def count_activities(input); end
|
|
1064
|
+
|
|
1065
|
+
sig { params(input: Temporalio::Client::Interceptor::FetchActivityOutcomeInput).returns(T.nilable(Temporalio::Api::Activity::V1::ActivityExecutionOutcome)) }
|
|
1066
|
+
def fetch_activity_outcome(input); end
|
|
1067
|
+
end
|