class documentation

class WorkflowService: (source)

Known subclasses: temporalio.service.WorkflowService

Constructor: WorkflowService(client)

View In Hierarchy

RPC calls for the WorkflowService.

Method __init__ Initialize service with the provided ServiceClient.
Async Method count_workflow_executions Invokes the WorkflowService.count_workflow_executions rpc method.
Async Method create_schedule Invokes the WorkflowService.create_schedule rpc method.
Async Method create_workflow_rule Invokes the WorkflowService.create_workflow_rule rpc method.
Async Method delete_schedule Invokes the WorkflowService.delete_schedule rpc method.
Async Method delete_worker_deployment Invokes the WorkflowService.delete_worker_deployment rpc method.
Async Method delete_worker_deployment_version Invokes the WorkflowService.delete_worker_deployment_version rpc method.
Async Method delete_workflow_execution Invokes the WorkflowService.delete_workflow_execution rpc method.
Async Method delete_workflow_rule Invokes the WorkflowService.delete_workflow_rule rpc method.
Async Method deprecate_namespace Invokes the WorkflowService.deprecate_namespace rpc method.
Async Method describe_batch_operation Invokes the WorkflowService.describe_batch_operation rpc method.
Async Method describe_deployment Invokes the WorkflowService.describe_deployment rpc method.
Async Method describe_namespace Invokes the WorkflowService.describe_namespace rpc method.
Async Method describe_schedule Invokes the WorkflowService.describe_schedule rpc method.
Async Method describe_task_queue Invokes the WorkflowService.describe_task_queue rpc method.
Async Method describe_worker_deployment Invokes the WorkflowService.describe_worker_deployment rpc method.
Async Method describe_worker_deployment_version Invokes the WorkflowService.describe_worker_deployment_version rpc method.
Async Method describe_workflow_execution Invokes the WorkflowService.describe_workflow_execution rpc method.
Async Method describe_workflow_rule Invokes the WorkflowService.describe_workflow_rule rpc method.
Async Method execute_multi_operation Invokes the WorkflowService.execute_multi_operation rpc method.
Async Method fetch_worker_config Invokes the WorkflowService.fetch_worker_config rpc method.
Async Method get_cluster_info Invokes the WorkflowService.get_cluster_info rpc method.
Async Method get_current_deployment Invokes the WorkflowService.get_current_deployment rpc method.
Async Method get_deployment_reachability Invokes the WorkflowService.get_deployment_reachability rpc method.
Async Method get_search_attributes Invokes the WorkflowService.get_search_attributes rpc method.
Async Method get_system_info Invokes the WorkflowService.get_system_info rpc method.
Async Method get_worker_build_id_compatibility Invokes the WorkflowService.get_worker_build_id_compatibility rpc method.
Async Method get_worker_task_reachability Invokes the WorkflowService.get_worker_task_reachability rpc method.
Async Method get_worker_versioning_rules Invokes the WorkflowService.get_worker_versioning_rules rpc method.
Async Method get_workflow_execution_history Invokes the WorkflowService.get_workflow_execution_history rpc method.
Async Method get_workflow_execution_history_reverse Invokes the WorkflowService.get_workflow_execution_history_reverse rpc method.
Async Method list_archived_workflow_executions Invokes the WorkflowService.list_archived_workflow_executions rpc method.
Async Method list_batch_operations Invokes the WorkflowService.list_batch_operations rpc method.
Async Method list_closed_workflow_executions Invokes the WorkflowService.list_closed_workflow_executions rpc method.
Async Method list_deployments Invokes the WorkflowService.list_deployments rpc method.
Async Method list_namespaces Invokes the WorkflowService.list_namespaces rpc method.
Async Method list_open_workflow_executions Invokes the WorkflowService.list_open_workflow_executions rpc method.
Async Method list_schedule_matching_times Invokes the WorkflowService.list_schedule_matching_times rpc method.
Async Method list_schedules Invokes the WorkflowService.list_schedules rpc method.
Async Method list_task_queue_partitions Invokes the WorkflowService.list_task_queue_partitions rpc method.
Async Method list_worker_deployments Invokes the WorkflowService.list_worker_deployments rpc method.
Async Method list_workers Invokes the WorkflowService.list_workers rpc method.
Async Method list_workflow_executions Invokes the WorkflowService.list_workflow_executions rpc method.
Async Method list_workflow_rules Invokes the WorkflowService.list_workflow_rules rpc method.
Async Method patch_schedule Invokes the WorkflowService.patch_schedule rpc method.
Async Method pause_activity Invokes the WorkflowService.pause_activity rpc method.
Async Method poll_activity_task_queue Invokes the WorkflowService.poll_activity_task_queue rpc method.
Async Method poll_nexus_task_queue Invokes the WorkflowService.poll_nexus_task_queue rpc method.
Async Method poll_workflow_execution_update Invokes the WorkflowService.poll_workflow_execution_update rpc method.
Async Method poll_workflow_task_queue Invokes the WorkflowService.poll_workflow_task_queue rpc method.
Async Method query_workflow Invokes the WorkflowService.query_workflow rpc method.
Async Method record_activity_task_heartbeat Invokes the WorkflowService.record_activity_task_heartbeat rpc method.
Async Method record_activity_task_heartbeat_by_id Invokes the WorkflowService.record_activity_task_heartbeat_by_id rpc method.
Async Method record_worker_heartbeat Invokes the WorkflowService.record_worker_heartbeat rpc method.
Async Method register_namespace Invokes the WorkflowService.register_namespace rpc method.
Async Method request_cancel_workflow_execution Invokes the WorkflowService.request_cancel_workflow_execution rpc method.
Async Method reset_activity Invokes the WorkflowService.reset_activity rpc method.
Async Method reset_sticky_task_queue Invokes the WorkflowService.reset_sticky_task_queue rpc method.
Async Method reset_workflow_execution Invokes the WorkflowService.reset_workflow_execution rpc method.
Async Method respond_activity_task_canceled Invokes the WorkflowService.respond_activity_task_canceled rpc method.
Async Method respond_activity_task_canceled_by_id Invokes the WorkflowService.respond_activity_task_canceled_by_id rpc method.
Async Method respond_activity_task_completed Invokes the WorkflowService.respond_activity_task_completed rpc method.
Async Method respond_activity_task_completed_by_id Invokes the WorkflowService.respond_activity_task_completed_by_id rpc method.
Async Method respond_activity_task_failed Invokes the WorkflowService.respond_activity_task_failed rpc method.
Async Method respond_activity_task_failed_by_id Invokes the WorkflowService.respond_activity_task_failed_by_id rpc method.
Async Method respond_nexus_task_completed Invokes the WorkflowService.respond_nexus_task_completed rpc method.
Async Method respond_nexus_task_failed Invokes the WorkflowService.respond_nexus_task_failed rpc method.
Async Method respond_query_task_completed Invokes the WorkflowService.respond_query_task_completed rpc method.
Async Method respond_workflow_task_completed Invokes the WorkflowService.respond_workflow_task_completed rpc method.
Async Method respond_workflow_task_failed Invokes the WorkflowService.respond_workflow_task_failed rpc method.
Async Method scan_workflow_executions Invokes the WorkflowService.scan_workflow_executions rpc method.
Async Method set_current_deployment Invokes the WorkflowService.set_current_deployment rpc method.
Async Method set_worker_deployment_current_version Invokes the WorkflowService.set_worker_deployment_current_version rpc method.
Async Method set_worker_deployment_ramping_version Invokes the WorkflowService.set_worker_deployment_ramping_version rpc method.
Async Method shutdown_worker Invokes the WorkflowService.shutdown_worker rpc method.
Async Method signal_with_start_workflow_execution Invokes the WorkflowService.signal_with_start_workflow_execution rpc method.
Async Method signal_workflow_execution Invokes the WorkflowService.signal_workflow_execution rpc method.
Async Method start_batch_operation Invokes the WorkflowService.start_batch_operation rpc method.
Async Method start_workflow_execution Invokes the WorkflowService.start_workflow_execution rpc method.
Async Method stop_batch_operation Invokes the WorkflowService.stop_batch_operation rpc method.
Async Method terminate_workflow_execution Invokes the WorkflowService.terminate_workflow_execution rpc method.
Async Method trigger_workflow_rule Invokes the WorkflowService.trigger_workflow_rule rpc method.
Async Method unpause_activity Invokes the WorkflowService.unpause_activity rpc method.
Async Method update_activity_options Invokes the WorkflowService.update_activity_options rpc method.
Async Method update_namespace Invokes the WorkflowService.update_namespace rpc method.
Async Method update_schedule Invokes the WorkflowService.update_schedule rpc method.
Async Method update_task_queue_config Invokes the WorkflowService.update_task_queue_config rpc method.
Async Method update_worker_build_id_compatibility Invokes the WorkflowService.update_worker_build_id_compatibility rpc method.
Async Method update_worker_config Invokes the WorkflowService.update_worker_config rpc method.
Async Method update_worker_deployment_version_metadata Invokes the WorkflowService.update_worker_deployment_version_metadata rpc method.
Async Method update_worker_versioning_rules Invokes the WorkflowService.update_worker_versioning_rules rpc method.
Async Method update_workflow_execution Invokes the WorkflowService.update_workflow_execution rpc method.
Async Method update_workflow_execution_options Invokes the WorkflowService.update_workflow_execution_options rpc method.
Instance Variable _client Undocumented
Instance Variable _service Undocumented
def __init__(self, client: ServiceClient): (source)

