forked from cadence-workflow/cadence-python-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservice_workflow_pb2.py
More file actions
126 lines (120 loc) · 20.2 KB
/
service_workflow_pb2.py
File metadata and controls
126 lines (120 loc) · 20.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# NO CHECKED-IN PROTOBUF GENCODE
# source: cadence/api/v1/service_workflow.proto
# Protobuf Python Version: 5.29.0
"""Generated protocol buffer code."""
from google.protobuf import descriptor as _descriptor
from google.protobuf import descriptor_pool as _descriptor_pool
from google.protobuf import runtime_version as _runtime_version
from google.protobuf import symbol_database as _symbol_database
from google.protobuf.internal import builder as _builder
_runtime_version.ValidateProtobufRuntimeVersion(
_runtime_version.Domain.PUBLIC,
5,
29,
0,
'',
'cadence/api/v1/service_workflow.proto'
)
# @@protoc_insertion_point(imports)
_sym_db = _symbol_database.Default()
from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
from cadence.api.v1 import common_pb2 as cadence_dot_api_dot_v1_dot_common__pb2
from cadence.api.v1 import history_pb2 as cadence_dot_api_dot_v1_dot_history__pb2
from cadence.api.v1 import query_pb2 as cadence_dot_api_dot_v1_dot_query__pb2
from cadence.api.v1 import tasklist_pb2 as cadence_dot_api_dot_v1_dot_tasklist__pb2
from cadence.api.v1 import workflow_pb2 as cadence_dot_api_dot_v1_dot_workflow__pb2
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n%cadence/api/v1/service_workflow.proto\x12\x13uber.cadence.api.v1\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1b\x63\x61\x64\x65nce/api/v1/common.proto\x1a\x1c\x63\x61\x64\x65nce/api/v1/history.proto\x1a\x1a\x63\x61\x64\x65nce/api/v1/query.proto\x1a\x1d\x63\x61\x64\x65nce/api/v1/tasklist.proto\x1a\x1d\x63\x61\x64\x65nce/api/v1/workflow.proto\"\x97\x01\n\x1fRestartWorkflowExecutionRequest\x12\x0e\n\x06\x64omain\x18\x01 \x01(\t\x12\x42\n\x12workflow_execution\x18\x02 \x01(\x0b\x32&.uber.cadence.api.v1.WorkflowExecution\x12\x10\n\x08identity\x18\x03 \x01(\t\x12\x0e\n\x06reason\x18\x04 \x01(\t\"\x88\x01\n DiagnoseWorkflowExecutionRequest\x12\x0e\n\x06\x64omain\x18\x01 \x01(\t\x12\x42\n\x12workflow_execution\x18\x02 \x01(\x0b\x32&.uber.cadence.api.v1.WorkflowExecution\x12\x10\n\x08identity\x18\x03 \x01(\t\"\x82\x01\n!DiagnoseWorkflowExecutionResponse\x12\x0e\n\x06\x64omain\x18\x01 \x01(\t\x12M\n\x1d\x64iagnostic_workflow_execution\x18\x02 \x01(\x0b\x32&.uber.cadence.api.v1.WorkflowExecution\"\xf1\x07\n\x1dStartWorkflowExecutionRequest\x12\x0e\n\x06\x64omain\x18\x01 \x01(\t\x12\x13\n\x0bworkflow_id\x18\x02 \x01(\t\x12\x38\n\rworkflow_type\x18\x03 \x01(\x0b\x32!.uber.cadence.api.v1.WorkflowType\x12\x30\n\ttask_list\x18\x04 \x01(\x0b\x32\x1d.uber.cadence.api.v1.TaskList\x12+\n\x05input\x18\x05 \x01(\x0b\x32\x1c.uber.cadence.api.v1.Payload\x12\x43\n execution_start_to_close_timeout\x18\x06 \x01(\x0b\x32\x19.google.protobuf.Duration\x12>\n\x1btask_start_to_close_timeout\x18\x07 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x10\n\x08identity\x18\x08 \x01(\t\x12\x12\n\nrequest_id\x18\t \x01(\t\x12L\n\x18workflow_id_reuse_policy\x18\n \x01(\x0e\x32*.uber.cadence.api.v1.WorkflowIdReusePolicy\x12\x36\n\x0cretry_policy\x18\x0b \x01(\x0b\x32 .uber.cadence.api.v1.RetryPolicy\x12\x15\n\rcron_schedule\x18\x0c \x01(\t\x12\'\n\x04memo\x18\r \x01(\x0b\x32\x19.uber.cadence.api.v1.Memo\x12@\n\x11search_attributes\x18\x0e \x01(\x0b\x32%.uber.cadence.api.v1.SearchAttributes\x12+\n\x06header\x18\x0f \x01(\x0b\x32\x1b.uber.cadence.api.v1.Header\x12.\n\x0b\x64\x65lay_start\x18\x10 \x01(\x0b\x32\x19.google.protobuf.Duration\x12/\n\x0cjitter_start\x18\x11 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x30\n\x0c\x66irst_run_at\x18\x12 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x43\n\x13\x63ron_overlap_policy\x18\x13 \x01(\x0e\x32&.uber.cadence.api.v1.CronOverlapPolicy\x12Z\n\x1f\x61\x63tive_cluster_selection_policy\x18\x14 \x01(\x0b\x32\x31.uber.cadence.api.v1.ActiveClusterSelectionPolicy\"0\n\x1eStartWorkflowExecutionResponse\x12\x0e\n\x06run_id\x18\x01 \x01(\t\"i\n\"StartWorkflowExecutionAsyncRequest\x12\x43\n\x07request\x18\x01 \x01(\x0b\x32\x32.uber.cadence.api.v1.StartWorkflowExecutionRequest\"%\n#StartWorkflowExecutionAsyncResponse\"2\n RestartWorkflowExecutionResponse\x12\x0e\n\x06run_id\x18\x01 \x01(\t\"\xf4\x01\n\x1eSignalWorkflowExecutionRequest\x12\x0e\n\x06\x64omain\x18\x01 \x01(\t\x12\x42\n\x12workflow_execution\x18\x02 \x01(\x0b\x32&.uber.cadence.api.v1.WorkflowExecution\x12\x10\n\x08identity\x18\x03 \x01(\t\x12\x12\n\nrequest_id\x18\x04 \x01(\t\x12\x13\n\x0bsignal_name\x18\x05 \x01(\t\x12\x32\n\x0csignal_input\x18\x06 \x01(\x0b\x32\x1c.uber.cadence.api.v1.Payload\x12\x0f\n\x07\x63ontrol\x18\x07 \x01(\x0c\"!\n\x1fSignalWorkflowExecutionResponse\"\xce\x01\n\'SignalWithStartWorkflowExecutionRequest\x12I\n\rstart_request\x18\x01 \x01(\x0b\x32\x32.uber.cadence.api.v1.StartWorkflowExecutionRequest\x12\x13\n\x0bsignal_name\x18\x02 \x01(\t\x12\x32\n\x0csignal_input\x18\x03 \x01(\x0b\x32\x1c.uber.cadence.api.v1.Payload\x12\x0f\n\x07\x63ontrol\x18\x04 \x01(\x0c\":\n(SignalWithStartWorkflowExecutionResponse\x12\x0e\n\x06run_id\x18\x01 \x01(\t\"}\n,SignalWithStartWorkflowExecutionAsyncRequest\x12M\n\x07request\x18\x01 \x01(\x0b\x32<.uber.cadence.api.v1.SignalWithStartWorkflowExecutionRequest\"/\n-SignalWithStartWorkflowExecutionAsyncResponse\"\xd6\x01\n\x1dResetWorkflowExecutionRequest\x12\x0e\n\x06\x64omain\x18\x01 \x01(\t\x12\x42\n\x12workflow_execution\x18\x02 \x01(\x0b\x32&.uber.cadence.api.v1.WorkflowExecution\x12\x0e\n\x06reason\x18\x03 \x01(\t\x12 \n\x18\x64\x65\x63ision_finish_event_id\x18\x04 \x01(\x03\x12\x12\n\nrequest_id\x18\x05 \x01(\t\x12\x1b\n\x13skip_signal_reapply\x18\x06 \x01(\x08\"0\n\x1eResetWorkflowExecutionResponse\x12\x0e\n\x06run_id\x18\x01 \x01(\t\"\xd0\x01\n%RequestCancelWorkflowExecutionRequest\x12\x0e\n\x06\x64omain\x18\x01 \x01(\t\x12\x42\n\x12workflow_execution\x18\x02 \x01(\x0b\x32&.uber.cadence.api.v1.WorkflowExecution\x12\x10\n\x08identity\x18\x03 \x01(\t\x12\x12\n\nrequest_id\x18\x04 \x01(\t\x12\r\n\x05\x63\x61use\x18\x05 \x01(\t\x12\x1e\n\x16\x66irst_execution_run_id\x18\x06 \x01(\t\"(\n&RequestCancelWorkflowExecutionResponse\"\xe8\x01\n!TerminateWorkflowExecutionRequest\x12\x0e\n\x06\x64omain\x18\x01 \x01(\t\x12\x42\n\x12workflow_execution\x18\x02 \x01(\x0b\x32&.uber.cadence.api.v1.WorkflowExecution\x12\x0e\n\x06reason\x18\x03 \x01(\t\x12-\n\x07\x64\x65tails\x18\x04 \x01(\x0b\x32\x1c.uber.cadence.api.v1.Payload\x12\x10\n\x08identity\x18\x05 \x01(\t\x12\x1e\n\x16\x66irst_execution_run_id\x18\x06 \x01(\t\"$\n\"TerminateWorkflowExecutionResponse\"\xc3\x01\n DescribeWorkflowExecutionRequest\x12\x0e\n\x06\x64omain\x18\x01 \x01(\t\x12\x42\n\x12workflow_execution\x18\x02 \x01(\x0b\x32&.uber.cadence.api.v1.WorkflowExecution\x12K\n\x17query_consistency_level\x18\x03 \x01(\x0e\x32*.uber.cadence.api.v1.QueryConsistencyLevel\"\x9a\x03\n!DescribeWorkflowExecutionResponse\x12T\n\x17\x65xecution_configuration\x18\x01 \x01(\x0b\x32\x33.uber.cadence.api.v1.WorkflowExecutionConfiguration\x12K\n\x17workflow_execution_info\x18\x02 \x01(\x0b\x32*.uber.cadence.api.v1.WorkflowExecutionInfo\x12\x44\n\x12pending_activities\x18\x03 \x03(\x0b\x32(.uber.cadence.api.v1.PendingActivityInfo\x12H\n\x10pending_children\x18\x04 \x03(\x0b\x32..uber.cadence.api.v1.PendingChildExecutionInfo\x12\x42\n\x10pending_decision\x18\x05 \x01(\x0b\x32(.uber.cadence.api.v1.PendingDecisionInfo\"\xb5\x02\n\x14QueryWorkflowRequest\x12\x0e\n\x06\x64omain\x18\x01 \x01(\t\x12\x42\n\x12workflow_execution\x18\x02 \x01(\x0b\x32&.uber.cadence.api.v1.WorkflowExecution\x12\x31\n\x05query\x18\x03 \x01(\x0b\x32\".uber.cadence.api.v1.WorkflowQuery\x12I\n\x16query_reject_condition\x18\x04 \x01(\x0e\x32).uber.cadence.api.v1.QueryRejectCondition\x12K\n\x17query_consistency_level\x18\x05 \x01(\x0e\x32*.uber.cadence.api.v1.QueryConsistencyLevel\"\x87\x01\n\x15QueryWorkflowResponse\x12\x32\n\x0cquery_result\x18\x01 \x01(\x0b\x32\x1c.uber.cadence.api.v1.Payload\x12:\n\x0equery_rejected\x18\x02 \x01(\x0b\x32\".uber.cadence.api.v1.QueryRejected\"\xb8\x01\n\x17\x44\x65scribeTaskListRequest\x12\x0e\n\x06\x64omain\x18\x01 \x01(\t\x12\x30\n\ttask_list\x18\x02 \x01(\x0b\x32\x1d.uber.cadence.api.v1.TaskList\x12\x39\n\x0etask_list_type\x18\x03 \x01(\x0e\x32!.uber.cadence.api.v1.TaskListType\x12 \n\x18include_task_list_status\x18\x04 \x01(\x08\"\x85\x02\n\x18\x44\x65scribeTaskListResponse\x12\x30\n\x07pollers\x18\x01 \x03(\x0b\x32\x1f.uber.cadence.api.v1.PollerInfo\x12=\n\x10task_list_status\x18\x02 \x01(\x0b\x32#.uber.cadence.api.v1.TaskListStatus\x12\x46\n\x10partition_config\x18\x03 \x01(\x0b\x32,.uber.cadence.api.v1.TaskListPartitionConfig\x12\x30\n\ttask_list\x18\x04 \x01(\x0b\x32\x1d.uber.cadence.api.v1.TaskList\"-\n\x1bGetTaskListsByDomainRequest\x12\x0e\n\x06\x64omain\x18\x01 \x01(\t\"\xcc\x03\n\x1cGetTaskListsByDomainResponse\x12j\n\x16\x64\x65\x63ision_task_list_map\x18\x01 \x03(\x0b\x32J.uber.cadence.api.v1.GetTaskListsByDomainResponse.DecisionTaskListMapEntry\x12j\n\x16\x61\x63tivity_task_list_map\x18\x02 \x03(\x0b\x32J.uber.cadence.api.v1.GetTaskListsByDomainResponse.ActivityTaskListMapEntry\x1ai\n\x18\x44\x65\x63isionTaskListMapEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12<\n\x05value\x18\x02 \x01(\x0b\x32-.uber.cadence.api.v1.DescribeTaskListResponse:\x02\x38\x01\x1ai\n\x18\x41\x63tivityTaskListMapEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12<\n\x05value\x18\x02 \x01(\x0b\x32-.uber.cadence.api.v1.DescribeTaskListResponse:\x02\x38\x01\"a\n\x1dListTaskListPartitionsRequest\x12\x0e\n\x06\x64omain\x18\x01 \x01(\t\x12\x30\n\ttask_list\x18\x02 \x01(\x0b\x32\x1d.uber.cadence.api.v1.TaskList\"\xce\x01\n\x1eListTaskListPartitionsResponse\x12U\n\x1d\x61\x63tivity_task_list_partitions\x18\x01 \x03(\x0b\x32..uber.cadence.api.v1.TaskListPartitionMetadata\x12U\n\x1d\x64\x65\x63ision_task_list_partitions\x18\x02 \x03(\x0b\x32..uber.cadence.api.v1.TaskListPartitionMetadata\"\x17\n\x15GetClusterInfoRequest\"i\n\x16GetClusterInfoResponse\x12O\n\x19supported_client_versions\x18\x01 \x01(\x0b\x32,.uber.cadence.api.v1.SupportedClientVersions\"\xed\x02\n\"GetWorkflowExecutionHistoryRequest\x12\x0e\n\x06\x64omain\x18\x01 \x01(\t\x12\x42\n\x12workflow_execution\x18\x02 \x01(\x0b\x32&.uber.cadence.api.v1.WorkflowExecution\x12\x11\n\tpage_size\x18\x03 \x01(\x05\x12\x17\n\x0fnext_page_token\x18\x04 \x01(\x0c\x12\x1a\n\x12wait_for_new_event\x18\x05 \x01(\x08\x12G\n\x19history_event_filter_type\x18\x06 \x01(\x0e\x32$.uber.cadence.api.v1.EventFilterType\x12\x15\n\rskip_archival\x18\x07 \x01(\x08\x12K\n\x17query_consistency_level\x18\x08 \x01(\x0e\x32*.uber.cadence.api.v1.QueryConsistencyLevel\"\xb3\x01\n#GetWorkflowExecutionHistoryResponse\x12-\n\x07history\x18\x01 \x01(\x0b\x32\x1c.uber.cadence.api.v1.History\x12\x32\n\x0braw_history\x18\x02 \x03(\x0b\x32\x1d.uber.cadence.api.v1.DataBlob\x12\x17\n\x0fnext_page_token\x18\x03 \x01(\x0c\x12\x10\n\x08\x61rchived\x18\x04 \x01(\x08\"J\n\x0c\x46\x65\x61tureFlags\x12:\n2workflow_execution_already_completed_error_enabled\x18\x01 \x01(\x08\"q\n\x1bRefreshWorkflowTasksRequest\x12\x0e\n\x06\x64omain\x18\x01 \x01(\t\x12\x42\n\x12workflow_execution\x18\x02 \x01(\x0b\x32&.uber.cadence.api.v1.WorkflowExecution\"\x1e\n\x1cRefreshWorkflowTasksResponse2\xa7\x13\n\x0bWorkflowAPI\x12\x87\x01\n\x18RestartWorkflowExecution\x12\x34.uber.cadence.api.v1.RestartWorkflowExecutionRequest\x1a\x35.uber.cadence.api.v1.RestartWorkflowExecutionResponse\x12\x81\x01\n\x16StartWorkflowExecution\x12\x32.uber.cadence.api.v1.StartWorkflowExecutionRequest\x1a\x33.uber.cadence.api.v1.StartWorkflowExecutionResponse\x12\x90\x01\n\x1bStartWorkflowExecutionAsync\x12\x37.uber.cadence.api.v1.StartWorkflowExecutionAsyncRequest\x1a\x38.uber.cadence.api.v1.StartWorkflowExecutionAsyncResponse\x12\x84\x01\n\x17SignalWorkflowExecution\x12\x33.uber.cadence.api.v1.SignalWorkflowExecutionRequest\x1a\x34.uber.cadence.api.v1.SignalWorkflowExecutionResponse\x12\x9f\x01\n SignalWithStartWorkflowExecution\x12<.uber.cadence.api.v1.SignalWithStartWorkflowExecutionRequest\x1a=.uber.cadence.api.v1.SignalWithStartWorkflowExecutionResponse\x12\xae\x01\n%SignalWithStartWorkflowExecutionAsync\x12\x41.uber.cadence.api.v1.SignalWithStartWorkflowExecutionAsyncRequest\x1a\x42.uber.cadence.api.v1.SignalWithStartWorkflowExecutionAsyncResponse\x12\x81\x01\n\x16ResetWorkflowExecution\x12\x32.uber.cadence.api.v1.ResetWorkflowExecutionRequest\x1a\x33.uber.cadence.api.v1.ResetWorkflowExecutionResponse\x12\x99\x01\n\x1eRequestCancelWorkflowExecution\x12:.uber.cadence.api.v1.RequestCancelWorkflowExecutionRequest\x1a;.uber.cadence.api.v1.RequestCancelWorkflowExecutionResponse\x12\x8d\x01\n\x1aTerminateWorkflowExecution\x12\x36.uber.cadence.api.v1.TerminateWorkflowExecutionRequest\x1a\x37.uber.cadence.api.v1.TerminateWorkflowExecutionResponse\x12\x8a\x01\n\x19\x44\x65scribeWorkflowExecution\x12\x35.uber.cadence.api.v1.DescribeWorkflowExecutionRequest\x1a\x36.uber.cadence.api.v1.DescribeWorkflowExecutionResponse\x12\x66\n\rQueryWorkflow\x12).uber.cadence.api.v1.QueryWorkflowRequest\x1a*.uber.cadence.api.v1.QueryWorkflowResponse\x12o\n\x10\x44\x65scribeTaskList\x12,.uber.cadence.api.v1.DescribeTaskListRequest\x1a-.uber.cadence.api.v1.DescribeTaskListResponse\x12{\n\x14GetTaskListsByDomain\x12\x30.uber.cadence.api.v1.GetTaskListsByDomainRequest\x1a\x31.uber.cadence.api.v1.GetTaskListsByDomainResponse\x12\x81\x01\n\x16ListTaskListPartitions\x12\x32.uber.cadence.api.v1.ListTaskListPartitionsRequest\x1a\x33.uber.cadence.api.v1.ListTaskListPartitionsResponse\x12i\n\x0eGetClusterInfo\x12*.uber.cadence.api.v1.GetClusterInfoRequest\x1a+.uber.cadence.api.v1.GetClusterInfoResponse\x12\x90\x01\n\x1bGetWorkflowExecutionHistory\x12\x37.uber.cadence.api.v1.GetWorkflowExecutionHistoryRequest\x1a\x38.uber.cadence.api.v1.GetWorkflowExecutionHistoryResponse\x12{\n\x14RefreshWorkflowTasks\x12\x30.uber.cadence.api.v1.RefreshWorkflowTasksRequest\x1a\x31.uber.cadence.api.v1.RefreshWorkflowTasksResponse\x12\x8a\x01\n\x19\x44iagnoseWorkflowExecution\x12\x35.uber.cadence.api.v1.DiagnoseWorkflowExecutionRequest\x1a\x36.uber.cadence.api.v1.DiagnoseWorkflowExecutionResponseBd\n\x17\x63om.uber.cadence.api.v1B\x14WorkflowServiceProtoP\x01Z1github.com/uber/cadence-idl/go/proto/api/v1;apiv1b\x06proto3')
_globals = globals()
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'cadence.api.v1.service_workflow_pb2', _globals)
if not _descriptor._USE_C_DESCRIPTORS:
_globals['DESCRIPTOR']._loaded_options = None
_globals['DESCRIPTOR']._serialized_options = b'\n\027com.uber.cadence.api.v1B\024WorkflowServiceProtoP\001Z1github.com/uber/cadence-idl/go/proto/api/v1;apiv1'
_globals['_GETTASKLISTSBYDOMAINRESPONSE_DECISIONTASKLISTMAPENTRY']._loaded_options = None
_globals['_GETTASKLISTSBYDOMAINRESPONSE_DECISIONTASKLISTMAPENTRY']._serialized_options = b'8\001'
_globals['_GETTASKLISTSBYDOMAINRESPONSE_ACTIVITYTASKLISTMAPENTRY']._loaded_options = None
_globals['_GETTASKLISTSBYDOMAINRESPONSE_ACTIVITYTASKLISTMAPENTRY']._serialized_options = b'8\001'
_globals['_RESTARTWORKFLOWEXECUTIONREQUEST']._serialized_start=277
_globals['_RESTARTWORKFLOWEXECUTIONREQUEST']._serialized_end=428
_globals['_DIAGNOSEWORKFLOWEXECUTIONREQUEST']._serialized_start=431
_globals['_DIAGNOSEWORKFLOWEXECUTIONREQUEST']._serialized_end=567
_globals['_DIAGNOSEWORKFLOWEXECUTIONRESPONSE']._serialized_start=570
_globals['_DIAGNOSEWORKFLOWEXECUTIONRESPONSE']._serialized_end=700
_globals['_STARTWORKFLOWEXECUTIONREQUEST']._serialized_start=703
_globals['_STARTWORKFLOWEXECUTIONREQUEST']._serialized_end=1712
_globals['_STARTWORKFLOWEXECUTIONRESPONSE']._serialized_start=1714
_globals['_STARTWORKFLOWEXECUTIONRESPONSE']._serialized_end=1762
_globals['_STARTWORKFLOWEXECUTIONASYNCREQUEST']._serialized_start=1764
_globals['_STARTWORKFLOWEXECUTIONASYNCREQUEST']._serialized_end=1869
_globals['_STARTWORKFLOWEXECUTIONASYNCRESPONSE']._serialized_start=1871
_globals['_STARTWORKFLOWEXECUTIONASYNCRESPONSE']._serialized_end=1908
_globals['_RESTARTWORKFLOWEXECUTIONRESPONSE']._serialized_start=1910
_globals['_RESTARTWORKFLOWEXECUTIONRESPONSE']._serialized_end=1960
_globals['_SIGNALWORKFLOWEXECUTIONREQUEST']._serialized_start=1963
_globals['_SIGNALWORKFLOWEXECUTIONREQUEST']._serialized_end=2207
_globals['_SIGNALWORKFLOWEXECUTIONRESPONSE']._serialized_start=2209
_globals['_SIGNALWORKFLOWEXECUTIONRESPONSE']._serialized_end=2242
_globals['_SIGNALWITHSTARTWORKFLOWEXECUTIONREQUEST']._serialized_start=2245
_globals['_SIGNALWITHSTARTWORKFLOWEXECUTIONREQUEST']._serialized_end=2451
_globals['_SIGNALWITHSTARTWORKFLOWEXECUTIONRESPONSE']._serialized_start=2453
_globals['_SIGNALWITHSTARTWORKFLOWEXECUTIONRESPONSE']._serialized_end=2511
_globals['_SIGNALWITHSTARTWORKFLOWEXECUTIONASYNCREQUEST']._serialized_start=2513
_globals['_SIGNALWITHSTARTWORKFLOWEXECUTIONASYNCREQUEST']._serialized_end=2638
_globals['_SIGNALWITHSTARTWORKFLOWEXECUTIONASYNCRESPONSE']._serialized_start=2640
_globals['_SIGNALWITHSTARTWORKFLOWEXECUTIONASYNCRESPONSE']._serialized_end=2687
_globals['_RESETWORKFLOWEXECUTIONREQUEST']._serialized_start=2690
_globals['_RESETWORKFLOWEXECUTIONREQUEST']._serialized_end=2904
_globals['_RESETWORKFLOWEXECUTIONRESPONSE']._serialized_start=2906
_globals['_RESETWORKFLOWEXECUTIONRESPONSE']._serialized_end=2954
_globals['_REQUESTCANCELWORKFLOWEXECUTIONREQUEST']._serialized_start=2957
_globals['_REQUESTCANCELWORKFLOWEXECUTIONREQUEST']._serialized_end=3165
_globals['_REQUESTCANCELWORKFLOWEXECUTIONRESPONSE']._serialized_start=3167
_globals['_REQUESTCANCELWORKFLOWEXECUTIONRESPONSE']._serialized_end=3207
_globals['_TERMINATEWORKFLOWEXECUTIONREQUEST']._serialized_start=3210
_globals['_TERMINATEWORKFLOWEXECUTIONREQUEST']._serialized_end=3442
_globals['_TERMINATEWORKFLOWEXECUTIONRESPONSE']._serialized_start=3444
_globals['_TERMINATEWORKFLOWEXECUTIONRESPONSE']._serialized_end=3480
_globals['_DESCRIBEWORKFLOWEXECUTIONREQUEST']._serialized_start=3483
_globals['_DESCRIBEWORKFLOWEXECUTIONREQUEST']._serialized_end=3678
_globals['_DESCRIBEWORKFLOWEXECUTIONRESPONSE']._serialized_start=3681
_globals['_DESCRIBEWORKFLOWEXECUTIONRESPONSE']._serialized_end=4091
_globals['_QUERYWORKFLOWREQUEST']._serialized_start=4094
_globals['_QUERYWORKFLOWREQUEST']._serialized_end=4403
_globals['_QUERYWORKFLOWRESPONSE']._serialized_start=4406
_globals['_QUERYWORKFLOWRESPONSE']._serialized_end=4541
_globals['_DESCRIBETASKLISTREQUEST']._serialized_start=4544
_globals['_DESCRIBETASKLISTREQUEST']._serialized_end=4728
_globals['_DESCRIBETASKLISTRESPONSE']._serialized_start=4731
_globals['_DESCRIBETASKLISTRESPONSE']._serialized_end=4992
_globals['_GETTASKLISTSBYDOMAINREQUEST']._serialized_start=4994
_globals['_GETTASKLISTSBYDOMAINREQUEST']._serialized_end=5039
_globals['_GETTASKLISTSBYDOMAINRESPONSE']._serialized_start=5042
_globals['_GETTASKLISTSBYDOMAINRESPONSE']._serialized_end=5502
_globals['_GETTASKLISTSBYDOMAINRESPONSE_DECISIONTASKLISTMAPENTRY']._serialized_start=5290
_globals['_GETTASKLISTSBYDOMAINRESPONSE_DECISIONTASKLISTMAPENTRY']._serialized_end=5395
_globals['_GETTASKLISTSBYDOMAINRESPONSE_ACTIVITYTASKLISTMAPENTRY']._serialized_start=5397
_globals['_GETTASKLISTSBYDOMAINRESPONSE_ACTIVITYTASKLISTMAPENTRY']._serialized_end=5502
_globals['_LISTTASKLISTPARTITIONSREQUEST']._serialized_start=5504
_globals['_LISTTASKLISTPARTITIONSREQUEST']._serialized_end=5601
_globals['_LISTTASKLISTPARTITIONSRESPONSE']._serialized_start=5604
_globals['_LISTTASKLISTPARTITIONSRESPONSE']._serialized_end=5810
_globals['_GETCLUSTERINFOREQUEST']._serialized_start=5812
_globals['_GETCLUSTERINFOREQUEST']._serialized_end=5835
_globals['_GETCLUSTERINFORESPONSE']._serialized_start=5837
_globals['_GETCLUSTERINFORESPONSE']._serialized_end=5942
_globals['_GETWORKFLOWEXECUTIONHISTORYREQUEST']._serialized_start=5945
_globals['_GETWORKFLOWEXECUTIONHISTORYREQUEST']._serialized_end=6310
_globals['_GETWORKFLOWEXECUTIONHISTORYRESPONSE']._serialized_start=6313
_globals['_GETWORKFLOWEXECUTIONHISTORYRESPONSE']._serialized_end=6492
_globals['_FEATUREFLAGS']._serialized_start=6494
_globals['_FEATUREFLAGS']._serialized_end=6568
_globals['_REFRESHWORKFLOWTASKSREQUEST']._serialized_start=6570
_globals['_REFRESHWORKFLOWTASKSREQUEST']._serialized_end=6683
_globals['_REFRESHWORKFLOWTASKSRESPONSE']._serialized_start=6685
_globals['_REFRESHWORKFLOWTASKSRESPONSE']._serialized_end=6715
_globals['_WORKFLOWAPI']._serialized_start=6718
_globals['_WORKFLOWAPI']._serialized_end=9189
# @@protoc_insertion_point(module_scope)