class documentation

class WorkflowService: (source)

Constructor: WorkflowService(client)

View In Hierarchy

Client to the Temporal server's workflow service.

Method __init__ Initialize the workflow service.
Instance Variable count_workflow_executions Undocumented
Instance Variable create_schedule Undocumented
Instance Variable delete_schedule Undocumented
Instance Variable delete_workflow_execution Undocumented
Instance Variable deprecate_namespace Undocumented
Instance Variable describe_batch_operation Undocumented
Instance Variable describe_namespace Undocumented
Instance Variable describe_schedule Undocumented
Instance Variable describe_task_queue Undocumented
Instance Variable describe_workflow_execution Undocumented
Instance Variable get_cluster_info Undocumented
Instance Variable get_search_attributes Undocumented
Instance Variable get_system_info Undocumented
Instance Variable get_worker_build_id_compatibility Undocumented
Instance Variable get_worker_task_reachability Undocumented
Instance Variable get_workflow_execution_history Undocumented
Instance Variable get_workflow_execution_history_reverse Undocumented
Instance Variable list_archived_workflow_executions Undocumented
Instance Variable list_batch_operations Undocumented
Instance Variable list_closed_workflow_executions Undocumented
Instance Variable list_namespaces Undocumented
Instance Variable list_open_workflow_executions Undocumented
Instance Variable list_schedule_matching_times Undocumented
Instance Variable list_schedules Undocumented
Instance Variable list_task_queue_partitions Undocumented
Instance Variable list_workflow_executions Undocumented
Instance Variable patch_schedule Undocumented
Instance Variable poll_activity_task_queue Undocumented
Instance Variable poll_workflow_execution_update Undocumented
Instance Variable poll_workflow_task_queue Undocumented
Instance Variable query_workflow Undocumented
Instance Variable record_activity_task_heartbeat Undocumented
Instance Variable record_activity_task_heartbeat_by_id Undocumented
Instance Variable register_namespace Undocumented
Instance Variable request_cancel_workflow_execution Undocumented
Instance Variable reset_sticky_task_queue Undocumented
Instance Variable reset_workflow_execution Undocumented
Instance Variable respond_activity_task_canceled Undocumented
Instance Variable respond_activity_task_canceled_by_id Undocumented
Instance Variable respond_activity_task_completed Undocumented
Instance Variable respond_activity_task_completed_by_id Undocumented
Instance Variable respond_activity_task_failed Undocumented
Instance Variable respond_activity_task_failed_by_id Undocumented
Instance Variable respond_query_task_completed Undocumented
Instance Variable respond_workflow_task_completed Undocumented
Instance Variable respond_workflow_task_failed Undocumented
Instance Variable scan_workflow_executions Undocumented
Instance Variable signal_with_start_workflow_execution Undocumented
Instance Variable signal_workflow_execution Undocumented
Instance Variable start_batch_operation Undocumented
Instance Variable start_workflow_execution Undocumented
Instance Variable stop_batch_operation Undocumented
Instance Variable terminate_workflow_execution Undocumented
Instance Variable update_namespace Undocumented
Instance Variable update_schedule Undocumented
Instance Variable update_worker_build_id_compatibility Undocumented
Instance Variable update_workflow_execution Undocumented
def __init__(self, client: ServiceClient): (source)

Initialize the workflow service.

count_workflow_executions = (source)

Undocumented

create_schedule = (source)

Undocumented

delete_schedule = (source)

Undocumented

delete_workflow_execution = (source)

Undocumented

deprecate_namespace = (source)

Undocumented

describe_batch_operation = (source)

Undocumented

describe_namespace = (source)

Undocumented

describe_schedule = (source)

Undocumented

describe_task_queue = (source)

Undocumented

describe_workflow_execution = (source)

Undocumented

get_cluster_info = (source)

Undocumented

get_search_attributes = (source)

Undocumented

get_system_info = (source)

Undocumented

get_worker_build_id_compatibility = (source)

Undocumented

get_worker_task_reachability = (source)

Undocumented

get_workflow_execution_history = (source)

Undocumented

get_workflow_execution_history_reverse = (source)

Undocumented

list_archived_workflow_executions = (source)

Undocumented

list_batch_operations = (source)

Undocumented

list_closed_workflow_executions = (source)

Undocumented

list_namespaces = (source)

Undocumented

list_open_workflow_executions = (source)

Undocumented

list_schedule_matching_times = (source)

Undocumented

list_schedules = (source)

Undocumented

list_task_queue_partitions = (source)

Undocumented

list_workflow_executions = (source)

Undocumented

patch_schedule = (source)

Undocumented

poll_activity_task_queue = (source)

Undocumented

poll_workflow_execution_update = (source)

Undocumented

poll_workflow_task_queue = (source)

Undocumented

query_workflow = (source)

Undocumented

record_activity_task_heartbeat = (source)

Undocumented

record_activity_task_heartbeat_by_id = (source)

Undocumented

register_namespace = (source)

Undocumented

request_cancel_workflow_execution = (source)

Undocumented

reset_sticky_task_queue = (source)

Undocumented

reset_workflow_execution = (source)

Undocumented

respond_activity_task_canceled = (source)

Undocumented

respond_activity_task_canceled_by_id = (source)

Undocumented

respond_activity_task_completed = (source)

Undocumented

respond_activity_task_completed_by_id = (source)

Undocumented

respond_activity_task_failed = (source)

Undocumented

respond_activity_task_failed_by_id = (source)

Undocumented

respond_query_task_completed = (source)

Undocumented

respond_workflow_task_completed = (source)

Undocumented

respond_workflow_task_failed = (source)

Undocumented

scan_workflow_executions = (source)

Undocumented

signal_with_start_workflow_execution = (source)

Undocumented

signal_workflow_execution = (source)

Undocumented

start_batch_operation = (source)

Undocumented

start_workflow_execution = (source)

Undocumented

stop_batch_operation = (source)

Undocumented

terminate_workflow_execution = (source)

Undocumented

update_namespace = (source)

Undocumented

update_schedule = (source)

Undocumented

update_worker_build_id_compatibility = (source)

Undocumented

update_workflow_execution = (source)

Undocumented