Initialize service with the provided ServiceClient.

Invokes the WorkflowService.count_workflow_executions rpc method.

Invokes the WorkflowService.create_schedule rpc method.

Invokes the WorkflowService.create_workflow_rule rpc method.

Invokes the WorkflowService.delete_schedule rpc method.

Invokes the WorkflowService.delete_worker_deployment rpc method.

Invokes the WorkflowService.delete_worker_deployment_version rpc method.

Invokes the WorkflowService.delete_workflow_execution rpc method.

Invokes the WorkflowService.delete_workflow_rule rpc method.

Invokes the WorkflowService.deprecate_namespace rpc method.

Invokes the WorkflowService.describe_batch_operation rpc method.

Invokes the WorkflowService.describe_deployment rpc method.

Invokes the WorkflowService.describe_namespace rpc method.

Invokes the WorkflowService.describe_schedule rpc method.

Invokes the WorkflowService.describe_task_queue rpc method.

Invokes the WorkflowService.describe_worker_deployment rpc method.

Invokes the WorkflowService.describe_worker_deployment_version rpc method.

Invokes the WorkflowService.describe_workflow_execution rpc method.

Invokes the WorkflowService.describe_workflow_rule rpc method.

Invokes the WorkflowService.execute_multi_operation rpc method.

Invokes the WorkflowService.fetch_worker_config rpc method.

