class documentation
class WorkflowService(temporalio.bridge.services_generated.WorkflowService): (source)
Constructor: WorkflowService(client)
Client to the Temporal server's workflow service.
Inherited from WorkflowService
:
Method | __init__ |
Initialize service with the provided ServiceClient. |
Async Method | count |
Invokes the WorkflowService.count_workflow_executions rpc method. |
Async Method | create |
Invokes the WorkflowService.create_schedule rpc method. |
Async Method | create |
Invokes the WorkflowService.create_workflow_rule rpc method. |
Async Method | delete |
Invokes the WorkflowService.delete_schedule rpc method. |
Async Method | delete |
Invokes the WorkflowService.delete_worker_deployment rpc method. |
Async Method | delete |
Invokes the WorkflowService.delete_worker_deployment_version rpc method. |
Async Method | delete |
Invokes the WorkflowService.delete_workflow_execution rpc method. |
Async Method | delete |
Invokes the WorkflowService.delete_workflow_rule rpc method. |
Async Method | deprecate |
Invokes the WorkflowService.deprecate_namespace rpc method. |
Async Method | describe |
Invokes the WorkflowService.describe_batch_operation rpc method. |
Async Method | describe |
Invokes the WorkflowService.describe_deployment rpc method. |
Async Method | describe |
Invokes the WorkflowService.describe_namespace rpc method. |
Async Method | describe |
Invokes the WorkflowService.describe_schedule rpc method. |
Async Method | describe |
Invokes the WorkflowService.describe_task_queue rpc method. |
Async Method | describe |
Invokes the WorkflowService.describe_worker_deployment rpc method. |
Async Method | describe |
Invokes the WorkflowService.describe_worker_deployment_version rpc method. |
Async Method | describe |
Invokes the WorkflowService.describe_workflow_execution rpc method. |
Async Method | describe |
Invokes the WorkflowService.describe_workflow_rule rpc method. |
Async Method | execute |
Invokes the WorkflowService.execute_multi_operation rpc method. |
Async Method | fetch |
Invokes the WorkflowService.fetch_worker_config rpc method. |
Async Method | get |
Invokes the WorkflowService.get_cluster_info rpc method. |
Async Method | get |
Invokes the WorkflowService.get_current_deployment rpc method. |
Async Method | get |
Invokes the WorkflowService.get_deployment_reachability rpc method. |
Async Method | get |
Invokes the WorkflowService.get_search_attributes rpc method. |
Async Method | get |
Invokes the WorkflowService.get_system_info rpc method. |
Async Method | get |
Invokes the WorkflowService.get_worker_build_id_compatibility rpc method. |
Async Method | get |
Invokes the WorkflowService.get_worker_task_reachability rpc method. |
Async Method | get |
Invokes the WorkflowService.get_worker_versioning_rules rpc method. |
Async Method | get |
Invokes the WorkflowService.get_workflow_execution_history rpc method. |
Async Method | get |
Invokes the WorkflowService.get_workflow_execution_history_reverse rpc method. |
Async Method | list |
Invokes the WorkflowService.list_archived_workflow_executions rpc method. |
Async Method | list |
Invokes the WorkflowService.list_batch_operations rpc method. |
Async Method | list |
Invokes the WorkflowService.list_closed_workflow_executions rpc method. |
Async Method | list |
Invokes the WorkflowService.list_deployments rpc method. |
Async Method | list |
Invokes the WorkflowService.list_namespaces rpc method. |
Async Method | list |
Invokes the WorkflowService.list_open_workflow_executions rpc method. |
Async Method | list |
Invokes the WorkflowService.list_schedule_matching_times rpc method. |
Async Method | list |
Invokes the WorkflowService.list_schedules rpc method. |
Async Method | list |
Invokes the WorkflowService.list_task_queue_partitions rpc method. |
Async Method | list |
Invokes the WorkflowService.list_worker_deployments rpc method. |
Async Method | list |
Invokes the WorkflowService.list_workers rpc method. |
Async Method | list |
Invokes the WorkflowService.list_workflow_executions rpc method. |
Async Method | list |
Invokes the WorkflowService.list_workflow_rules rpc method. |
Async Method | patch |
Invokes the WorkflowService.patch_schedule rpc method. |
Async Method | pause |
Invokes the WorkflowService.pause_activity rpc method. |
Async Method | poll |
Invokes the WorkflowService.poll_activity_task_queue rpc method. |
Async Method | poll |
Invokes the WorkflowService.poll_nexus_task_queue rpc method. |
Async Method | poll |
Invokes the WorkflowService.poll_workflow_execution_update rpc method. |
Async Method | poll |
Invokes the WorkflowService.poll_workflow_task_queue rpc method. |
Async Method | query |
Invokes the WorkflowService.query_workflow rpc method. |
Async Method | record |
Invokes the WorkflowService.record_activity_task_heartbeat rpc method. |
Async Method | record |
Invokes the WorkflowService.record_activity_task_heartbeat_by_id rpc method. |
Async Method | record |
Invokes the WorkflowService.record_worker_heartbeat rpc method. |
Async Method | register |
Invokes the WorkflowService.register_namespace rpc method. |
Async Method | request |
Invokes the WorkflowService.request_cancel_workflow_execution rpc method. |
Async Method | reset |
Invokes the WorkflowService.reset_activity rpc method. |
Async Method | reset |
Invokes the WorkflowService.reset_sticky_task_queue rpc method. |
Async Method | reset |
Invokes the WorkflowService.reset_workflow_execution rpc method. |
Async Method | respond |
Invokes the WorkflowService.respond_activity_task_canceled rpc method. |
Async Method | respond |
Invokes the WorkflowService.respond_activity_task_canceled_by_id rpc method. |
Async Method | respond |
Invokes the WorkflowService.respond_activity_task_completed rpc method. |
Async Method | respond |
Invokes the WorkflowService.respond_activity_task_completed_by_id rpc method. |
Async Method | respond |
Invokes the WorkflowService.respond_activity_task_failed rpc method. |
Async Method | respond |
Invokes the WorkflowService.respond_activity_task_failed_by_id rpc method. |
Async Method | respond |
Invokes the WorkflowService.respond_nexus_task_completed rpc method. |
Async Method | respond |
Invokes the WorkflowService.respond_nexus_task_failed rpc method. |
Async Method | respond |
Invokes the WorkflowService.respond_query_task_completed rpc method. |
Async Method | respond |
Invokes the WorkflowService.respond_workflow_task_completed rpc method. |
Async Method | respond |
Invokes the WorkflowService.respond_workflow_task_failed rpc method. |
Async Method | scan |
Invokes the WorkflowService.scan_workflow_executions rpc method. |
Async Method | set |
Invokes the WorkflowService.set_current_deployment rpc method. |
Async Method | set |
Invokes the WorkflowService.set_worker_deployment_current_version rpc method. |
Async Method | set |
Invokes the WorkflowService.set_worker_deployment_ramping_version rpc method. |
Async Method | shutdown |
Invokes the WorkflowService.shutdown_worker rpc method. |
Async Method | signal |
Invokes the WorkflowService.signal_with_start_workflow_execution rpc method. |
Async Method | signal |
Invokes the WorkflowService.signal_workflow_execution rpc method. |
Async Method | start |
Invokes the WorkflowService.start_batch_operation rpc method. |
Async Method | start |
Invokes the WorkflowService.start_workflow_execution rpc method. |
Async Method | stop |
Invokes the WorkflowService.stop_batch_operation rpc method. |
Async Method | terminate |
Invokes the WorkflowService.terminate_workflow_execution rpc method. |
Async Method | trigger |
Invokes the WorkflowService.trigger_workflow_rule rpc method. |
Async Method | unpause |
Invokes the WorkflowService.unpause_activity rpc method. |
Async Method | update |
Invokes the WorkflowService.update_activity_options rpc method. |
Async Method | update |
Invokes the WorkflowService.update_namespace rpc method. |
Async Method | update |
Invokes the WorkflowService.update_schedule rpc method. |
Async Method | update |
Invokes the WorkflowService.update_task_queue_config rpc method. |
Async Method | update |
Invokes the WorkflowService.update_worker_build_id_compatibility rpc method. |
Async Method | update |
Invokes the WorkflowService.update_worker_config rpc method. |
Async Method | update |
Invokes the WorkflowService.update_worker_deployment_version_metadata rpc method. |
Async Method | update |
Invokes the WorkflowService.update_worker_versioning_rules rpc method. |
Async Method | update |
Invokes the WorkflowService.update_workflow_execution rpc method. |
Async Method | update |
Invokes the WorkflowService.update_workflow_execution_options rpc method. |
Instance Variable | _client |
Undocumented |
Instance Variable | _service |
Undocumented |