Invokes the WorkflowService.get_cluster_info rpc method.

Invokes the WorkflowService.get_current_deployment rpc method.

Invokes the WorkflowService.get_deployment_reachability rpc method.

Invokes the WorkflowService.get_search_attributes rpc method.

Invokes the WorkflowService.get_system_info rpc method.

Invokes the WorkflowService.get_worker_build_id_compatibility rpc method.

Invokes the WorkflowService.get_worker_task_reachability rpc method.

Invokes the WorkflowService.get_worker_versioning_rules rpc method.

Invokes the WorkflowService.get_workflow_execution_history rpc method.

Invokes the WorkflowService.get_workflow_execution_history_reverse rpc method.

Invokes the WorkflowService.list_archived_workflow_executions rpc method.

Invokes the WorkflowService.list_batch_operations rpc method.

Invokes the WorkflowService.list_closed_workflow_executions rpc method.

Invokes the WorkflowService.list_deployments rpc method.

Invokes the WorkflowService.list_namespaces rpc method.

Invokes the WorkflowService.list_open_workflow_executions rpc method.

Invokes the WorkflowService.list_schedule_matching_times rpc method.

Invokes the WorkflowService.list_schedules rpc method.

Invokes the WorkflowService.list_task_queue_partitions rpc method.

Invokes the WorkflowService.list_worker_deployments rpc method.

Invokes the WorkflowService.list_workers rpc method.

Invokes the WorkflowService.list_workflow_executions rpc method.

Invokes the WorkflowService.list_workflow_rules rpc method.

Invokes the WorkflowService.patch_schedule rpc method.

Invokes the WorkflowService.pause_activity rpc method.

Invokes the WorkflowService.poll_activity_task_queue rpc method.

Invokes the WorkflowService.poll_nexus_task_queue rpc method.

Invokes the WorkflowService.poll_workflow_execution_update rpc method.

Invokes the WorkflowService.poll_workflow_task_queue rpc method.

Invokes the WorkflowService.query_workflow rpc method.

Invokes the WorkflowService.record_activity_task_heartbeat rpc method.

Invokes the WorkflowService.record_activity_task_heartbeat_by_id rpc method.

Invokes the WorkflowService.record_worker_heartbeat rpc method.

Invokes the WorkflowService.register_namespace rpc method.

Invokes the WorkflowService.request_cancel_workflow_execution rpc method.

Invokes the WorkflowService.reset_activity rpc method.

Invokes the WorkflowService.reset_sticky_task_queue rpc method.

Invokes the WorkflowService.reset_workflow_execution rpc method.

Invokes the WorkflowService.respond_activity_task_canceled rpc method.

Invokes the WorkflowService.respond_activity_task_canceled_by_id rpc method.

Invokes the WorkflowService.respond_activity_task_completed rpc method.

Invokes the WorkflowService.respond_activity_task_completed_by_id rpc method.

Invokes the WorkflowService.respond_activity_task_failed rpc method.

Invokes the WorkflowService.respond_activity_task_failed_by_id rpc method.

Invokes the WorkflowService.respond_nexus_task_completed rpc method.

Invokes the WorkflowService.respond_nexus_task_failed rpc method.

Invokes the WorkflowService.respond_query_task_completed rpc method.

Invokes the WorkflowService.respond_workflow_task_completed rpc method.

Invokes the WorkflowService.respond_workflow_task_failed rpc method.

Invokes the WorkflowService.scan_workflow_executions rpc method.

Invokes the WorkflowService.set_current_deployment rpc method.

Invokes the WorkflowService.set_worker_deployment_current_version rpc method.

Invokes the WorkflowService.set_worker_deployment_ramping_version rpc method.

Invokes the WorkflowService.shutdown_worker rpc method.

Invokes the WorkflowService.signal_with_start_workflow_execution rpc method.

Invokes the WorkflowService.signal_workflow_execution rpc method.

Invokes the WorkflowService.start_batch_operation rpc method.

Invokes the WorkflowService.start_workflow_execution rpc method.

Invokes the WorkflowService.stop_batch_operation rpc method.

Invokes the WorkflowService.terminate_workflow_execution rpc method.

Invokes the WorkflowService.trigger_workflow_rule rpc method.

Invokes the WorkflowService.unpause_activity rpc method.

Invokes the WorkflowService.update_activity_options rpc method.

Invokes the WorkflowService.update_namespace rpc method.

Invokes the WorkflowService.update_schedule rpc method.

Invokes the WorkflowService.update_task_queue_config rpc method.

Invokes the WorkflowService.update_worker_build_id_compatibility rpc method.

Invokes the WorkflowService.update_worker_config rpc method.

Invokes the WorkflowService.update_worker_deployment_version_metadata rpc method.

Invokes the WorkflowService.update_worker_versioning_rules rpc method.

Invokes the WorkflowService.update_workflow_execution rpc method.

Invokes the WorkflowService.update_workflow_execution_options rpc method.

Undocumented

_service: str = (source)

Undocumented