dex-python-sdk 0.1.11__tar.gz → 0.2.0__tar.gz
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.
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/PKG-INFO +2 -2
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/README.md +1 -1
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/dex/async_client.py +0 -1
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/dex/client.py +0 -1
- dex_python_sdk-0.2.0/dex/dexpb/dex_pb2.py +441 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/dex/dexpb/dex_pb2.pyi +2 -4
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/dex/flow_options.py +0 -2
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/pyproject.toml +1 -1
- dex_python_sdk-0.1.11/dex/dexpb/dex_pb2.py +0 -441
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/LEGACY_NOTICES.md +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/LICENSE +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/dex/__init__.py +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/dex/_async_value_hydrator.py +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/dex/_async_worker_dispatcher.py +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/dex/_async_worker_service.py +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/dex/_grpc_errors.py +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/dex/_invocation_context.py +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/dex/_native.pyi +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/dex/_utils.py +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/dex/_value_hydrator.py +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/dex/_value_mapper.py +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/dex/_worker_dispatcher.py +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/dex/_worker_service.py +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/dex/async_worker.py +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/dex/attribute.py +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/dex/blob_cache.py +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/dex/channel.py +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/dex/client_options.py +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/dex/codec.py +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/dex/condition.py +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/dex/context.py +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/dex/dexpb/__init__.py +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/dex/dexpb/dex_pb2_grpc.py +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/dex/flow.py +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/dex/flow_config.py +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/dex/flow_info.py +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/dex/flow_result.py +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/dex/py.typed +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/dex/runtime_errors.py +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/dex/step.py +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/dex/step_execution.py +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/dex/subflow.py +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/dex/timer.py +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/dex/wait.py +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/dex/worker.py +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/dex/worker_options.py +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/sdk-rust/Cargo.lock +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/sdk-rust/Cargo.toml +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/sdk-rust/crates/dex-blob-cache/Cargo.toml +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/sdk-rust/crates/dex-blob-cache/LICENSE +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/sdk-rust/crates/dex-blob-cache/src/config.rs +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/sdk-rust/crates/dex-blob-cache/src/entry.rs +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/sdk-rust/crates/dex-blob-cache/src/error.rs +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/sdk-rust/crates/dex-blob-cache/src/format.rs +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/sdk-rust/crates/dex-blob-cache/src/lib.rs +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/sdk-rust/crates/dex-blob-cache/src/policy.rs +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/sdk-rust/crates/dex-blob-cache/src/store.rs +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/sdk-rust/crates/dex-blob-cache/tests/blob_cache_integration.rs +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/sdk-rust/crates/dex-blob-cache-python/Cargo.toml +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/sdk-rust/crates/dex-blob-cache-python/LICENSE +0 -0
- {dex_python_sdk-0.1.11 → dex_python_sdk-0.2.0}/sdk-rust/crates/dex-blob-cache-python/src/lib.rs +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dex-python-sdk
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.2.0
|
|
4
4
|
Requires-Dist: grpcio>=1.83.0
|
|
5
5
|
Requires-Dist: grpcio-status>=1.83.0
|
|
6
6
|
Requires-Dist: protobuf>=7.35.1
|
|
@@ -193,7 +193,7 @@ options = dex.StartFlowOptions(
|
|
|
193
193
|
Register async hooks with `allow_async_handlers=True` and run them with
|
|
194
194
|
`AsyncWorker`. `FAIL` produces `FlowErrorType.FLOW_TIMEOUT` and permits Flow
|
|
195
195
|
retry; `CANCEL` cancels without retry. Continue-as-new preserves the deadline,
|
|
196
|
-
while retry
|
|
196
|
+
while retry runs receive a fresh budget. A zero or absent timeout
|
|
197
197
|
disables the feature.
|
|
198
198
|
|
|
199
199
|
`Registry` validates every Flow, Step, RPC signature, durable name, lock, and
|
|
@@ -177,7 +177,7 @@ options = dex.StartFlowOptions(
|
|
|
177
177
|
Register async hooks with `allow_async_handlers=True` and run them with
|
|
178
178
|
`AsyncWorker`. `FAIL` produces `FlowErrorType.FLOW_TIMEOUT` and permits Flow
|
|
179
179
|
retry; `CANCEL` cancels without retry. Continue-as-new preserves the deadline,
|
|
180
|
-
while retry
|
|
180
|
+
while retry runs receive a fresh budget. A zero or absent timeout
|
|
181
181
|
disables the feature.
|
|
182
182
|
|
|
183
183
|
`Registry` validates every Flow, Step, RPC signature, durable name, lock, and
|
|
@@ -1018,7 +1018,6 @@ class AsyncClient:
|
|
|
1018
1018
|
),
|
|
1019
1019
|
IdReusePolicy.DISALLOW: pb.ID_REUSE_POLICY_DISALLOW_REUSE,
|
|
1020
1020
|
}[options.id_reuse_policy],
|
|
1021
|
-
cron_schedule=options.cron_schedule or "",
|
|
1022
1021
|
flow_already_started_options=pb.FlowAlreadyStartedOptions(
|
|
1023
1022
|
ignore_already_started_error=options.ignore_already_started
|
|
1024
1023
|
),
|
|
@@ -1019,7 +1019,6 @@ class Client:
|
|
|
1019
1019
|
),
|
|
1020
1020
|
IdReusePolicy.DISALLOW: pb.ID_REUSE_POLICY_DISALLOW_REUSE,
|
|
1021
1021
|
}[options.id_reuse_policy],
|
|
1022
|
-
cron_schedule=options.cron_schedule or "",
|
|
1023
1022
|
flow_already_started_options=pb.FlowAlreadyStartedOptions(
|
|
1024
1023
|
ignore_already_started_error=options.ignore_already_started
|
|
1025
1024
|
),
|
|
@@ -0,0 +1,441 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: dex.proto
|
|
5
|
+
# Protobuf Python Version: 7.35.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
7,
|
|
15
|
+
35,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'dex.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
|
|
26
|
+
from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2
|
|
27
|
+
from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
|
|
28
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\tdex.proto\x12\x03\x64\x65x\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x9c\x02\n\x05Value\x12+\n!internal_blob_id_for_string_value\x18\x01 \x01(\tH\x00\x12(\n\x1einternal_blob_id_for_obj_value\x18\x02 \x01(\tH\x00\x12\x16\n\x0cstring_value\x18\x03 \x01(\tH\x00\x12\'\n\tobj_value\x18\x04 \x01(\x0b\x32\x12.dex.EncodedObjectH\x00\x12\x13\n\tint_value\x18\x05 \x01(\x03H\x00\x12\x16\n\x0c\x64ouble_value\x18\x06 \x01(\x01H\x00\x12\x14\n\nbool_value\x18\x07 \x01(\x08H\x00\x12\x30\n\nnull_value\x18\x08 \x01(\x0e\x32\x1a.google.protobuf.NullValueH\x00\x42\x06\n\x04kind\"2\n\rEncodedObject\x12\x10\n\x08\x65ncoding\x18\x01 \x01(\t\x12\x0f\n\x07payload\x18\x02 \x01(\x0c\"\x8f\x01\n\x0e\x41ttributeWrite\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x19\n\x05value\x18\x02 \x01(\x0b\x32\n.dex.Value\x12&\n\x0cindex_config\x18\x03 \x01(\x0b\x32\x10.dex.IndexConfig\x12-\n\x0bsync_config\x18\x04 \x01(\x0b\x32\x18.dex.AttributeSyncConfig\"&\n\x13\x41ttributeSyncConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\",\n\x02KV\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x19\n\x05value\x18\x02 \x01(\x0b\x32\n.dex.Value\"N\n\x0bIndexConfig\x12\x0e\n\x06\x65nable\x18\x01 \x01(\x08\x12\x1c\n\x04type\x18\x02 \x01(\x0e\x32\x0e.dex.IndexType\x12\x11\n\tindex_key\x18\x03 \x01(\t\"\xe7\x01\n\x07\x43ontext\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\t\x12\x0e\n\x06run_id\x18\x02 \x01(\t\x12\x1e\n\x16\x66low_started_timestamp\x18\x03 \x01(\x03\x12\x19\n\x11step_execution_id\x18\x04 \x01(\t\x12\x1f\n\x17\x66irst_attempt_timestamp\x18\x05 \x01(\x03\x12\x0f\n\x07\x61ttempt\x18\x06 \x01(\x05\x12\x1e\n\x16\x66rom_step_execution_id\x18\x07 \x01(\t\x12.\n\x0erecovery_error\x18\x08 \x01(\x0b\x32\x16.dex.RecoveryErrorInfo\"Z\n\x15LocalActivityMetadata\x12!\n\x19\x63urrent_step_execution_id\x18\x01 \x01(\t\x12\x1e\n\x16\x66rom_step_execution_id\x18\x02 \x01(\t\"\xa8\x01\n\x0bRetryPolicy\x12 \n\x18initial_interval_seconds\x18\x01 \x01(\x05\x12\x1b\n\x13\x62\x61\x63koff_coefficient\x18\x02 \x01(\x02\x12 \n\x18maximum_interval_seconds\x18\x03 \x01(\x05\x12\x18\n\x10maximum_attempts\x18\x04 \x01(\x05\x12\x1e\n\x16total_duration_seconds\x18\x05 \x01(\x05\"\x8c\x01\n\x0f\x46lowRetryPolicy\x12 \n\x18initial_interval_seconds\x18\x01 \x01(\x05\x12\x1b\n\x13\x62\x61\x63koff_coefficient\x18\x02 \x01(\x02\x12 \n\x18maximum_interval_seconds\x18\x03 \x01(\x05\x12\x18\n\x10maximum_attempts\x18\x04 \x01(\x05\"\x99\x05\n\x0bStepOptions\x12 \n\x18wait_for_timeout_seconds\x18\x01 \x01(\x05\x12\x1f\n\x17\x65xecute_timeout_seconds\x18\x02 \x01(\x05\x12/\n\x15wait_for_retry_policy\x18\x03 \x01(\x0b\x32\x10.dex.RetryPolicy\x12.\n\x14\x65xecute_retry_policy\x18\x04 \x01(\x0b\x32\x10.dex.RetryPolicy\x12@\n\x17wait_for_failure_policy\x18\x05 \x01(\x0e\x32\x1f.dex.WaitForMethodFailurePolicy\x12?\n\x16\x65xecute_failure_policy\x18\x06 \x01(\x0e\x32\x1f.dex.ExecuteMethodFailurePolicy\x12)\n!execute_failure_proceed_step_type\x18\x07 \x01(\t\x12>\n$execute_failure_proceed_step_options\x18\x08 \x01(\x0b\x32\x10.dex.StepOptions\x12\x15\n\rskip_wait_for\x18\t \x01(\x08\x12\x39\n\x1cwait_for_durability_override\x18\n \x01(\x0e\x32\x13.dex.StepDurability\x12\x38\n\x1b\x65xecute_durability_override\x18\x0b \x01(\x0e\x32\x13.dex.StepDurability\x12$\n\x1cwait_for_lock_attribute_keys\x18\x0c \x03(\t\x12#\n\x1b\x65xecute_lock_attribute_keys\x18\r \x03(\t\x12!\n\x19heartbeat_timeout_seconds\x18\x0e \x01(\x05\"A\n\x19\x46lowAlreadyStartedOptions\x12$\n\x1cignore_already_started_error\x18\x01 \x01(\x08\"\xab\x02\n\x10\x46lowStartOptions\x12+\n\x0fid_reuse_policy\x18\x01 \x01(\x0e\x32\x12.dex.IdReusePolicy\x12 \n\x18\x66low_start_delay_seconds\x18\x02 \x01(\x05\x12*\n\x0cretry_policy\x18\x03 \x01(\x0b\x32\x14.dex.FlowRetryPolicy\x12\'\n\nattributes\x18\x04 \x03(\x0b\x32\x13.dex.AttributeWrite\x12-\n\x14\x66low_config_override\x18\x05 \x01(\x0b\x32\x0f.dex.FlowConfig\x12\x44\n\x1c\x66low_already_started_options\x18\x06 \x01(\x0b\x32\x1e.dex.FlowAlreadyStartedOptions\"\xc0\x03\n\nFlowConfig\x12?\n\x17\x61\x63tive_step_search_mode\x18\x01 \x01(\x0e\x32\x19.dex.ActiveStepSearchModeH\x00\x88\x01\x01\x12&\n\x19\x63ontinue_as_new_threshold\x18\x02 \x01(\x05H\x01\x88\x01\x01\x12/\n\"continue_as_new_page_size_in_bytes\x18\x03 \x01(\x05H\x02\x88\x01\x01\x12\x31\n\x0fstep_durability\x18\x04 \x01(\x0e\x32\x13.dex.StepDurabilityH\x03\x88\x01\x01\x12(\n\rworker_target\x18\x05 \x01(\x0b\x32\x11.dex.WorkerTarget\x12\'\n\x1a\x61ttribute_sync_config_name\x18\x06 \x01(\tH\x04\x88\x01\x01\x42\x1a\n\x18_active_step_search_modeB\x1c\n\x1a_continue_as_new_thresholdB%\n#_continue_as_new_page_size_in_bytesB\x12\n\x10_step_durabilityB\x1d\n\x1b_attribute_sync_config_name\"<\n\x0cWorkerTarget\x12\x0f\n\x07\x61\x64\x64ress\x18\x01 \x01(\t\x12\x1b\n\x13is_headless_address\x18\x02 \x01(\x08\"\xb1\x02\n\x10StartFlowRequest\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\t\x12\x11\n\tflow_type\x18\x02 \x01(\t\x12\x1c\n\x14\x66low_timeout_seconds\x18\x03 \x01(\x05\x12\x33\n\x13\x66low_timeout_policy\x18\x04 \x01(\x0e\x32\x16.dex.FlowTimeoutPolicy\x12\x17\n\x0fstart_step_type\x18\x05 \x01(\t\x12\x1e\n\nstep_input\x18\x08 \x01(\x0b\x32\n.dex.Value\x12&\n\x0cstep_options\x18\t \x01(\x0b\x32\x10.dex.StepOptions\x12\x31\n\x12\x66low_start_options\x18\n \x01(\x0b\x32\x15.dex.FlowStartOptions\x12\x12\n\nrequest_id\x18\x0b \x01(\t\"#\n\x11StartFlowResponse\x12\x0e\n\x06run_id\x18\x01 \x01(\t\"a\n\x17PublishToChannelRequest\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\t\x12\x0e\n\x06run_id\x18\x02 \x01(\t\x12%\n\x08messages\x18\x03 \x03(\x0b\x32\x13.dex.ChannelMessage\"A\n\x0e\x43hannelMessage\x12\x14\n\x0c\x63hannel_name\x18\x01 \x01(\t\x12\x19\n\x05value\x18\x02 \x01(\x0b\x32\n.dex.Value\"d\n\x0fStopFlowRequest\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\t\x12\x0e\n\x06run_id\x18\x02 \x01(\t\x12\x0e\n\x06reason\x18\x03 \x01(\t\x12 \n\tstop_type\x18\x04 \x01(\x0e\x32\r.dex.StopType\"W\n\x14GetAttributesRequest\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\t\x12\x0e\n\x06run_id\x18\x02 \x01(\t\x12\x0c\n\x04keys\x18\x03 \x03(\t\x12\x10\n\x08\x61ll_keys\x18\x04 \x01(\x08\"4\n\x15GetAttributesResponse\x12\x1b\n\nattributes\x18\x01 \x03(\x0b\x32\x07.dex.KV\"t\n\x14SetAttributesRequest\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\t\x12\x0e\n\x06run_id\x18\x02 \x01(\t\x12\'\n\nattributes\x18\x03 \x03(\x0b\x32\x13.dex.AttributeWrite\x12\x12\n\nrequest_id\x18\x04 \x01(\t\".\n\x10LoadBlobsRequest\x12\x1a\n\x06values\x18\x01 \x03(\x0b\x32\n.dex.Value\"\x82\x01\n\x11LoadBlobsResponse\x12\x32\n\x06values\x18\x01 \x03(\x0b\x32\".dex.LoadBlobsResponse.ValuesEntry\x1a\x39\n\x0bValuesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x19\n\x05value\x18\x02 \x01(\x0b\x32\n.dex.Value:\x02\x38\x01\"g\n\x12WaitForFlowRequest\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\t\x12\x0e\n\x06run_id\x18\x02 \x01(\t\x12\x15\n\rneeds_results\x18\x03 \x01(\x08\x12\x19\n\x11wait_time_seconds\x18\x04 \x01(\x05\"\x83\x01\n\x14StepCompletionOutput\x12\x1b\n\x13\x63ompleted_step_type\x18\x01 \x01(\t\x12#\n\x1b\x63ompleted_step_execution_id\x18\x02 \x01(\t\x12)\n\x15\x63ompleted_step_output\x18\x03 \x01(\x0b\x32\n.dex.Value\"\x9d\x01\n\nFlowResult\x12$\n\x0b\x66low_status\x18\x01 \x01(\x0e\x32\x0f.dex.FlowStatus\x12*\n\x07results\x18\x02 \x03(\x0b\x32\x19.dex.StepCompletionOutput\x12&\n\nerror_type\x18\x03 \x01(\x0e\x32\x12.dex.FlowErrorType\x12\x15\n\rerror_message\x18\x04 \x01(\t\"O\n\x12SearchFlowsRequest\x12\r\n\x05query\x18\x01 \x01(\t\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x17\n\x0fnext_page_token\x18\x03 \x01(\t\"`\n\x13SearchFlowsResponse\x12\x30\n\tflow_runs\x18\x01 \x03(\x0b\x32\x1d.dex.SearchFlowsResponseEntry\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xf9\x01\n\x18SearchFlowsResponseEntry\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\t\x12\x0e\n\x06run_id\x18\x02 \x01(\t\x12#\n\x12indexed_attributes\x18\x03 \x03(\x0b\x32\x07.dex.KV\x12\x11\n\tflow_type\x18\x04 \x01(\t\x12$\n\x0b\x66low_status\x18\x05 \x01(\x0e\x32\x0f.dex.FlowStatus\x12.\n\nstart_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nclose_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\xb5\x01\n\x19SyncAttributeIndexRequest\x12O\n\x11\x61ttribute_indexes\x18\x01 \x03(\x0b\x32\x34.dex.SyncAttributeIndexRequest.AttributeIndexesEntry\x1aG\n\x15\x41ttributeIndexesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x1d\n\x05value\x18\x02 \x01(\x0e\x32\x0e.dex.IndexType:\x02\x38\x01\"\x1c\n\x1aSyncAttributeIndexResponse\"2\n\x0f\x46lowExecutionID\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\t\x12\x0e\n\x06run_id\x18\x02 \x01(\t\"8\n\x15GetFlowSummaryRequest\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\t\x12\x0e\n\x06run_id\x18\x02 \x01(\t\"\x8c\x02\n\x16GetFlowSummaryResponse\x12/\n\x11\x66low_execution_id\x18\x01 \x01(\x0b\x32\x14.dex.FlowExecutionID\x12\x14\n\x0c\x66irst_run_id\x18\x02 \x01(\t\x12\x12\n\nrequest_id\x18\x03 \x01(\t\x12\x11\n\tflow_type\x18\x04 \x01(\t\x12$\n\x0b\x66low_status\x18\x05 \x01(\x0e\x32\x0f.dex.FlowStatus\x12.\n\nstart_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nclose_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\xd4\x01\n\x1eInternalAsyncStepInputSnapshot\x12.\n\x0emethod_options\x18\x01 \x01(\x0b\x32\x16.dex.StepMethodOptions\x12;\n\x10wait_for_request\x18\x02 \x01(\x0b\x32\x1f.dex.InvokeWaitForMethodRequestH\x00\x12:\n\x0f\x65xecute_request\x18\x03 \x01(\x0b\x32\x1f.dex.InvokeExecuteMethodRequestH\x00\x42\t\n\x07request\"s\n\x1aInternalLocalActivityInput\x12%\n\x1d\x63urrent_run_started_timestamp\x18\x01 \x01(\x03\x12.\n\x0emethod_options\x18\x02 \x01(\x0b\x32\x16.dex.StepMethodOptions\"\x90\x01\n\x17GetHistoryEventsRequest\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\t\x12\x0e\n\x06run_id\x18\x02 \x01(\t\x12\x1f\n\x17start_internal_event_id\x18\x03 \x01(\x03\x12\x1a\n\x12\x65stimate_page_size\x18\x04 \x01(\x05\x12\x17\n\x0fnext_page_token\x18\x05 \x01(\x0c\"z\n\x18GetHistoryEventsResponse\x12%\n\x06\x65vents\x18\x01 \x03(\x0b\x32\x15.dex.FlowHistoryEvent\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\x0c\x12\x1e\n\x16next_internal_event_id\x18\x03 \x01(\x03\"\xa1\x06\n\x10\x46lowHistoryEvent\x12\x10\n\x08\x65vent_id\x18\x01 \x01(\x03\x12.\n\nevent_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12L\n\x19\x66low_started_or_continued\x18\x14 \x01(\x0b\x32\'.dex.FlowStartedOrContinuedHistoryEventH\x00\x12\x32\n\x0b\x66low_closed\x18\x15 \x01(\x0b\x32\x1b.dex.FlowClosedHistoryEventH\x00\x12\x41\n\x17step_wait_for_completed\x18\x16 \x01(\x0b\x32\x1e.dex.StepWaitForCompletedEventH\x00\x12;\n\x14step_wait_for_failed\x18\x17 \x01(\x0b\x32\x1b.dex.StepWaitForFailedEventH\x00\x12@\n\x16step_execute_completed\x18\x18 \x01(\x0b\x32\x1e.dex.StepExecuteCompletedEventH\x00\x12:\n\x13step_execute_failed\x18\x19 \x01(\x0b\x32\x1b.dex.StepExecuteFailedEventH\x00\x12\x42\n\x17rpc_execution_completed\x18\x1a \x01(\x0b\x32\x1f.dex.RpcExecutionCompletedEventH\x00\x12\x44\n\x18\x63hannel_external_publish\x18\x1b \x01(\x0b\x32 .dex.ChannelExternalPublishEventH\x00\x12<\n\x15step_wait_for_pending\x18\x1c \x01(\x0b\x32\x1b.dex.StepMethodPendingEventH\x00\x12;\n\x14step_execute_pending\x18\x1d \x01(\x0b\x32\x1b.dex.StepMethodPendingEventH\x00\x12;\n\x10time_travel_fork\x18\x1e \x01(\x0b\x32\x1f.dex.TimeTravelForkHistoryEventH\x00\x42\t\n\x07payload\"5\n\x1aTimeTravelForkHistoryEvent\x12\x17\n\x0fprevious_run_id\x18\x01 \x01(\t\"\xed\x02\n\"FlowStartedOrContinuedHistoryEvent\x12/\n\x11\x66low_execution_id\x18\x01 \x01(\x0b\x32\x14.dex.FlowExecutionID\x12\x11\n\tflow_type\x18\x02 \x01(\t\x12$\n\x0b\x66low_config\x18\x03 \x01(\x0b\x32\x0f.dex.FlowConfig\x12/\n\x0c\x66low_timeout\x18\x04 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x33\n\x13\x66low_timeout_policy\x18\x05 \x01(\x0e\x32\x16.dex.FlowTimeoutPolicy\x12.\n\rinitial_start\x18\n \x01(\x0b\x32\x15.dex.FlowInitialStartH\x00\x12\x32\n\x0f\x63ontinued_start\x18\x0b \x01(\x0b\x32\x17.dex.FlowContinuedStartH\x00\x42\x13\n\x11start_or_continue\"\x98\x01\n\x10\x46lowInitialStart\x12\x17\n\x0fstart_step_type\x18\x01 \x01(\t\x12\x1e\n\nstep_input\x18\x02 \x01(\x0b\x32\n.dex.Value\x12&\n\x0cstep_options\x18\x03 \x01(\x0b\x32\x10.dex.StepOptions\x12#\n\x12initial_attributes\x18\x04 \x03(\x0b\x32\x07.dex.KV\"\x8a\x03\n\x12\x46lowContinuedStart\x12\x17\n\x0fprevious_run_id\x18\x01 \x01(\t\x12)\n\x0esteps_to_start\x18\x02 \x03(\x0b\x32\x11.dex.StepMovement\x12\x35\n\x0fsteps_to_resume\x18\x03 \x03(\x0b\x32\x1c.dex.StepExecutionResumeInfo\x12U\n\x18pending_channel_messages\x18\x04 \x03(\x0b\x32\x33.dex.FlowContinuedStart.PendingChannelMessagesEntry\x12\x1b\n\nattributes\x18\x05 \x03(\x0b\x32\x07.dex.KV\x12\x32\n\x0f\x63ompleted_steps\x18\x06 \x03(\x0b\x32\x19.dex.StepCompletionOutput\x1aQ\n\x1bPendingChannelMessagesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12!\n\x05value\x18\x02 \x01(\x0b\x32\x12.dex.ChannelValues:\x02\x38\x01\"\xc6\x01\n\x16\x46lowClosedHistoryEvent\x12$\n\x0b\x66low_status\x18\x01 \x01(\x0e\x32\x0f.dex.FlowStatus\x12*\n\x07results\x18\x02 \x03(\x0b\x32\x19.dex.StepCompletionOutput\x12&\n\nerror_type\x18\x03 \x01(\x0e\x32\x12.dex.FlowErrorType\x12\x15\n\rerror_message\x18\x04 \x01(\t\x12\x1b\n\x13\x63ontinued_to_run_id\x18\x05 \x01(\t\"\x9c\x01\n\x16StepMethodPendingEvent\x12(\n\x05input\x18\x01 \x01(\x0b\x32\x19.dex.StepMethodEventInput\x12,\n\x07\x63ontext\x18\x02 \x01(\x0b\x32\x1b.dex.StepMethodEventContext\x12*\n\x05phase\x18\x03 \x01(\x0e\x32\x1b.dex.PendingStepMethodPhase\"g\n\x11StepMethodFailure\x12\x15\n\rbackend_error\x18\x01 \x01(\t\x12*\n\x07\x64\x65tails\x18\x02 \x01(\x0b\x32\x19.dex.ServiceErrorResponse\x12\x0f\n\x07\x61ttempt\x18\x03 \x01(\x05\"w\n\x11StepMethodOptions\x12\x17\n\x0ftimeout_seconds\x18\x01 \x01(\x05\x12&\n\x0cretry_policy\x18\x02 \x01(\x0b\x32\x10.dex.RetryPolicy\x12!\n\x19heartbeat_timeout_seconds\x18\x03 \x01(\x05\"\xc2\x01\n\x14StepMethodEventInput\x12\x13\n\x0bunavailable\x18\x01 \x01(\x08\x12\x1e\n\nstep_input\x18\x02 \x01(\x0b\x32\n.dex.Value\x12\x30\n\x11\x63ondition_results\x18\x03 \x01(\x0b\x32\x15.dex.ConditionResults\x12\x1b\n\nattributes\x18\x04 \x03(\x0b\x32\x07.dex.KV\x12&\n\x15step_execution_locals\x18\x05 \x03(\x0b\x32\x07.dex.KV\"\xe8\x02\n\x16StepMethodEventContext\x12\x19\n\x11step_execution_id\x18\x01 \x01(\t\x12\x1e\n\x16\x66rom_step_execution_id\x18\x02 \x01(\t\x12\x11\n\tstep_type\x18\x03 \x01(\t\x12\'\n\ndurability\x18\x04 \x01(\x0e\x32\x13.dex.StepDurability\x12\x15\n\rfinal_attempt\x18\x05 \x01(\x05\x12\x30\n\x0cstarted_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12+\n\x08\x64uration\x18\x07 \x01(\x0b\x32\x19.google.protobuf.Duration\x12.\n\x0emethod_options\x18\x08 \x01(\x0b\x32\x16.dex.StepMethodOptions\x12\x31\n\x11last_failure_info\x18\t \x01(\x0b\x32\x16.dex.StepMethodFailure\"\xff\x01\n\x1aStepWaitForCompletedOutput\x12\x31\n\x12wait_for_condition\x18\x01 \x01(\x0b\x32\x15.dex.WaitingCondition\x12.\n\x11upsert_attributes\x18\x02 \x03(\x0b\x32\x13.dex.AttributeWrite\x12/\n\x12publish_to_channel\x18\x03 \x03(\x0b\x32\x13.dex.ChannelMessage\x12\x1e\n\rrecord_events\x18\x04 \x03(\x0b\x32\x07.dex.KV\x12-\n\x1cupsert_step_execution_locals\x18\x05 \x03(\x0b\x32\x07.dex.KV\"\xf6\x01\n\x1aStepExecuteCompletedOutput\x12(\n\rstep_decision\x18\x01 \x01(\x0b\x32\x11.dex.StepDecision\x12.\n\x11upsert_attributes\x18\x02 \x03(\x0b\x32\x13.dex.AttributeWrite\x12/\n\x12publish_to_channel\x18\x03 \x03(\x0b\x32\x13.dex.ChannelMessage\x12\x1e\n\rrecord_events\x18\x04 \x03(\x0b\x32\x07.dex.KV\x12-\n\x1cupsert_step_execution_locals\x18\x05 \x03(\x0b\x32\x07.dex.KV\"A\n\x16StepMethodFailedOutput\x12\'\n\x07\x66\x61ilure\x18\x01 \x01(\x0b\x32\x16.dex.StepMethodFailure\"\xa4\x01\n\x19StepWaitForCompletedEvent\x12(\n\x05input\x18\x01 \x01(\x0b\x32\x19.dex.StepMethodEventInput\x12/\n\x06output\x18\x02 \x01(\x0b\x32\x1f.dex.StepWaitForCompletedOutput\x12,\n\x07\x63ontext\x18\x03 \x01(\x0b\x32\x1b.dex.StepMethodEventContext\"\x9d\x01\n\x16StepWaitForFailedEvent\x12(\n\x05input\x18\x01 \x01(\x0b\x32\x19.dex.StepMethodEventInput\x12+\n\x06output\x18\x02 \x01(\x0b\x32\x1b.dex.StepMethodFailedOutput\x12,\n\x07\x63ontext\x18\x03 \x01(\x0b\x32\x1b.dex.StepMethodEventContext\"\xa4\x01\n\x19StepExecuteCompletedEvent\x12(\n\x05input\x18\x01 \x01(\x0b\x32\x19.dex.StepMethodEventInput\x12/\n\x06output\x18\x02 \x01(\x0b\x32\x1f.dex.StepExecuteCompletedOutput\x12,\n\x07\x63ontext\x18\x03 \x01(\x0b\x32\x1b.dex.StepMethodEventContext\"\x9d\x01\n\x16StepExecuteFailedEvent\x12(\n\x05input\x18\x01 \x01(\x0b\x32\x19.dex.StepMethodEventInput\x12+\n\x06output\x18\x02 \x01(\x0b\x32\x1b.dex.StepMethodFailedOutput\x12,\n\x07\x63ontext\x18\x03 \x01(\x0b\x32\x1b.dex.StepMethodEventContext\"\xae\x02\n\x1aRpcExecutionCompletedEvent\x12\x10\n\x08rpc_name\x18\x01 \x01(\t\x12\x19\n\x05input\x18\x02 \x01(\x0b\x32\n.dex.Value\x12\x1a\n\x06output\x18\x03 \x01(\x0b\x32\n.dex.Value\x12(\n\rstep_decision\x18\x04 \x01(\x0b\x32\x11.dex.StepDecision\x12.\n\x11upsert_attributes\x18\x05 \x03(\x0b\x32\x13.dex.AttributeWrite\x12\x1e\n\rrecord_events\x18\x06 \x03(\x0b\x32\x07.dex.KV\x12/\n\x12publish_to_channel\x18\x07 \x03(\x0b\x32\x13.dex.ChannelMessage\x12\x1c\n\x14is_set_attribute_api\x18\x08 \x01(\x08\"D\n\x1b\x43hannelExternalPublishEvent\x12%\n\x08messages\x18\x01 \x03(\x0b\x32\x13.dex.ChannelMessage\"]\n\x1aWaitForHistoryEventRequest\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\t\x12\x0e\n\x06run_id\x18\x02 \x01(\t\x12\x1e\n\x16next_internal_event_id\x18\x03 \x01(\x03\"\x81\x01\n\x1bWaitForHistoryEventResponse\x12\x17\n\x0f\x65vent_available\x18\x01 \x01(\x08\x12#\n\x1b\x61vailable_internal_event_id\x18\x02 \x01(\x03\x12$\n\x0b\x66low_status\x18\x03 \x01(\x0e\x32\x0f.dex.FlowStatus\"\xa9\x03\n\x18\x41\x63tiveStepExecutionState\x12\x19\n\x11step_execution_id\x18\x01 \x01(\t\x12\x1e\n\x16\x66rom_step_execution_id\x18\x02 \x01(\t\x12\x11\n\tstep_type\x18\x03 \x01(\t\x12#\n\x05phase\x18\x04 \x01(\x0e\x32\x14.dex.ActiveStepPhase\x12#\n\x08movement\x18\x05 \x01(\x0b\x32\x11.dex.StepMovement\x12\x35\n\x11waiting_condition\x18\x06 \x01(\x0b\x32\x1a.dex.WaitingConditionState\x12\x43\n\x14\x63ompleted_conditions\x18\x07 \x01(\x0b\x32%.dex.StepExecutionCompletedConditions\x12&\n\x15step_execution_locals\x18\x08 \x03(\x0b\x32\x07.dex.KV\x12\x1e\n\x06timers\x18\t \x03(\x0b\x32\x0e.dex.TimerInfo\x12\x31\n\x11last_failure_info\x18\n \x01(\x0b\x32\x16.dex.StepMethodFailure\"6\n\x13GetFlowStateRequest\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\t\x12\x0e\n\x06run_id\x18\x02 \x01(\t\"\xa1\x03\n\x14GetFlowStateResponse\x12$\n\x0b\x66low_config\x18\x01 \x01(\x0b\x32\x0f.dex.FlowConfig\x12\x1b\n\nattributes\x18\x02 \x03(\x0b\x32\x07.dex.KV\x12=\n\x16\x61\x63tive_step_executions\x18\x03 \x03(\x0b\x32\x1d.dex.ActiveStepExecutionState\x12\'\n\x0cqueued_steps\x18\x04 \x03(\x0b\x32\x11.dex.StepMovement\x12W\n\x18pending_channel_messages\x18\x05 \x03(\x0b\x32\x35.dex.GetFlowStateResponse.PendingChannelMessagesEntry\x12\x32\n\x0f\x63ompleted_steps\x18\x06 \x03(\x0b\x32\x19.dex.StepCompletionOutput\x1aQ\n\x1bPendingChannelMessagesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12!\n\x05value\x18\x02 \x01(\x0b\x32\x12.dex.ChannelValues:\x02\x38\x01\"\x81\x02\n\x10ResetFlowRequest\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\t\x12\x0e\n\x06run_id\x18\x02 \x01(\t\x12&\n\nreset_type\x18\x03 \x01(\x0e\x32\x12.dex.FlowResetType\x12\x0e\n\x06reason\x18\x04 \x01(\t\x12\x1a\n\x12history_event_time\x18\x05 \x01(\t\x12\x11\n\tstep_type\x18\x06 \x01(\t\x12\x19\n\x11step_execution_id\x18\x07 \x01(\t\x12\x1b\n\x13skip_writes_reapply\x18\x08 \x01(\x08\x12-\n\x0bstep_method\x18\t \x01(\x0e\x32\x18.dex.FlowResetStepMethod\"#\n\x11ResetFlowResponse\x12\x0e\n\x06run_id\x18\x01 \x01(\t\"\xaa\x01\n\x10InvokeRPCRequest\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\t\x12\x0e\n\x06run_id\x18\x02 \x01(\t\x12\x10\n\x08rpc_name\x18\x03 \x01(\t\x12\x19\n\x05input\x18\x04 \x01(\x0b\x32\n.dex.Value\x12\x17\n\x0ftimeout_seconds\x18\x05 \x01(\x05\x12\x1b\n\x13lock_attribute_keys\x18\x06 \x03(\t\x12\x12\n\nrequest_id\x18\x07 \x01(\t\"/\n\x11InvokeRPCResponse\x12\x1a\n\x06output\x18\x01 \x01(\x0b\x32\n.dex.Value\"\xa8\x01\n\x10SkipTimerRequest\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\t\x12\x0e\n\x06run_id\x18\x02 \x01(\t\x12\x19\n\x11step_execution_id\x18\x03 \x01(\t\x12\x1a\n\x12timer_condition_id\x18\x04 \x01(\t\x12\"\n\x15timer_condition_index\x18\x05 \x01(\x05H\x00\x88\x01\x01\x42\x18\n\x16_timer_condition_index\"`\n\x17UpdateFlowConfigRequest\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\t\x12\x0e\n\x06run_id\x18\x02 \x01(\t\x12$\n\x0b\x66low_config\x18\x03 \x01(\x0b\x32\x0f.dex.FlowConfig\"\x90\x01\n\x1cWaitForStepCompletionRequest\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\t\x12\x11\n\tstep_type\x18\x02 \x01(\t\x12\x1d\n\x15step_execution_number\x18\x03 \x01(\t\x12\x19\n\x11wait_time_seconds\x18\x05 \x01(\x05\x12\x12\n\nrequest_id\x18\x06 \x01(\t\"\x1f\n\x1dWaitForStepCompletionResponse\"\x9c\x01\n\x17WaitForAttributeRequest\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\t\x12\x0e\n\x06run_id\x18\x02 \x01(\t\x12\x31\n\tcondition\x18\x03 \x01(\x0b\x32\x1e.dex.WaitForAttributeCondition\x12\x19\n\x11wait_time_seconds\x18\x04 \x01(\x05\x12\x12\n\nrequest_id\x18\x05 \x01(\t\"P\n\x19WaitForAttributeCondition\x12+\n\x05\x65qual\x18\x01 \x01(\x0b\x32\x1a.dex.WaitForAttributeEqualH\x00\x42\x06\n\x04kind\"?\n\x15WaitForAttributeEqual\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x19\n\x05value\x18\x02 \x01(\x0b\x32\n.dex.Value\">\n\x1bTriggerContinueAsNewRequest\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\t\x12\x0e\n\x06run_id\x18\x02 \x01(\t\"C\n\nHealthInfo\x12\x11\n\tcondition\x18\x01 \x01(\t\x12\x10\n\x08hostname\x18\x02 \x01(\t\x12\x10\n\x08\x64uration\x18\x03 \x01(\x05\"\xea\x01\n\x14ServiceErrorResponse\x12\x0e\n\x06\x64\x65tail\x18\x01 \x01(\t\x12\'\n\nsub_status\x18\x02 \x01(\x0e\x32\x13.dex.ErrorSubStatus\x12$\n\x1coriginal_worker_error_detail\x18\x03 \x01(\t\x12\"\n\x1aoriginal_worker_error_type\x18\x04 \x01(\t\x12$\n\x1coriginal_worker_error_status\x18\x05 \x01(\x05\x12)\n!original_worker_error_stack_trace\x18\x06 \x01(\t\"k\n\x13WorkerErrorResponse\x12\x0e\n\x06\x64\x65tail\x18\x01 \x01(\t\x12\x12\n\nerror_type\x18\x02 \x01(\t\x12\x13\n\x0bstack_trace\x18\x03 \x01(\t\x12\x1b\n\x13retry_after_seconds\x18\x04 \x01(\x05\"z\n\x15InternalActivityError\x12\x15\n\rserver_detail\x18\x01 \x01(\t\x12\x1a\n\x12worker_grpc_status\x18\x02 \x01(\x05\x12.\n\x0cworker_error\x18\x03 \x01(\x0b\x32\x18.dex.InternalWorkerError\"N\n\x13InternalWorkerError\x12\x0e\n\x06\x64\x65tail\x18\x01 \x01(\t\x12\x12\n\nerror_type\x18\x02 \x01(\t\x12\x13\n\x0bstack_trace\x18\x03 \x01(\t\"m\n\x11InternalFlowError\x12\x17\n\rserver_detail\x18\x01 \x01(\tH\x00\x12\x34\n\x0e\x61\x63tivity_error\x18\x02 \x01(\x0b\x32\x1a.dex.InternalActivityErrorH\x00\x42\t\n\x07\x66\x61ilure\"\x1b\n\x0b\x43hannelInfo\x12\x0c\n\x04size\x18\x01 \x01(\x05\"\x9e\x01\n\x1aInvokeWaitForMethodRequest\x12\x1d\n\x07\x63ontext\x18\x01 \x01(\x0b\x32\x0c.dex.Context\x12\x11\n\tflow_type\x18\x02 \x01(\t\x12\x11\n\tstep_type\x18\x03 \x01(\t\x12\x1e\n\nstep_input\x18\x04 \x01(\x0b\x32\n.dex.Value\x12\x1b\n\nattributes\x18\x05 \x03(\x0b\x32\x07.dex.KV\"\xb6\x02\n\x1bInvokeWaitForMethodResponse\x12;\n\x17local_activity_metadata\x18\x01 \x01(\x0b\x32\x1a.dex.LocalActivityMetadata\x12.\n\x11upsert_attributes\x18\x02 \x03(\x0b\x32\x13.dex.AttributeWrite\x12\x30\n\x11waiting_condition\x18\x03 \x01(\x0b\x32\x15.dex.WaitingCondition\x12\'\n\x16upsert_step_exe_locals\x18\x04 \x03(\x0b\x32\x07.dex.KV\x12\x1e\n\rrecord_events\x18\x05 \x03(\x0b\x32\x07.dex.KV\x12/\n\x12publish_to_channel\x18\x06 \x03(\x0b\x32\x13.dex.ChannelMessage\"\xf2\x01\n\x1aInvokeExecuteMethodRequest\x12\x1d\n\x07\x63ontext\x18\x01 \x01(\x0b\x32\x0c.dex.Context\x12\x11\n\tflow_type\x18\x02 \x01(\t\x12\x11\n\tstep_type\x18\x03 \x01(\t\x12\x1e\n\nstep_input\x18\x04 \x01(\x0b\x32\n.dex.Value\x12\x1b\n\nattributes\x18\x05 \x03(\x0b\x32\x07.dex.KV\x12 \n\x0fstep_exe_locals\x18\x06 \x03(\x0b\x32\x07.dex.KV\x12\x30\n\x11\x63ondition_results\x18\x07 \x01(\x0b\x32\x15.dex.ConditionResults\"\xae\x02\n\x1bInvokeExecuteMethodResponse\x12;\n\x17local_activity_metadata\x18\x01 \x01(\x0b\x32\x1a.dex.LocalActivityMetadata\x12(\n\rstep_decision\x18\x02 \x01(\x0b\x32\x11.dex.StepDecision\x12.\n\x11upsert_attributes\x18\x03 \x03(\x0b\x32\x13.dex.AttributeWrite\x12\x1e\n\rrecord_events\x18\x04 \x03(\x0b\x32\x07.dex.KV\x12\'\n\x16upsert_step_exe_locals\x18\x05 \x03(\x0b\x32\x07.dex.KV\x12/\n\x12publish_to_channel\x18\x06 \x03(\x0b\x32\x13.dex.ChannelMessage\"\xa1\x02\n\x16InvokeWorkerRPCRequest\x12\x1d\n\x07\x63ontext\x18\x01 \x01(\x0b\x32\x0c.dex.Context\x12\x11\n\tflow_type\x18\x02 \x01(\t\x12\x10\n\x08rpc_name\x18\x03 \x01(\t\x12\x19\n\x05input\x18\x04 \x01(\x0b\x32\n.dex.Value\x12\x1b\n\nattributes\x18\x05 \x03(\x0b\x32\x07.dex.KV\x12\x44\n\rchannel_infos\x18\x06 \x03(\x0b\x32-.dex.InvokeWorkerRPCRequest.ChannelInfosEntry\x1a\x45\n\x11\x43hannelInfosEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x1f\n\x05value\x18\x02 \x01(\x0b\x32\x10.dex.ChannelInfo:\x02\x38\x01\"\xe0\x01\n\x17InvokeWorkerRPCResponse\x12\x1a\n\x06output\x18\x01 \x01(\x0b\x32\n.dex.Value\x12(\n\rstep_decision\x18\x02 \x01(\x0b\x32\x11.dex.StepDecision\x12.\n\x11upsert_attributes\x18\x03 \x03(\x0b\x32\x13.dex.AttributeWrite\x12\x1e\n\rrecord_events\x18\x04 \x03(\x0b\x32\x07.dex.KV\x12/\n\x12publish_to_channel\x18\x06 \x03(\x0b\x32\x13.dex.ChannelMessage\"\x9f\x01\n\x0cStepDecision\x12%\n\nnext_steps\x18\x01 \x03(\x0b\x32\x11.dex.StepMovement\x12*\n\x0e\x63lose_decision\x18\x02 \x01(\x0b\x32\x12.dex.CloseDecision\x12\x19\n\x11\x63\x61ncel_step_types\x18\x03 \x03(\t\x12!\n\x19\x63\x61ncel_sibling_step_types\x18\x04 \x03(\t\"\x88\x01\n\rCloseDecision\x12\x33\n\x13\x63lose_decision_type\x18\x01 \x01(\x0e\x32\x16.dex.CloseDecisionType\x12!\n\x19\x63onditional_channel_names\x18\x02 \x03(\t\x12\x1f\n\x0b\x63lose_input\x18\x03 \x01(\x0b\x32\n.dex.Value\"\xd5\x01\n\x0cStepMovement\x12\x11\n\tstep_type\x18\x01 \x01(\t\x12\x1e\n\nstep_input\x18\x02 \x01(\x0b\x32\n.dex.Value\x12&\n\x0cstep_options\x18\x03 \x01(\x0b\x32\x10.dex.StepOptions\x12,\n$from_step_execution_id_internal_only\x18\x04 \x01(\t\x12<\n\x1crecovery_error_internal_only\x18\x05 \x01(\x0b\x32\x16.dex.RecoveryErrorInfo\"-\n\x14\x43onditionCombination\x12\x15\n\rcondition_ids\x18\x01 \x03(\t\"\x9e\x02\n\x10WaitingCondition\x12\x39\n\x16waiting_condition_type\x18\x01 \x01(\x0e\x32\x19.dex.WaitingConditionType\x12-\n\x10timer_conditions\x18\x02 \x03(\x0b\x32\x13.dex.TimerCondition\x12\x31\n\x12\x63hannel_conditions\x18\x03 \x03(\x0b\x32\x15.dex.ChannelCondition\x12\x39\n\x16\x63ondition_combinations\x18\x04 \x03(\x0b\x32\x19.dex.ConditionCombination\x12\x32\n\x13sub_flow_conditions\x18\x05 \x03(\x0b\x32\x15.dex.SubFlowCondition\"\xa8\x02\n\x15WaitingConditionState\x12\x39\n\x16waiting_condition_type\x18\x01 \x01(\x0e\x32\x19.dex.WaitingConditionType\x12-\n\x10timer_conditions\x18\x02 \x03(\x0b\x32\x13.dex.TimerCondition\x12\x31\n\x12\x63hannel_conditions\x18\x03 \x03(\x0b\x32\x15.dex.ChannelCondition\x12\x39\n\x16\x63ondition_combinations\x18\x04 \x03(\x0b\x32\x19.dex.ConditionCombination\x12\x37\n\x13sub_flow_conditions\x18\x05 \x03(\x0b\x32\x1a.dex.SubFlowConditionState\"\xb8\x02\n\x0eSubFlowOptions\x12-\n\x0creuse_policy\x18\x01 \x01(\x0e\x32\x17.dex.SubFlowReusePolicy\x12\x1c\n\x14\x66low_timeout_seconds\x18\x02 \x01(\x05\x12 \n\x18\x66low_start_delay_seconds\x18\x03 \x01(\x05\x12*\n\x0cretry_policy\x18\x04 \x01(\x0b\x32\x14.dex.FlowRetryPolicy\x12\'\n\nattributes\x18\x05 \x03(\x0b\x32\x13.dex.AttributeWrite\x12-\n\x14\x66low_config_override\x18\x06 \x01(\x0b\x32\x0f.dex.FlowConfig\x12\x33\n\x13\x66low_timeout_policy\x18\x07 \x01(\x0e\x32\x16.dex.FlowTimeoutPolicy\"\xde\x01\n\x10SubFlowCondition\x12\x14\n\x0c\x63ondition_id\x18\x01 \x01(\t\x12\x15\n\rsub_flow_type\x18\x02 \x01(\t\x12\x17\n\x0fstart_step_type\x18\x03 \x01(\t\x12\x1e\n\nstep_input\x18\x04 \x01(\x0b\x32\n.dex.Value\x12&\n\x0cstep_options\x18\x05 \x01(\x0b\x32\x10.dex.StepOptions\x12$\n\x07options\x18\x06 \x01(\x0b\x32\x13.dex.SubFlowOptions\x12\x16\n\x0esub_flow_index\x18\x07 \x01(\x05\"-\n\x15SubFlowConditionState\x12\x14\n\x0c\x63ondition_id\x18\x01 \x01(\t\"g\n\x0eTimerCondition\x12\x14\n\x0c\x63ondition_id\x18\x01 \x01(\t\x12\x18\n\x10\x64uration_seconds\x18\x02 \x01(\x03\x12%\n\x1d\x66iring_unix_timestamp_seconds\x18\x03 \x01(\x03\"\x84\x01\n\x10\x43hannelCondition\x12\x14\n\x0c\x63ondition_id\x18\x01 \x01(\t\x12\x14\n\x0c\x63hannel_name\x18\x02 \x01(\t\x12\x15\n\x08\x61t_least\x18\x03 \x01(\x05H\x00\x88\x01\x01\x12\x14\n\x07\x61t_most\x18\x04 \x01(\x05H\x01\x88\x01\x01\x42\x0b\n\t_at_leastB\n\n\x08_at_most\"\xac\x01\n\x10\x43onditionResults\x12+\n\x0f\x63hannel_results\x18\x01 \x03(\x0b\x32\x12.dex.ChannelResult\x12\'\n\rtimer_results\x18\x02 \x03(\x0b\x32\x10.dex.TimerResult\x12\x17\n\x0fwait_for_failed\x18\x03 \x01(\x08\x12)\n\x10sub_flow_results\x18\x04 \x03(\x0b\x32\x0f.dex.FlowResult\"S\n\x0bTimerResult\x12\x14\n\x0c\x63ondition_id\x18\x01 \x01(\t\x12.\n\x10\x63ondition_status\x18\x02 \x01(\x0e\x32\x14.dex.ConditionStatus\"\x87\x01\n\rChannelResult\x12\x14\n\x0c\x63ondition_id\x18\x01 \x01(\t\x12.\n\x10\x63ondition_status\x18\x02 \x01(\x0e\x32\x14.dex.ConditionStatus\x12\x14\n\x0c\x63hannel_name\x18\x03 \x01(\t\x12\x1a\n\x06values\x18\x04 \x03(\x0b\x32\n.dex.Value\"i\n\x18\x43ontinueAsNewDumpRequest\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\t\x12\x0e\n\x06run_id\x18\x02 \x01(\t\x12\x10\n\x08page_num\x18\x03 \x01(\x05\x12\x1a\n\x12page_size_in_bytes\x18\x04 \x01(\x05\"j\n\x19\x43ontinueAsNewDumpResponse\x12\x14\n\x0cpage_content\x18\x01 \x01(\x0c\x12\x10\n\x08page_num\x18\x02 \x01(\x05\x12\x13\n\x0btotal_pages\x18\x03 \x01(\x05\x12\x10\n\x08\x63hecksum\x18\x04 \x01(\t\"+\n\rChannelValues\x12\x1a\n\x06values\x18\x01 \x03(\x0b\x32\n.dex.Value\"\x9f\x03\n StepExecutionCompletedConditions\x12g\n\x1a\x63ompleted_timer_conditions\x18\x01 \x03(\x0b\x32\x43.dex.StepExecutionCompletedConditions.CompletedTimerConditionsEntry\x12\x66\n\x1a\x63ompleted_sub_flow_results\x18\x02 \x03(\x0b\x32\x42.dex.StepExecutionCompletedConditions.CompletedSubFlowResultsEntry\x1aY\n\x1d\x43ompletedTimerConditionsEntry\x12\x0b\n\x03key\x18\x01 \x01(\x05\x12\'\n\x05value\x18\x02 \x01(\x0e\x32\x18.dex.InternalTimerStatus:\x02\x38\x01\x1aO\n\x1c\x43ompletedSubFlowResultsEntry\x12\x0b\n\x03key\x18\x01 \x01(\x05\x12\x1e\n\x05value\x18\x02 \x01(\x0b\x32\x0f.dex.FlowResult:\x02\x38\x01\"\xf3\x01\n\x17StepExecutionResumeInfo\x12\x19\n\x11step_execution_id\x18\x01 \x01(\t\x12\x1f\n\x04step\x18\x02 \x01(\x0b\x32\x11.dex.StepMovement\x12\x43\n\x14\x63ompleted_conditions\x18\x03 \x01(\x0b\x32%.dex.StepExecutionCompletedConditions\x12\x35\n\x11waiting_condition\x18\x04 \x01(\x0b\x32\x1a.dex.WaitingConditionState\x12 \n\x0fstep_exe_locals\x18\x05 \x03(\x0b\x32\x07.dex.KV\"\xce\x04\n\x18StepExecutionCounterInfo\x12X\n\x17step_type_started_count\x18\x01 \x03(\x0b\x32\x37.dex.StepExecutionCounterInfo.StepTypeStartedCountEntry\x12o\n#step_type_currently_executing_count\x18\x02 \x03(\x0b\x32\x42.dex.StepExecutionCounterInfo.StepTypeCurrentlyExecutingCountEntry\x12\'\n\x1ftotal_currently_executing_count\x18\x03 \x01(\x05\x12^\n\x1astep_active_execution_nums\x18\x04 \x03(\x0b\x32:.dex.StepExecutionCounterInfo.StepActiveExecutionNumsEntry\x1a;\n\x19StepTypeStartedCountEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x05:\x02\x38\x01\x1a\x46\n$StepTypeCurrentlyExecutingCountEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x05:\x02\x38\x01\x1aY\n\x1cStepActiveExecutionNumsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12(\n\x05value\x18\x02 \x01(\x0b\x32\x19.dex.StepExecutionNumbers:\x02\x38\x01\"f\n\x0eStaleSkipTimer\x12\x19\n\x11step_execution_id\x18\x01 \x01(\t\x12\x1a\n\x12timer_condition_id\x18\x02 \x01(\t\x12\x1d\n\x15timer_condition_index\x18\x03 \x01(\x05\"\x92\x04\n\x11\x43ontinueAsNewDump\x12\x38\n\x1dsteps_to_start_from_beginning\x18\x01 \x03(\x0b\x32\x11.dex.StepMovement\x12?\n\x19step_executions_to_resume\x18\x02 \x03(\x0b\x32\x1c.dex.StepExecutionResumeInfo\x12\x45\n\x10\x63hannel_received\x18\x03 \x03(\x0b\x32+.dex.ContinueAsNewDump.ChannelReceivedEntry\x12\x33\n\x0c\x63ounter_info\x18\x04 \x01(\x0b\x32\x1d.dex.StepExecutionCounterInfo\x12/\n\x0cstep_outputs\x18\x05 \x03(\x0b\x32\x19.dex.StepCompletionOutput\x12.\n\x11stale_skip_timers\x18\x06 \x03(\x0b\x32\x13.dex.StaleSkipTimer\x12\x1b\n\nattributes\x18\x07 \x03(\x0b\x32\x07.dex.KV\x12<\n\x1cpending_attribute_sync_items\x18\x08 \x03(\x0b\x32\x16.dex.AttributeSyncItem\x1aJ\n\x14\x43hannelReceivedEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12!\n\x05value\x18\x02 \x01(\x0b\x32\x12.dex.ChannelValues:\x02\x38\x01\"6\n\x12\x43ontinueAsNewInput\x12 \n\x18previous_internal_run_id\x18\x01 \x01(\t\"\x9b\x03\n\x18InterpreterWorkflowInput\x12\x11\n\tflow_type\x18\x01 \x01(\t\x12\'\n\x1f\x63onfigured_flow_timeout_seconds\x18\x02 \x01(\x05\x12\x33\n\x13\x66low_timeout_policy\x18\x03 \x01(\x0e\x32\x16.dex.FlowTimeoutPolicy\x12\x17\n\x0fstart_step_type\x18\x04 \x01(\t\x12\x1e\n\nstep_input\x18\x05 \x01(\x0b\x32\n.dex.Value\x12&\n\x0cstep_options\x18\x06 \x01(\x0b\x32\x10.dex.StepOptions\x12,\n\x0finit_attributes\x18\x07 \x03(\x0b\x32\x13.dex.AttributeWrite\x12\x1f\n\x06\x63onfig\x18\x08 \x01(\x0b\x32\x0f.dex.FlowConfig\x12&\n\x1eis_resume_from_continue_as_new\x18\t \x01(\x08\x12\x36\n\x15\x63ontinue_as_new_input\x18\n \x01(\x0b\x32\x17.dex.ContinueAsNewInput\"W\n\x19InterpreterWorkflowOutput\x12:\n\x17step_completion_outputs\x18\x01 \x03(\x0b\x32\x19.dex.StepCompletionOutput\"1\n\x1d\x42lobStoreCleanupWorkflowInput\x12\x10\n\x08store_id\x18\x01 \x01(\t\"7\n\x1e\x42lobStoreCleanupWorkflowOutput\x12\x15\n\rtotal_deleted\x18\x01 \x01(\x05\"~\n InvokeWaitForMethodActivityInput\x12(\n\rworker_target\x18\x01 \x01(\x0b\x32\x11.dex.WorkerTarget\x12\x30\n\x07request\x18\x02 \x01(\x0b\x32\x1f.dex.InvokeWaitForMethodRequest\"W\n!InvokeWaitForMethodActivityOutput\x12\x32\n\x08response\x18\x01 \x01(\x0b\x32 .dex.InvokeWaitForMethodResponse\"~\n InvokeExecuteMethodActivityInput\x12(\n\rworker_target\x18\x01 \x01(\x0b\x32\x11.dex.WorkerTarget\x12\x30\n\x07request\x18\x02 \x01(\x0b\x32\x1f.dex.InvokeExecuteMethodRequest\"7\n\x11RecoveryErrorInfo\x12\x0e\n\x06\x64\x65tail\x18\x01 \x01(\t\x12\x12\n\nerror_type\x18\x02 \x01(\t\"\xf5\x01\n InternalLocalStepActivityFailure\x12;\n\x17local_activity_metadata\x18\x01 \x01(\x0b\x32\x1a.dex.LocalActivityMetadata\x12\x1f\n\x17\x66irst_attempt_timestamp\x18\x02 \x01(\x03\x12.\n\x0emethod_options\x18\x03 \x01(\x0b\x32\x16.dex.StepMethodOptions\x12\x0f\n\x07\x61ttempt\x18\x04 \x01(\x05\x12\x32\n\x0e\x61\x63tivity_error\x18\x05 \x01(\x0b\x32\x1a.dex.InternalActivityError\"W\n!InvokeExecuteMethodActivityOutput\x12\x32\n\x08response\x18\x01 \x01(\x0b\x32 .dex.InvokeExecuteMethodResponse\"W\n%DumpFlowForContinueAsNewActivityInput\x12.\n\x07request\x18\x01 \x01(\x0b\x32\x1d.dex.ContinueAsNewDumpRequest\"Z\n&DumpFlowForContinueAsNewActivityOutput\x12\x30\n\x08response\x18\x01 \x01(\x0b\x32\x1e.dex.ContinueAsNewDumpResponse\"v\n\x1cInvokeWorkerRPCActivityInput\x12.\n\x08rpc_prep\x18\x01 \x01(\x0b\x32\x1c.dex.PrepareRpcQueryResponse\x12&\n\x07request\x18\x02 \x01(\x0b\x32\x15.dex.InvokeRPCRequest\"c\n\x1dInvokeWorkerRPCActivityOutput\x12.\n\x08response\x18\x01 \x01(\x0b\x32\x1c.dex.InvokeWorkerRPCResponse\x12\x12\n\nrequest_id\x18\x02 \x01(\t\"1\n\x1d\x43leanupBlobStoreActivityInput\x12\x10\n\x08store_id\x18\x01 \x01(\t\"7\n\x1e\x43leanupBlobStoreActivityOutput\x12\x15\n\rtotal_deleted\x18\x01 \x01(\x05\"P\n\x11\x41ttributeSyncItem\x12\x13\n\x0b\x63onfig_name\x18\x01 \x01(\t\x12\x0b\n\x03key\x18\x02 \x01(\t\x12\x19\n\x05value\x18\x03 \x01(\x0b\x32\n.dex.Value\"n\n\x1fSyncAttributeBatchActivityInput\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\t\x12\x13\n\x0b\x63onfig_name\x18\x02 \x01(\t\x12%\n\x05items\x18\x03 \x03(\x0b\x32\x16.dex.AttributeSyncItem\"\x94\x01\n\x19StartSubFlowActivityInput\x12(\n\tcondition\x18\x01 \x01(\x0b\x32\x15.dex.SubFlowCondition\x12+\n\x12parent_flow_config\x18\x02 \x01(\x0b\x32\x0f.dex.FlowConfig\x12 \n\x18parent_step_execution_id\x18\x03 \x01(\t\"L\n\x1aStartSubFlowActivityOutput\x12.\n\x15immediate_flow_result\x18\x01 \x01(\x0b\x32\x0f.dex.FlowResult\"[\n\x1eSubFlowCompletionSignalRequest\x12\x13\n\x0bsub_flow_id\x18\x01 \x01(\t\x12$\n\x0b\x66low_result\x18\x02 \x01(\x0b\x32\x0f.dex.FlowResult\"t\n$ReportSubFlowCompletionActivityInput\x12\x16\n\x0eparent_flow_id\x18\x01 \x01(\t\x12\x34\n\x07request\x18\x02 \x01(\x0b\x32#.dex.SubFlowCompletionSignalRequest\"]\n%ReportSubFlowCompletionActivityOutput\x12\x34\n\x06status\x18\x01 \x01(\x0e\x32$.dex.SubFlowCompletionDeliveryStatus\"\xa1\x02\n\x17\x45xecuteRpcSignalRequest\x12\x1d\n\trpc_input\x18\x01 \x01(\x0b\x32\n.dex.Value\x12\x1e\n\nrpc_output\x18\x02 \x01(\x0b\x32\n.dex.Value\x12.\n\x11upsert_attributes\x18\x03 \x03(\x0b\x32\x13.dex.AttributeWrite\x12(\n\rstep_decision\x18\x04 \x01(\x0b\x32\x11.dex.StepDecision\x12\x1e\n\rrecord_events\x18\x05 \x03(\x0b\x32\x07.dex.KV\x12/\n\x12publish_to_channel\x18\x06 \x03(\x0b\x32\x13.dex.ChannelMessage\x12\x1c\n\x14is_set_attribute_api\x18\x07 \x01(\x08\"n\n\x16SkipTimerSignalRequest\x12\x19\n\x11step_execution_id\x18\x01 \x01(\t\x12\x1a\n\x12timer_condition_id\x18\x02 \x01(\t\x12\x1d\n\x15timer_condition_index\x18\x03 \x01(\x05\"I\n\x15StopFlowSignalRequest\x12 \n\tstop_type\x18\x01 \x01(\x0e\x32\r.dex.StopType\x12\x0e\n\x06reason\x18\x02 \x01(\t\";\n\x19GetAttributesQueryRequest\x12\x0c\n\x04keys\x18\x01 \x03(\t\x12\x10\n\x08\x61ll_keys\x18\x02 \x01(\x08\"9\n\x1aGetAttributesQueryResponse\x12\x1b\n\nattributes\x18\x01 \x03(\x0b\x32\x07.dex.KV\"5\n\x16PrepareRpcQueryRequest\x12\x1b\n\x13lock_attribute_keys\x18\x01 \x03(\t\"\xb1\x02\n\x17PrepareRpcQueryResponse\x12\x1b\n\nattributes\x18\x01 \x03(\x0b\x32\x07.dex.KV\x12\x0e\n\x06run_id\x18\x02 \x01(\t\x12\x1e\n\x16\x66low_started_timestamp\x18\x03 \x01(\x03\x12\x11\n\tflow_type\x18\x04 \x01(\t\x12(\n\rworker_target\x18\x05 \x01(\x0b\x32\x11.dex.WorkerTarget\x12\x45\n\rchannel_infos\x18\x06 \x03(\x0b\x32..dex.PrepareRpcQueryResponse.ChannelInfosEntry\x1a\x45\n\x11\x43hannelInfosEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x1f\n\x05value\x18\x02 \x01(\x0b\x32\x10.dex.ChannelInfo:\x02\x38\x01\"r\n\tTimerInfo\x12\x14\n\x0c\x63ondition_id\x18\x01 \x01(\t\x12%\n\x1d\x66iring_unix_timestamp_seconds\x18\x02 \x01(\x03\x12(\n\x06status\x18\x03 \x01(\x0e\x32\x18.dex.InternalTimerStatus\"/\n\rTimerInfoList\x12\x1e\n\x06timers\x18\x01 \x03(\x0b\x32\x0e.dex.TimerInfo\"\xf6\x01\n!GetCurrentTimerInfosQueryResponse\x12v\n\"step_execution_current_timer_infos\x18\x01 \x03(\x0b\x32J.dex.GetCurrentTimerInfosQueryResponse.StepExecutionCurrentTimerInfosEntry\x1aY\n#StepExecutionCurrentTimerInfosEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12!\n\x05value\x18\x02 \x01(\x0b\x32\x12.dex.TimerInfoList:\x02\x38\x01\"V\n)GetScheduledGreedyTimerTimesQueryResponse\x12)\n\x11pending_scheduled\x18\x01 \x03(\x0b\x32\x0e.dex.TimerInfo\"\xc4\x01\n\x11\x44\x65\x62ugDumpResponse\x12\x1f\n\x06\x63onfig\x18\x01 \x01(\x0b\x32\x0f.dex.FlowConfig\x12(\n\x08snapshot\x18\x02 \x01(\x0b\x32\x16.dex.ContinueAsNewDump\x12%\n\x1d\x66iring_timers_unix_timestamps\x18\x03 \x03(\x03\x12=\n\x16\x61\x63tive_step_executions\x18\x04 \x03(\x0b\x32\x1d.dex.ActiveStepExecutionState\"A\n\x15InvokeRpcUpdateResult\x12(\n\x08response\x18\x01 \x01(\x0b\x32\x16.dex.InvokeRPCResponse\"\'\n\x14StepExecutionNumbers\x12\x0f\n\x07numbers\x18\x01 \x03(\x05*\xcb\x01\n\tIndexType\x12\x1a\n\x16INDEX_TYPE_UNSPECIFIED\x10\x00\x12\x16\n\x12INDEX_TYPE_KEYWORD\x10\x01\x12\x13\n\x0fINDEX_TYPE_TEXT\x10\x02\x12\x1c\n\x18INDEX_TYPE_KEYWORD_ARRAY\x10\x03\x12\x12\n\x0eINDEX_TYPE_INT\x10\x04\x12\x15\n\x11INDEX_TYPE_DOUBLE\x10\x05\x12\x13\n\x0fINDEX_TYPE_BOOL\x10\x06\x12\x17\n\x13INDEX_TYPE_DATETIME\x10\x07*\xbc\x01\n\x1aWaitForMethodFailurePolicy\x12.\n*WAIT_FOR_METHOD_FAILURE_POLICY_UNSPECIFIED\x10\x00\x12\x37\n3WAIT_FOR_METHOD_FAILURE_POLICY_FAIL_FLOW_ON_FAILURE\x10\x01\x12\x35\n1WAIT_FOR_METHOD_FAILURE_POLICY_PROCEED_ON_FAILURE\x10\x02*\xd0\x01\n\x1a\x45xecuteMethodFailurePolicy\x12-\n)EXECUTE_METHOD_FAILURE_POLICY_UNSPECIFIED\x10\x00\x12\x45\nAEXECUTE_METHOD_FAILURE_POLICY_FAIL_FLOW_ON_EXECUTE_METHOD_FAILURE\x10\x01\x12<\n8EXECUTE_METHOD_FAILURE_POLICY_PROCEED_TO_CONFIGURED_STEP\x10\x02*\xe6\x01\n\rIdReusePolicy\x12\x1f\n\x1bID_REUSE_POLICY_UNSPECIFIED\x10\x00\x12\x37\n3ID_REUSE_POLICY_ALLOW_IF_PREVIOUS_EXISTS_ABNORMALLY\x10\x01\x12\'\n#ID_REUSE_POLICY_ALLOW_IF_NO_RUNNING\x10\x02\x12\"\n\x1eID_REUSE_POLICY_DISALLOW_REUSE\x10\x03\x12.\n*ID_REUSE_POLICY_ALLOW_TERMINATE_IF_RUNNING\x10\x04*\xcf\x01\n\x14\x41\x63tiveStepSearchMode\x12\'\n#ACTIVE_STEP_SEARCH_MODE_UNSPECIFIED\x10\x00\x12+\n\'ACTIVE_STEP_SEARCH_MODE_ENABLED_FOR_ALL\x10\x01\x12;\n7ACTIVE_STEP_SEARCH_MODE_ENABLED_FOR_STEPS_WITH_WAIT_FOR\x10\x02\x12$\n ACTIVE_STEP_SEARCH_MODE_DISABLED\x10\x03*f\n\x0eStepDurability\x12\x1f\n\x1bSTEP_DURABILITY_UNSPECIFIED\x10\x00\x12\x18\n\x14STEP_DURABILITY_SYNC\x10\x01\x12\x19\n\x15STEP_DURABILITY_ASYNC\x10\x02*\x97\x01\n\x11\x46lowTimeoutPolicy\x12#\n\x1f\x46LOW_TIMEOUT_POLICY_UNSPECIFIED\x10\x00\x12\x1c\n\x18\x46LOW_TIMEOUT_POLICY_FAIL\x10\x01\x12\x1e\n\x1a\x46LOW_TIMEOUT_POLICY_CANCEL\x10\x02\x12\x1f\n\x1b\x46LOW_TIMEOUT_POLICY_HANDLER\x10\x03*h\n\x08StopType\x12\x19\n\x15STOP_TYPE_UNSPECIFIED\x10\x00\x12\x14\n\x10STOP_TYPE_CANCEL\x10\x01\x12\x17\n\x13STOP_TYPE_TERMINATE\x10\x02\x12\x12\n\x0eSTOP_TYPE_FAIL\x10\x03*\x80\x02\n\nFlowStatus\x12\x1b\n\x17\x46LOW_STATUS_UNSPECIFIED\x10\x00\x12\x17\n\x13\x46LOW_STATUS_RUNNING\x10\x01\x12\x19\n\x15\x46LOW_STATUS_COMPLETED\x10\x02\x12\x16\n\x12\x46LOW_STATUS_FAILED\x10\x03\x12\x31\n-FLOW_STATUS_SERVER_SIDE_TIMEOUT_INTERNAL_ONLY\x10\x04\x12\x1a\n\x16\x46LOW_STATUS_TERMINATED\x10\x05\x12\x18\n\x14\x46LOW_STATUS_CANCELED\x10\x06\x12 \n\x1c\x46LOW_STATUS_CONTINUED_AS_NEW\x10\x07*\x9e\x02\n\rFlowErrorType\x12\x1f\n\x1b\x46LOW_ERROR_TYPE_UNSPECIFIED\x10\x00\x12.\n*FLOW_ERROR_TYPE_STEP_DECISION_FAILING_FLOW\x10\x01\x12+\n\'FLOW_ERROR_TYPE_CLIENT_API_FAILING_FLOW\x10\x02\x12#\n\x1f\x46LOW_ERROR_TYPE_WORKER_API_FAIL\x10\x03\x12*\n&FLOW_ERROR_TYPE_INVALID_USER_FLOW_CODE\x10\x04\x12 \n\x1c\x46LOW_ERROR_TYPE_FLOW_TIMEOUT\x10\x05\x12\x1c\n\x18\x46LOW_ERROR_TYPE_INTERNAL\x10\x06*\x93\x01\n\x16PendingStepMethodPhase\x12)\n%PENDING_STEP_METHOD_PHASE_UNSPECIFIED\x10\x00\x12\'\n#PENDING_STEP_METHOD_PHASE_SCHEDULED\x10\x01\x12%\n!PENDING_STEP_METHOD_PHASE_STARTED\x10\x02*q\n\x0f\x41\x63tiveStepPhase\x12!\n\x1d\x41\x43TIVE_STEP_PHASE_UNSPECIFIED\x10\x00\x12\x1c\n\x18\x41\x43TIVE_STEP_PHASE_ACTIVE\x10\x01\x12\x1d\n\x19\x41\x43TIVE_STEP_PHASE_WAITING\x10\x02*\xbd\x01\n\rFlowResetType\x12\x1f\n\x1b\x46LOW_RESET_TYPE_UNSPECIFIED\x10\x00\x12\x1d\n\x19\x46LOW_RESET_TYPE_BEGINNING\x10\x01\x12&\n\"FLOW_RESET_TYPE_HISTORY_EVENT_TIME\x10\x02\x12\x1d\n\x19\x46LOW_RESET_TYPE_STEP_TYPE\x10\x03\x12%\n!FLOW_RESET_TYPE_STEP_EXECUTION_ID\x10\x04*\x86\x01\n\x13\x46lowResetStepMethod\x12&\n\"FLOW_RESET_STEP_METHOD_UNSPECIFIED\x10\x00\x12#\n\x1f\x46LOW_RESET_STEP_METHOD_WAIT_FOR\x10\x01\x12\"\n\x1e\x46LOW_RESET_STEP_METHOD_EXECUTE\x10\x02*\xf7\x01\n\x0e\x45rrorSubStatus\x12 \n\x1c\x45RROR_SUB_STATUS_UNSPECIFIED\x10\x00\x12\"\n\x1e\x45RROR_SUB_STATUS_UNCATEGORIZED\x10\x01\x12)\n%ERROR_SUB_STATUS_FLOW_ALREADY_STARTED\x10\x02\x12$\n ERROR_SUB_STATUS_FLOW_NOT_EXISTS\x10\x03\x12%\n!ERROR_SUB_STATUS_WORKER_API_ERROR\x10\x04\x12\'\n#ERROR_SUB_STATUS_LONG_POLL_TIME_OUT\x10\x05*\x8b\x02\n\x11\x43loseDecisionType\x12#\n\x1f\x43LOSE_DECISION_TYPE_UNSPECIFIED\x10\x00\x12\x38\n4CLOSE_DECISION_TYPE_FORCE_COMPLETE_ON_CHANNELS_EMPTY\x10\x01\x12)\n%CLOSE_DECISION_TYPE_GRACEFUL_COMPLETE\x10\x02\x12&\n\"CLOSE_DECISION_TYPE_FORCE_COMPLETE\x10\x03\x12\"\n\x1e\x43LOSE_DECISION_TYPE_FORCE_FAIL\x10\x04\x12 \n\x1c\x43LOSE_DECISION_TYPE_DEAD_END\x10\x05*\xc8\x01\n\x14WaitingConditionType\x12&\n\"WAITING_CONDITION_TYPE_UNSPECIFIED\x10\x00\x12(\n$WAITING_CONDITION_TYPE_ALL_COMPLETED\x10\x01\x12(\n$WAITING_CONDITION_TYPE_ANY_COMPLETED\x10\x02\x12\x34\n0WAITING_CONDITION_TYPE_ANY_COMBINATION_COMPLETED\x10\x03*\xc7\x01\n\x12SubFlowReusePolicy\x12%\n!SUB_FLOW_REUSE_POLICY_UNSPECIFIED\x10\x00\x12 \n\x1cSUB_FLOW_REUSE_POLICY_ATTACH\x10\x01\x12>\n:SUB_FLOW_REUSE_POLICY_RESTART_IF_PREVIOUS_EXITS_ABNORMALLY\x10\x02\x12(\n$SUB_FLOW_REUSE_POLICY_ALWAYS_RESTART\x10\x03*q\n\x0f\x43onditionStatus\x12 \n\x1c\x43ONDITION_STATUS_UNSPECIFIED\x10\x00\x12\x1c\n\x18\x43ONDITION_STATUS_WAITING\x10\x01\x12\x1e\n\x1a\x43ONDITION_STATUS_COMPLETED\x10\x02*\xa3\x01\n\x13InternalTimerStatus\x12%\n!INTERNAL_TIMER_STATUS_UNSPECIFIED\x10\x00\x12!\n\x1dINTERNAL_TIMER_STATUS_PENDING\x10\x01\x12\x1f\n\x1bINTERNAL_TIMER_STATUS_FIRED\x10\x02\x12!\n\x1dINTERNAL_TIMER_STATUS_SKIPPED\x10\x03*\xb8\x02\n\x0fUpdateErrorType\x12!\n\x1dUPDATE_ERROR_TYPE_UNSPECIFIED\x10\x00\x12/\n+UPDATE_ERROR_TYPE_CONTINUE_AS_NEW_PREEMPTED\x10\x01\x12&\n\"UPDATE_ERROR_TYPE_INVALID_ARGUMENT\x10\x02\x12)\n%UPDATE_ERROR_TYPE_FAILED_PRECONDITION\x10\x03\x12\'\n#UPDATE_ERROR_TYPE_DEADLINE_EXCEEDED\x10\x04\x12.\n*UPDATE_ERROR_TYPE_RPC_ACQUIRE_LOCK_FAILURE\x10\x05\x12%\n!UPDATE_ERROR_TYPE_SERVER_INTERNAL\x10\x06*\xcd\x01\n\x1fSubFlowCompletionDeliveryStatus\x12\x33\n/SUB_FLOW_COMPLETION_DELIVERY_STATUS_UNSPECIFIED\x10\x00\x12\x31\n-SUB_FLOW_COMPLETION_DELIVERY_STATUS_DELIVERED\x10\x01\x12\x42\n>SUB_FLOW_COMPLETION_DELIVERY_STATUS_PARENT_CLOSED_OR_NOT_FOUND\x10\x02\x32\xd6\x0b\n\x0b\x46lowService\x12:\n\tStartFlow\x12\x15.dex.StartFlowRequest\x1a\x16.dex.StartFlowResponse\x12H\n\x10PublishToChannel\x12\x1c.dex.PublishToChannelRequest\x1a\x16.google.protobuf.Empty\x12\x38\n\x08StopFlow\x12\x14.dex.StopFlowRequest\x1a\x16.google.protobuf.Empty\x12\x46\n\rGetAttributes\x12\x19.dex.GetAttributesRequest\x1a\x1a.dex.GetAttributesResponse\x12\x42\n\rSetAttributes\x12\x19.dex.SetAttributesRequest\x1a\x16.google.protobuf.Empty\x12:\n\tLoadBlobs\x12\x15.dex.LoadBlobsRequest\x1a\x16.dex.LoadBlobsResponse\x12\x37\n\x0bWaitForFlow\x12\x17.dex.WaitForFlowRequest\x1a\x0f.dex.FlowResult\x12@\n\x0bSearchFlows\x12\x17.dex.SearchFlowsRequest\x1a\x18.dex.SearchFlowsResponse\x12W\n\x14SyncAttributeIndexes\x12\x1e.dex.SyncAttributeIndexRequest\x1a\x1f.dex.SyncAttributeIndexResponse\x12I\n\x0eGetFlowSummary\x12\x1a.dex.GetFlowSummaryRequest\x1a\x1b.dex.GetFlowSummaryResponse\x12O\n\x10GetHistoryEvents\x12\x1c.dex.GetHistoryEventsRequest\x1a\x1d.dex.GetHistoryEventsResponse\x12X\n\x13WaitForHistoryEvent\x12\x1f.dex.WaitForHistoryEventRequest\x1a .dex.WaitForHistoryEventResponse\x12\x43\n\x0cGetFlowState\x12\x18.dex.GetFlowStateRequest\x1a\x19.dex.GetFlowStateResponse\x12:\n\tResetFlow\x12\x15.dex.ResetFlowRequest\x1a\x16.dex.ResetFlowResponse\x12:\n\tInvokeRPC\x12\x15.dex.InvokeRPCRequest\x1a\x16.dex.InvokeRPCResponse\x12:\n\tSkipTimer\x12\x15.dex.SkipTimerRequest\x1a\x16.google.protobuf.Empty\x12H\n\x10UpdateFlowConfig\x12\x1c.dex.UpdateFlowConfigRequest\x1a\x16.google.protobuf.Empty\x12^\n\x15WaitForStepCompletion\x12!.dex.WaitForStepCompletionRequest\x1a\".dex.WaitForStepCompletionResponse\x12H\n\x10WaitForAttribute\x12\x1c.dex.WaitForAttributeRequest\x1a\x16.google.protobuf.Empty\x12P\n\x14TriggerContinueAsNew\x12 .dex.TriggerContinueAsNewRequest\x1a\x16.google.protobuf.Empty\x12\x36\n\x0bHealthCheck\x12\x16.google.protobuf.Empty\x1a\x0f.dex.HealthInfo2\x91\x02\n\rWorkerService\x12X\n\x13InvokeWaitForMethod\x12\x1f.dex.InvokeWaitForMethodRequest\x1a .dex.InvokeWaitForMethodResponse\x12X\n\x13InvokeExecuteMethod\x12\x1f.dex.InvokeExecuteMethodRequest\x1a .dex.InvokeExecuteMethodResponse\x12L\n\x0fInvokeWorkerRPC\x12\x1b.dex.InvokeWorkerRPCRequest\x1a\x1c.dex.InvokeWorkerRPCResponse2l\n\x0fInternalService\x12Y\n\x18\x44umpFlowForContinueAsNew\x12\x1d.dex.ContinueAsNewDumpRequest\x1a\x1e.dex.ContinueAsNewDumpResponseB!\n\x13io.superdurable.genB\x08\x44\x65xProtoP\x01\x62\x06proto3')
|
|
32
|
+
|
|
33
|
+
_globals = globals()
|
|
34
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
35
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dex_pb2', _globals)
|
|
36
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
37
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
38
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\023io.superdurable.genB\010DexProtoP\001'
|
|
39
|
+
_globals['_LOADBLOBSRESPONSE_VALUESENTRY']._loaded_options = None
|
|
40
|
+
_globals['_LOADBLOBSRESPONSE_VALUESENTRY']._serialized_options = b'8\001'
|
|
41
|
+
_globals['_SYNCATTRIBUTEINDEXREQUEST_ATTRIBUTEINDEXESENTRY']._loaded_options = None
|
|
42
|
+
_globals['_SYNCATTRIBUTEINDEXREQUEST_ATTRIBUTEINDEXESENTRY']._serialized_options = b'8\001'
|
|
43
|
+
_globals['_FLOWCONTINUEDSTART_PENDINGCHANNELMESSAGESENTRY']._loaded_options = None
|
|
44
|
+
_globals['_FLOWCONTINUEDSTART_PENDINGCHANNELMESSAGESENTRY']._serialized_options = b'8\001'
|
|
45
|
+
_globals['_GETFLOWSTATERESPONSE_PENDINGCHANNELMESSAGESENTRY']._loaded_options = None
|
|
46
|
+
_globals['_GETFLOWSTATERESPONSE_PENDINGCHANNELMESSAGESENTRY']._serialized_options = b'8\001'
|
|
47
|
+
_globals['_INVOKEWORKERRPCREQUEST_CHANNELINFOSENTRY']._loaded_options = None
|
|
48
|
+
_globals['_INVOKEWORKERRPCREQUEST_CHANNELINFOSENTRY']._serialized_options = b'8\001'
|
|
49
|
+
_globals['_STEPEXECUTIONCOMPLETEDCONDITIONS_COMPLETEDTIMERCONDITIONSENTRY']._loaded_options = None
|
|
50
|
+
_globals['_STEPEXECUTIONCOMPLETEDCONDITIONS_COMPLETEDTIMERCONDITIONSENTRY']._serialized_options = b'8\001'
|
|
51
|
+
_globals['_STEPEXECUTIONCOMPLETEDCONDITIONS_COMPLETEDSUBFLOWRESULTSENTRY']._loaded_options = None
|
|
52
|
+
_globals['_STEPEXECUTIONCOMPLETEDCONDITIONS_COMPLETEDSUBFLOWRESULTSENTRY']._serialized_options = b'8\001'
|
|
53
|
+
_globals['_STEPEXECUTIONCOUNTERINFO_STEPTYPESTARTEDCOUNTENTRY']._loaded_options = None
|
|
54
|
+
_globals['_STEPEXECUTIONCOUNTERINFO_STEPTYPESTARTEDCOUNTENTRY']._serialized_options = b'8\001'
|
|
55
|
+
_globals['_STEPEXECUTIONCOUNTERINFO_STEPTYPECURRENTLYEXECUTINGCOUNTENTRY']._loaded_options = None
|
|
56
|
+
_globals['_STEPEXECUTIONCOUNTERINFO_STEPTYPECURRENTLYEXECUTINGCOUNTENTRY']._serialized_options = b'8\001'
|
|
57
|
+
_globals['_STEPEXECUTIONCOUNTERINFO_STEPACTIVEEXECUTIONNUMSENTRY']._loaded_options = None
|
|
58
|
+
_globals['_STEPEXECUTIONCOUNTERINFO_STEPACTIVEEXECUTIONNUMSENTRY']._serialized_options = b'8\001'
|
|
59
|
+
_globals['_CONTINUEASNEWDUMP_CHANNELRECEIVEDENTRY']._loaded_options = None
|
|
60
|
+
_globals['_CONTINUEASNEWDUMP_CHANNELRECEIVEDENTRY']._serialized_options = b'8\001'
|
|
61
|
+
_globals['_PREPARERPCQUERYRESPONSE_CHANNELINFOSENTRY']._loaded_options = None
|
|
62
|
+
_globals['_PREPARERPCQUERYRESPONSE_CHANNELINFOSENTRY']._serialized_options = b'8\001'
|
|
63
|
+
_globals['_GETCURRENTTIMERINFOSQUERYRESPONSE_STEPEXECUTIONCURRENTTIMERINFOSENTRY']._loaded_options = None
|
|
64
|
+
_globals['_GETCURRENTTIMERINFOSQUERYRESPONSE_STEPEXECUTIONCURRENTTIMERINFOSENTRY']._serialized_options = b'8\001'
|
|
65
|
+
_globals['_INDEXTYPE']._serialized_start=24313
|
|
66
|
+
_globals['_INDEXTYPE']._serialized_end=24516
|
|
67
|
+
_globals['_WAITFORMETHODFAILUREPOLICY']._serialized_start=24519
|
|
68
|
+
_globals['_WAITFORMETHODFAILUREPOLICY']._serialized_end=24707
|
|
69
|
+
_globals['_EXECUTEMETHODFAILUREPOLICY']._serialized_start=24710
|
|
70
|
+
_globals['_EXECUTEMETHODFAILUREPOLICY']._serialized_end=24918
|
|
71
|
+
_globals['_IDREUSEPOLICY']._serialized_start=24921
|
|
72
|
+
_globals['_IDREUSEPOLICY']._serialized_end=25151
|
|
73
|
+
_globals['_ACTIVESTEPSEARCHMODE']._serialized_start=25154
|
|
74
|
+
_globals['_ACTIVESTEPSEARCHMODE']._serialized_end=25361
|
|
75
|
+
_globals['_STEPDURABILITY']._serialized_start=25363
|
|
76
|
+
_globals['_STEPDURABILITY']._serialized_end=25465
|
|
77
|
+
_globals['_FLOWTIMEOUTPOLICY']._serialized_start=25468
|
|
78
|
+
_globals['_FLOWTIMEOUTPOLICY']._serialized_end=25619
|
|
79
|
+
_globals['_STOPTYPE']._serialized_start=25621
|
|
80
|
+
_globals['_STOPTYPE']._serialized_end=25725
|
|
81
|
+
_globals['_FLOWSTATUS']._serialized_start=25728
|
|
82
|
+
_globals['_FLOWSTATUS']._serialized_end=25984
|
|
83
|
+
_globals['_FLOWERRORTYPE']._serialized_start=25987
|
|
84
|
+
_globals['_FLOWERRORTYPE']._serialized_end=26273
|
|
85
|
+
_globals['_PENDINGSTEPMETHODPHASE']._serialized_start=26276
|
|
86
|
+
_globals['_PENDINGSTEPMETHODPHASE']._serialized_end=26423
|
|
87
|
+
_globals['_ACTIVESTEPPHASE']._serialized_start=26425
|
|
88
|
+
_globals['_ACTIVESTEPPHASE']._serialized_end=26538
|
|
89
|
+
_globals['_FLOWRESETTYPE']._serialized_start=26541
|
|
90
|
+
_globals['_FLOWRESETTYPE']._serialized_end=26730
|
|
91
|
+
_globals['_FLOWRESETSTEPMETHOD']._serialized_start=26733
|
|
92
|
+
_globals['_FLOWRESETSTEPMETHOD']._serialized_end=26867
|
|
93
|
+
_globals['_ERRORSUBSTATUS']._serialized_start=26870
|
|
94
|
+
_globals['_ERRORSUBSTATUS']._serialized_end=27117
|
|
95
|
+
_globals['_CLOSEDECISIONTYPE']._serialized_start=27120
|
|
96
|
+
_globals['_CLOSEDECISIONTYPE']._serialized_end=27387
|
|
97
|
+
_globals['_WAITINGCONDITIONTYPE']._serialized_start=27390
|
|
98
|
+
_globals['_WAITINGCONDITIONTYPE']._serialized_end=27590
|
|
99
|
+
_globals['_SUBFLOWREUSEPOLICY']._serialized_start=27593
|
|
100
|
+
_globals['_SUBFLOWREUSEPOLICY']._serialized_end=27792
|
|
101
|
+
_globals['_CONDITIONSTATUS']._serialized_start=27794
|
|
102
|
+
_globals['_CONDITIONSTATUS']._serialized_end=27907
|
|
103
|
+
_globals['_INTERNALTIMERSTATUS']._serialized_start=27910
|
|
104
|
+
_globals['_INTERNALTIMERSTATUS']._serialized_end=28073
|
|
105
|
+
_globals['_UPDATEERRORTYPE']._serialized_start=28076
|
|
106
|
+
_globals['_UPDATEERRORTYPE']._serialized_end=28388
|
|
107
|
+
_globals['_SUBFLOWCOMPLETIONDELIVERYSTATUS']._serialized_start=28391
|
|
108
|
+
_globals['_SUBFLOWCOMPLETIONDELIVERYSTATUS']._serialized_end=28596
|
|
109
|
+
_globals['_VALUE']._serialized_start=143
|
|
110
|
+
_globals['_VALUE']._serialized_end=427
|
|
111
|
+
_globals['_ENCODEDOBJECT']._serialized_start=429
|
|
112
|
+
_globals['_ENCODEDOBJECT']._serialized_end=479
|
|
113
|
+
_globals['_ATTRIBUTEWRITE']._serialized_start=482
|
|
114
|
+
_globals['_ATTRIBUTEWRITE']._serialized_end=625
|
|
115
|
+
_globals['_ATTRIBUTESYNCCONFIG']._serialized_start=627
|
|
116
|
+
_globals['_ATTRIBUTESYNCCONFIG']._serialized_end=665
|
|
117
|
+
_globals['_KV']._serialized_start=667
|
|
118
|
+
_globals['_KV']._serialized_end=711
|
|
119
|
+
_globals['_INDEXCONFIG']._serialized_start=713
|
|
120
|
+
_globals['_INDEXCONFIG']._serialized_end=791
|
|
121
|
+
_globals['_CONTEXT']._serialized_start=794
|
|
122
|
+
_globals['_CONTEXT']._serialized_end=1025
|
|
123
|
+
_globals['_LOCALACTIVITYMETADATA']._serialized_start=1027
|
|
124
|
+
_globals['_LOCALACTIVITYMETADATA']._serialized_end=1117
|
|
125
|
+
_globals['_RETRYPOLICY']._serialized_start=1120
|
|
126
|
+
_globals['_RETRYPOLICY']._serialized_end=1288
|
|
127
|
+
_globals['_FLOWRETRYPOLICY']._serialized_start=1291
|
|
128
|
+
_globals['_FLOWRETRYPOLICY']._serialized_end=1431
|
|
129
|
+
_globals['_STEPOPTIONS']._serialized_start=1434
|
|
130
|
+
_globals['_STEPOPTIONS']._serialized_end=2099
|
|
131
|
+
_globals['_FLOWALREADYSTARTEDOPTIONS']._serialized_start=2101
|
|
132
|
+
_globals['_FLOWALREADYSTARTEDOPTIONS']._serialized_end=2166
|
|
133
|
+
_globals['_FLOWSTARTOPTIONS']._serialized_start=2169
|
|
134
|
+
_globals['_FLOWSTARTOPTIONS']._serialized_end=2468
|
|
135
|
+
_globals['_FLOWCONFIG']._serialized_start=2471
|
|
136
|
+
_globals['_FLOWCONFIG']._serialized_end=2919
|
|
137
|
+
_globals['_WORKERTARGET']._serialized_start=2921
|
|
138
|
+
_globals['_WORKERTARGET']._serialized_end=2981
|
|
139
|
+
_globals['_STARTFLOWREQUEST']._serialized_start=2984
|
|
140
|
+
_globals['_STARTFLOWREQUEST']._serialized_end=3289
|
|
141
|
+
_globals['_STARTFLOWRESPONSE']._serialized_start=3291
|
|
142
|
+
_globals['_STARTFLOWRESPONSE']._serialized_end=3326
|
|
143
|
+
_globals['_PUBLISHTOCHANNELREQUEST']._serialized_start=3328
|
|
144
|
+
_globals['_PUBLISHTOCHANNELREQUEST']._serialized_end=3425
|
|
145
|
+
_globals['_CHANNELMESSAGE']._serialized_start=3427
|
|
146
|
+
_globals['_CHANNELMESSAGE']._serialized_end=3492
|
|
147
|
+
_globals['_STOPFLOWREQUEST']._serialized_start=3494
|
|
148
|
+
_globals['_STOPFLOWREQUEST']._serialized_end=3594
|
|
149
|
+
_globals['_GETATTRIBUTESREQUEST']._serialized_start=3596
|
|
150
|
+
_globals['_GETATTRIBUTESREQUEST']._serialized_end=3683
|
|
151
|
+
_globals['_GETATTRIBUTESRESPONSE']._serialized_start=3685
|
|
152
|
+
_globals['_GETATTRIBUTESRESPONSE']._serialized_end=3737
|
|
153
|
+
_globals['_SETATTRIBUTESREQUEST']._serialized_start=3739
|
|
154
|
+
_globals['_SETATTRIBUTESREQUEST']._serialized_end=3855
|
|
155
|
+
_globals['_LOADBLOBSREQUEST']._serialized_start=3857
|
|
156
|
+
_globals['_LOADBLOBSREQUEST']._serialized_end=3903
|
|
157
|
+
_globals['_LOADBLOBSRESPONSE']._serialized_start=3906
|
|
158
|
+
_globals['_LOADBLOBSRESPONSE']._serialized_end=4036
|
|
159
|
+
_globals['_LOADBLOBSRESPONSE_VALUESENTRY']._serialized_start=3979
|
|
160
|
+
_globals['_LOADBLOBSRESPONSE_VALUESENTRY']._serialized_end=4036
|
|
161
|
+
_globals['_WAITFORFLOWREQUEST']._serialized_start=4038
|
|
162
|
+
_globals['_WAITFORFLOWREQUEST']._serialized_end=4141
|
|
163
|
+
_globals['_STEPCOMPLETIONOUTPUT']._serialized_start=4144
|
|
164
|
+
_globals['_STEPCOMPLETIONOUTPUT']._serialized_end=4275
|
|
165
|
+
_globals['_FLOWRESULT']._serialized_start=4278
|
|
166
|
+
_globals['_FLOWRESULT']._serialized_end=4435
|
|
167
|
+
_globals['_SEARCHFLOWSREQUEST']._serialized_start=4437
|
|
168
|
+
_globals['_SEARCHFLOWSREQUEST']._serialized_end=4516
|
|
169
|
+
_globals['_SEARCHFLOWSRESPONSE']._serialized_start=4518
|
|
170
|
+
_globals['_SEARCHFLOWSRESPONSE']._serialized_end=4614
|
|
171
|
+
_globals['_SEARCHFLOWSRESPONSEENTRY']._serialized_start=4617
|
|
172
|
+
_globals['_SEARCHFLOWSRESPONSEENTRY']._serialized_end=4866
|
|
173
|
+
_globals['_SYNCATTRIBUTEINDEXREQUEST']._serialized_start=4869
|
|
174
|
+
_globals['_SYNCATTRIBUTEINDEXREQUEST']._serialized_end=5050
|
|
175
|
+
_globals['_SYNCATTRIBUTEINDEXREQUEST_ATTRIBUTEINDEXESENTRY']._serialized_start=4979
|
|
176
|
+
_globals['_SYNCATTRIBUTEINDEXREQUEST_ATTRIBUTEINDEXESENTRY']._serialized_end=5050
|
|
177
|
+
_globals['_SYNCATTRIBUTEINDEXRESPONSE']._serialized_start=5052
|
|
178
|
+
_globals['_SYNCATTRIBUTEINDEXRESPONSE']._serialized_end=5080
|
|
179
|
+
_globals['_FLOWEXECUTIONID']._serialized_start=5082
|
|
180
|
+
_globals['_FLOWEXECUTIONID']._serialized_end=5132
|
|
181
|
+
_globals['_GETFLOWSUMMARYREQUEST']._serialized_start=5134
|
|
182
|
+
_globals['_GETFLOWSUMMARYREQUEST']._serialized_end=5190
|
|
183
|
+
_globals['_GETFLOWSUMMARYRESPONSE']._serialized_start=5193
|
|
184
|
+
_globals['_GETFLOWSUMMARYRESPONSE']._serialized_end=5461
|
|
185
|
+
_globals['_INTERNALASYNCSTEPINPUTSNAPSHOT']._serialized_start=5464
|
|
186
|
+
_globals['_INTERNALASYNCSTEPINPUTSNAPSHOT']._serialized_end=5676
|
|
187
|
+
_globals['_INTERNALLOCALACTIVITYINPUT']._serialized_start=5678
|
|
188
|
+
_globals['_INTERNALLOCALACTIVITYINPUT']._serialized_end=5793
|
|
189
|
+
_globals['_GETHISTORYEVENTSREQUEST']._serialized_start=5796
|
|
190
|
+
_globals['_GETHISTORYEVENTSREQUEST']._serialized_end=5940
|
|
191
|
+
_globals['_GETHISTORYEVENTSRESPONSE']._serialized_start=5942
|
|
192
|
+
_globals['_GETHISTORYEVENTSRESPONSE']._serialized_end=6064
|
|
193
|
+
_globals['_FLOWHISTORYEVENT']._serialized_start=6067
|
|
194
|
+
_globals['_FLOWHISTORYEVENT']._serialized_end=6868
|
|
195
|
+
_globals['_TIMETRAVELFORKHISTORYEVENT']._serialized_start=6870
|
|
196
|
+
_globals['_TIMETRAVELFORKHISTORYEVENT']._serialized_end=6923
|
|
197
|
+
_globals['_FLOWSTARTEDORCONTINUEDHISTORYEVENT']._serialized_start=6926
|
|
198
|
+
_globals['_FLOWSTARTEDORCONTINUEDHISTORYEVENT']._serialized_end=7291
|
|
199
|
+
_globals['_FLOWINITIALSTART']._serialized_start=7294
|
|
200
|
+
_globals['_FLOWINITIALSTART']._serialized_end=7446
|
|
201
|
+
_globals['_FLOWCONTINUEDSTART']._serialized_start=7449
|
|
202
|
+
_globals['_FLOWCONTINUEDSTART']._serialized_end=7843
|
|
203
|
+
_globals['_FLOWCONTINUEDSTART_PENDINGCHANNELMESSAGESENTRY']._serialized_start=7762
|
|
204
|
+
_globals['_FLOWCONTINUEDSTART_PENDINGCHANNELMESSAGESENTRY']._serialized_end=7843
|
|
205
|
+
_globals['_FLOWCLOSEDHISTORYEVENT']._serialized_start=7846
|
|
206
|
+
_globals['_FLOWCLOSEDHISTORYEVENT']._serialized_end=8044
|
|
207
|
+
_globals['_STEPMETHODPENDINGEVENT']._serialized_start=8047
|
|
208
|
+
_globals['_STEPMETHODPENDINGEVENT']._serialized_end=8203
|
|
209
|
+
_globals['_STEPMETHODFAILURE']._serialized_start=8205
|
|
210
|
+
_globals['_STEPMETHODFAILURE']._serialized_end=8308
|
|
211
|
+
_globals['_STEPMETHODOPTIONS']._serialized_start=8310
|
|
212
|
+
_globals['_STEPMETHODOPTIONS']._serialized_end=8429
|
|
213
|
+
_globals['_STEPMETHODEVENTINPUT']._serialized_start=8432
|
|
214
|
+
_globals['_STEPMETHODEVENTINPUT']._serialized_end=8626
|
|
215
|
+
_globals['_STEPMETHODEVENTCONTEXT']._serialized_start=8629
|
|
216
|
+
_globals['_STEPMETHODEVENTCONTEXT']._serialized_end=8989
|
|
217
|
+
_globals['_STEPWAITFORCOMPLETEDOUTPUT']._serialized_start=8992
|
|
218
|
+
_globals['_STEPWAITFORCOMPLETEDOUTPUT']._serialized_end=9247
|
|
219
|
+
_globals['_STEPEXECUTECOMPLETEDOUTPUT']._serialized_start=9250
|
|
220
|
+
_globals['_STEPEXECUTECOMPLETEDOUTPUT']._serialized_end=9496
|
|
221
|
+
_globals['_STEPMETHODFAILEDOUTPUT']._serialized_start=9498
|
|
222
|
+
_globals['_STEPMETHODFAILEDOUTPUT']._serialized_end=9563
|
|
223
|
+
_globals['_STEPWAITFORCOMPLETEDEVENT']._serialized_start=9566
|
|
224
|
+
_globals['_STEPWAITFORCOMPLETEDEVENT']._serialized_end=9730
|
|
225
|
+
_globals['_STEPWAITFORFAILEDEVENT']._serialized_start=9733
|
|
226
|
+
_globals['_STEPWAITFORFAILEDEVENT']._serialized_end=9890
|
|
227
|
+
_globals['_STEPEXECUTECOMPLETEDEVENT']._serialized_start=9893
|
|
228
|
+
_globals['_STEPEXECUTECOMPLETEDEVENT']._serialized_end=10057
|
|
229
|
+
_globals['_STEPEXECUTEFAILEDEVENT']._serialized_start=10060
|
|
230
|
+
_globals['_STEPEXECUTEFAILEDEVENT']._serialized_end=10217
|
|
231
|
+
_globals['_RPCEXECUTIONCOMPLETEDEVENT']._serialized_start=10220
|
|
232
|
+
_globals['_RPCEXECUTIONCOMPLETEDEVENT']._serialized_end=10522
|
|
233
|
+
_globals['_CHANNELEXTERNALPUBLISHEVENT']._serialized_start=10524
|
|
234
|
+
_globals['_CHANNELEXTERNALPUBLISHEVENT']._serialized_end=10592
|
|
235
|
+
_globals['_WAITFORHISTORYEVENTREQUEST']._serialized_start=10594
|
|
236
|
+
_globals['_WAITFORHISTORYEVENTREQUEST']._serialized_end=10687
|
|
237
|
+
_globals['_WAITFORHISTORYEVENTRESPONSE']._serialized_start=10690
|
|
238
|
+
_globals['_WAITFORHISTORYEVENTRESPONSE']._serialized_end=10819
|
|
239
|
+
_globals['_ACTIVESTEPEXECUTIONSTATE']._serialized_start=10822
|
|
240
|
+
_globals['_ACTIVESTEPEXECUTIONSTATE']._serialized_end=11247
|
|
241
|
+
_globals['_GETFLOWSTATEREQUEST']._serialized_start=11249
|
|
242
|
+
_globals['_GETFLOWSTATEREQUEST']._serialized_end=11303
|
|
243
|
+
_globals['_GETFLOWSTATERESPONSE']._serialized_start=11306
|
|
244
|
+
_globals['_GETFLOWSTATERESPONSE']._serialized_end=11723
|
|
245
|
+
_globals['_GETFLOWSTATERESPONSE_PENDINGCHANNELMESSAGESENTRY']._serialized_start=7762
|
|
246
|
+
_globals['_GETFLOWSTATERESPONSE_PENDINGCHANNELMESSAGESENTRY']._serialized_end=7843
|
|
247
|
+
_globals['_RESETFLOWREQUEST']._serialized_start=11726
|
|
248
|
+
_globals['_RESETFLOWREQUEST']._serialized_end=11983
|
|
249
|
+
_globals['_RESETFLOWRESPONSE']._serialized_start=11985
|
|
250
|
+
_globals['_RESETFLOWRESPONSE']._serialized_end=12020
|
|
251
|
+
_globals['_INVOKERPCREQUEST']._serialized_start=12023
|
|
252
|
+
_globals['_INVOKERPCREQUEST']._serialized_end=12193
|
|
253
|
+
_globals['_INVOKERPCRESPONSE']._serialized_start=12195
|
|
254
|
+
_globals['_INVOKERPCRESPONSE']._serialized_end=12242
|
|
255
|
+
_globals['_SKIPTIMERREQUEST']._serialized_start=12245
|
|
256
|
+
_globals['_SKIPTIMERREQUEST']._serialized_end=12413
|
|
257
|
+
_globals['_UPDATEFLOWCONFIGREQUEST']._serialized_start=12415
|
|
258
|
+
_globals['_UPDATEFLOWCONFIGREQUEST']._serialized_end=12511
|
|
259
|
+
_globals['_WAITFORSTEPCOMPLETIONREQUEST']._serialized_start=12514
|
|
260
|
+
_globals['_WAITFORSTEPCOMPLETIONREQUEST']._serialized_end=12658
|
|
261
|
+
_globals['_WAITFORSTEPCOMPLETIONRESPONSE']._serialized_start=12660
|
|
262
|
+
_globals['_WAITFORSTEPCOMPLETIONRESPONSE']._serialized_end=12691
|
|
263
|
+
_globals['_WAITFORATTRIBUTEREQUEST']._serialized_start=12694
|
|
264
|
+
_globals['_WAITFORATTRIBUTEREQUEST']._serialized_end=12850
|
|
265
|
+
_globals['_WAITFORATTRIBUTECONDITION']._serialized_start=12852
|
|
266
|
+
_globals['_WAITFORATTRIBUTECONDITION']._serialized_end=12932
|
|
267
|
+
_globals['_WAITFORATTRIBUTEEQUAL']._serialized_start=12934
|
|
268
|
+
_globals['_WAITFORATTRIBUTEEQUAL']._serialized_end=12997
|
|
269
|
+
_globals['_TRIGGERCONTINUEASNEWREQUEST']._serialized_start=12999
|
|
270
|
+
_globals['_TRIGGERCONTINUEASNEWREQUEST']._serialized_end=13061
|
|
271
|
+
_globals['_HEALTHINFO']._serialized_start=13063
|
|
272
|
+
_globals['_HEALTHINFO']._serialized_end=13130
|
|
273
|
+
_globals['_SERVICEERRORRESPONSE']._serialized_start=13133
|
|
274
|
+
_globals['_SERVICEERRORRESPONSE']._serialized_end=13367
|
|
275
|
+
_globals['_WORKERERRORRESPONSE']._serialized_start=13369
|
|
276
|
+
_globals['_WORKERERRORRESPONSE']._serialized_end=13476
|
|
277
|
+
_globals['_INTERNALACTIVITYERROR']._serialized_start=13478
|
|
278
|
+
_globals['_INTERNALACTIVITYERROR']._serialized_end=13600
|
|
279
|
+
_globals['_INTERNALWORKERERROR']._serialized_start=13602
|
|
280
|
+
_globals['_INTERNALWORKERERROR']._serialized_end=13680
|
|
281
|
+
_globals['_INTERNALFLOWERROR']._serialized_start=13682
|
|
282
|
+
_globals['_INTERNALFLOWERROR']._serialized_end=13791
|
|
283
|
+
_globals['_CHANNELINFO']._serialized_start=13793
|
|
284
|
+
_globals['_CHANNELINFO']._serialized_end=13820
|
|
285
|
+
_globals['_INVOKEWAITFORMETHODREQUEST']._serialized_start=13823
|
|
286
|
+
_globals['_INVOKEWAITFORMETHODREQUEST']._serialized_end=13981
|
|
287
|
+
_globals['_INVOKEWAITFORMETHODRESPONSE']._serialized_start=13984
|
|
288
|
+
_globals['_INVOKEWAITFORMETHODRESPONSE']._serialized_end=14294
|
|
289
|
+
_globals['_INVOKEEXECUTEMETHODREQUEST']._serialized_start=14297
|
|
290
|
+
_globals['_INVOKEEXECUTEMETHODREQUEST']._serialized_end=14539
|
|
291
|
+
_globals['_INVOKEEXECUTEMETHODRESPONSE']._serialized_start=14542
|
|
292
|
+
_globals['_INVOKEEXECUTEMETHODRESPONSE']._serialized_end=14844
|
|
293
|
+
_globals['_INVOKEWORKERRPCREQUEST']._serialized_start=14847
|
|
294
|
+
_globals['_INVOKEWORKERRPCREQUEST']._serialized_end=15136
|
|
295
|
+
_globals['_INVOKEWORKERRPCREQUEST_CHANNELINFOSENTRY']._serialized_start=15067
|
|
296
|
+
_globals['_INVOKEWORKERRPCREQUEST_CHANNELINFOSENTRY']._serialized_end=15136
|
|
297
|
+
_globals['_INVOKEWORKERRPCRESPONSE']._serialized_start=15139
|
|
298
|
+
_globals['_INVOKEWORKERRPCRESPONSE']._serialized_end=15363
|
|
299
|
+
_globals['_STEPDECISION']._serialized_start=15366
|
|
300
|
+
_globals['_STEPDECISION']._serialized_end=15525
|
|
301
|
+
_globals['_CLOSEDECISION']._serialized_start=15528
|
|
302
|
+
_globals['_CLOSEDECISION']._serialized_end=15664
|
|
303
|
+
_globals['_STEPMOVEMENT']._serialized_start=15667
|
|
304
|
+
_globals['_STEPMOVEMENT']._serialized_end=15880
|
|
305
|
+
_globals['_CONDITIONCOMBINATION']._serialized_start=15882
|
|
306
|
+
_globals['_CONDITIONCOMBINATION']._serialized_end=15927
|
|
307
|
+
_globals['_WAITINGCONDITION']._serialized_start=15930
|
|
308
|
+
_globals['_WAITINGCONDITION']._serialized_end=16216
|
|
309
|
+
_globals['_WAITINGCONDITIONSTATE']._serialized_start=16219
|
|
310
|
+
_globals['_WAITINGCONDITIONSTATE']._serialized_end=16515
|
|
311
|
+
_globals['_SUBFLOWOPTIONS']._serialized_start=16518
|
|
312
|
+
_globals['_SUBFLOWOPTIONS']._serialized_end=16830
|
|
313
|
+
_globals['_SUBFLOWCONDITION']._serialized_start=16833
|
|
314
|
+
_globals['_SUBFLOWCONDITION']._serialized_end=17055
|
|
315
|
+
_globals['_SUBFLOWCONDITIONSTATE']._serialized_start=17057
|
|
316
|
+
_globals['_SUBFLOWCONDITIONSTATE']._serialized_end=17102
|
|
317
|
+
_globals['_TIMERCONDITION']._serialized_start=17104
|
|
318
|
+
_globals['_TIMERCONDITION']._serialized_end=17207
|
|
319
|
+
_globals['_CHANNELCONDITION']._serialized_start=17210
|
|
320
|
+
_globals['_CHANNELCONDITION']._serialized_end=17342
|
|
321
|
+
_globals['_CONDITIONRESULTS']._serialized_start=17345
|
|
322
|
+
_globals['_CONDITIONRESULTS']._serialized_end=17517
|
|
323
|
+
_globals['_TIMERRESULT']._serialized_start=17519
|
|
324
|
+
_globals['_TIMERRESULT']._serialized_end=17602
|
|
325
|
+
_globals['_CHANNELRESULT']._serialized_start=17605
|
|
326
|
+
_globals['_CHANNELRESULT']._serialized_end=17740
|
|
327
|
+
_globals['_CONTINUEASNEWDUMPREQUEST']._serialized_start=17742
|
|
328
|
+
_globals['_CONTINUEASNEWDUMPREQUEST']._serialized_end=17847
|
|
329
|
+
_globals['_CONTINUEASNEWDUMPRESPONSE']._serialized_start=17849
|
|
330
|
+
_globals['_CONTINUEASNEWDUMPRESPONSE']._serialized_end=17955
|
|
331
|
+
_globals['_CHANNELVALUES']._serialized_start=17957
|
|
332
|
+
_globals['_CHANNELVALUES']._serialized_end=18000
|
|
333
|
+
_globals['_STEPEXECUTIONCOMPLETEDCONDITIONS']._serialized_start=18003
|
|
334
|
+
_globals['_STEPEXECUTIONCOMPLETEDCONDITIONS']._serialized_end=18418
|
|
335
|
+
_globals['_STEPEXECUTIONCOMPLETEDCONDITIONS_COMPLETEDTIMERCONDITIONSENTRY']._serialized_start=18248
|
|
336
|
+
_globals['_STEPEXECUTIONCOMPLETEDCONDITIONS_COMPLETEDTIMERCONDITIONSENTRY']._serialized_end=18337
|
|
337
|
+
_globals['_STEPEXECUTIONCOMPLETEDCONDITIONS_COMPLETEDSUBFLOWRESULTSENTRY']._serialized_start=18339
|
|
338
|
+
_globals['_STEPEXECUTIONCOMPLETEDCONDITIONS_COMPLETEDSUBFLOWRESULTSENTRY']._serialized_end=18418
|
|
339
|
+
_globals['_STEPEXECUTIONRESUMEINFO']._serialized_start=18421
|
|
340
|
+
_globals['_STEPEXECUTIONRESUMEINFO']._serialized_end=18664
|
|
341
|
+
_globals['_STEPEXECUTIONCOUNTERINFO']._serialized_start=18667
|
|
342
|
+
_globals['_STEPEXECUTIONCOUNTERINFO']._serialized_end=19257
|
|
343
|
+
_globals['_STEPEXECUTIONCOUNTERINFO_STEPTYPESTARTEDCOUNTENTRY']._serialized_start=19035
|
|
344
|
+
_globals['_STEPEXECUTIONCOUNTERINFO_STEPTYPESTARTEDCOUNTENTRY']._serialized_end=19094
|
|
345
|
+
_globals['_STEPEXECUTIONCOUNTERINFO_STEPTYPECURRENTLYEXECUTINGCOUNTENTRY']._serialized_start=19096
|
|
346
|
+
_globals['_STEPEXECUTIONCOUNTERINFO_STEPTYPECURRENTLYEXECUTINGCOUNTENTRY']._serialized_end=19166
|
|
347
|
+
_globals['_STEPEXECUTIONCOUNTERINFO_STEPACTIVEEXECUTIONNUMSENTRY']._serialized_start=19168
|
|
348
|
+
_globals['_STEPEXECUTIONCOUNTERINFO_STEPACTIVEEXECUTIONNUMSENTRY']._serialized_end=19257
|
|
349
|
+
_globals['_STALESKIPTIMER']._serialized_start=19259
|
|
350
|
+
_globals['_STALESKIPTIMER']._serialized_end=19361
|
|
351
|
+
_globals['_CONTINUEASNEWDUMP']._serialized_start=19364
|
|
352
|
+
_globals['_CONTINUEASNEWDUMP']._serialized_end=19894
|
|
353
|
+
_globals['_CONTINUEASNEWDUMP_CHANNELRECEIVEDENTRY']._serialized_start=19820
|
|
354
|
+
_globals['_CONTINUEASNEWDUMP_CHANNELRECEIVEDENTRY']._serialized_end=19894
|
|
355
|
+
_globals['_CONTINUEASNEWINPUT']._serialized_start=19896
|
|
356
|
+
_globals['_CONTINUEASNEWINPUT']._serialized_end=19950
|
|
357
|
+
_globals['_INTERPRETERWORKFLOWINPUT']._serialized_start=19953
|
|
358
|
+
_globals['_INTERPRETERWORKFLOWINPUT']._serialized_end=20364
|
|
359
|
+
_globals['_INTERPRETERWORKFLOWOUTPUT']._serialized_start=20366
|
|
360
|
+
_globals['_INTERPRETERWORKFLOWOUTPUT']._serialized_end=20453
|
|
361
|
+
_globals['_BLOBSTORECLEANUPWORKFLOWINPUT']._serialized_start=20455
|
|
362
|
+
_globals['_BLOBSTORECLEANUPWORKFLOWINPUT']._serialized_end=20504
|
|
363
|
+
_globals['_BLOBSTORECLEANUPWORKFLOWOUTPUT']._serialized_start=20506
|
|
364
|
+
_globals['_BLOBSTORECLEANUPWORKFLOWOUTPUT']._serialized_end=20561
|
|
365
|
+
_globals['_INVOKEWAITFORMETHODACTIVITYINPUT']._serialized_start=20563
|
|
366
|
+
_globals['_INVOKEWAITFORMETHODACTIVITYINPUT']._serialized_end=20689
|
|
367
|
+
_globals['_INVOKEWAITFORMETHODACTIVITYOUTPUT']._serialized_start=20691
|
|
368
|
+
_globals['_INVOKEWAITFORMETHODACTIVITYOUTPUT']._serialized_end=20778
|
|
369
|
+
_globals['_INVOKEEXECUTEMETHODACTIVITYINPUT']._serialized_start=20780
|
|
370
|
+
_globals['_INVOKEEXECUTEMETHODACTIVITYINPUT']._serialized_end=20906
|
|
371
|
+
_globals['_RECOVERYERRORINFO']._serialized_start=20908
|
|
372
|
+
_globals['_RECOVERYERRORINFO']._serialized_end=20963
|
|
373
|
+
_globals['_INTERNALLOCALSTEPACTIVITYFAILURE']._serialized_start=20966
|
|
374
|
+
_globals['_INTERNALLOCALSTEPACTIVITYFAILURE']._serialized_end=21211
|
|
375
|
+
_globals['_INVOKEEXECUTEMETHODACTIVITYOUTPUT']._serialized_start=21213
|
|
376
|
+
_globals['_INVOKEEXECUTEMETHODACTIVITYOUTPUT']._serialized_end=21300
|
|
377
|
+
_globals['_DUMPFLOWFORCONTINUEASNEWACTIVITYINPUT']._serialized_start=21302
|
|
378
|
+
_globals['_DUMPFLOWFORCONTINUEASNEWACTIVITYINPUT']._serialized_end=21389
|
|
379
|
+
_globals['_DUMPFLOWFORCONTINUEASNEWACTIVITYOUTPUT']._serialized_start=21391
|
|
380
|
+
_globals['_DUMPFLOWFORCONTINUEASNEWACTIVITYOUTPUT']._serialized_end=21481
|
|
381
|
+
_globals['_INVOKEWORKERRPCACTIVITYINPUT']._serialized_start=21483
|
|
382
|
+
_globals['_INVOKEWORKERRPCACTIVITYINPUT']._serialized_end=21601
|
|
383
|
+
_globals['_INVOKEWORKERRPCACTIVITYOUTPUT']._serialized_start=21603
|
|
384
|
+
_globals['_INVOKEWORKERRPCACTIVITYOUTPUT']._serialized_end=21702
|
|
385
|
+
_globals['_CLEANUPBLOBSTOREACTIVITYINPUT']._serialized_start=21704
|
|
386
|
+
_globals['_CLEANUPBLOBSTOREACTIVITYINPUT']._serialized_end=21753
|
|
387
|
+
_globals['_CLEANUPBLOBSTOREACTIVITYOUTPUT']._serialized_start=21755
|
|
388
|
+
_globals['_CLEANUPBLOBSTOREACTIVITYOUTPUT']._serialized_end=21810
|
|
389
|
+
_globals['_ATTRIBUTESYNCITEM']._serialized_start=21812
|
|
390
|
+
_globals['_ATTRIBUTESYNCITEM']._serialized_end=21892
|
|
391
|
+
_globals['_SYNCATTRIBUTEBATCHACTIVITYINPUT']._serialized_start=21894
|
|
392
|
+
_globals['_SYNCATTRIBUTEBATCHACTIVITYINPUT']._serialized_end=22004
|
|
393
|
+
_globals['_STARTSUBFLOWACTIVITYINPUT']._serialized_start=22007
|
|
394
|
+
_globals['_STARTSUBFLOWACTIVITYINPUT']._serialized_end=22155
|
|
395
|
+
_globals['_STARTSUBFLOWACTIVITYOUTPUT']._serialized_start=22157
|
|
396
|
+
_globals['_STARTSUBFLOWACTIVITYOUTPUT']._serialized_end=22233
|
|
397
|
+
_globals['_SUBFLOWCOMPLETIONSIGNALREQUEST']._serialized_start=22235
|
|
398
|
+
_globals['_SUBFLOWCOMPLETIONSIGNALREQUEST']._serialized_end=22326
|
|
399
|
+
_globals['_REPORTSUBFLOWCOMPLETIONACTIVITYINPUT']._serialized_start=22328
|
|
400
|
+
_globals['_REPORTSUBFLOWCOMPLETIONACTIVITYINPUT']._serialized_end=22444
|
|
401
|
+
_globals['_REPORTSUBFLOWCOMPLETIONACTIVITYOUTPUT']._serialized_start=22446
|
|
402
|
+
_globals['_REPORTSUBFLOWCOMPLETIONACTIVITYOUTPUT']._serialized_end=22539
|
|
403
|
+
_globals['_EXECUTERPCSIGNALREQUEST']._serialized_start=22542
|
|
404
|
+
_globals['_EXECUTERPCSIGNALREQUEST']._serialized_end=22831
|
|
405
|
+
_globals['_SKIPTIMERSIGNALREQUEST']._serialized_start=22833
|
|
406
|
+
_globals['_SKIPTIMERSIGNALREQUEST']._serialized_end=22943
|
|
407
|
+
_globals['_STOPFLOWSIGNALREQUEST']._serialized_start=22945
|
|
408
|
+
_globals['_STOPFLOWSIGNALREQUEST']._serialized_end=23018
|
|
409
|
+
_globals['_GETATTRIBUTESQUERYREQUEST']._serialized_start=23020
|
|
410
|
+
_globals['_GETATTRIBUTESQUERYREQUEST']._serialized_end=23079
|
|
411
|
+
_globals['_GETATTRIBUTESQUERYRESPONSE']._serialized_start=23081
|
|
412
|
+
_globals['_GETATTRIBUTESQUERYRESPONSE']._serialized_end=23138
|
|
413
|
+
_globals['_PREPARERPCQUERYREQUEST']._serialized_start=23140
|
|
414
|
+
_globals['_PREPARERPCQUERYREQUEST']._serialized_end=23193
|
|
415
|
+
_globals['_PREPARERPCQUERYRESPONSE']._serialized_start=23196
|
|
416
|
+
_globals['_PREPARERPCQUERYRESPONSE']._serialized_end=23501
|
|
417
|
+
_globals['_PREPARERPCQUERYRESPONSE_CHANNELINFOSENTRY']._serialized_start=15067
|
|
418
|
+
_globals['_PREPARERPCQUERYRESPONSE_CHANNELINFOSENTRY']._serialized_end=15136
|
|
419
|
+
_globals['_TIMERINFO']._serialized_start=23503
|
|
420
|
+
_globals['_TIMERINFO']._serialized_end=23617
|
|
421
|
+
_globals['_TIMERINFOLIST']._serialized_start=23619
|
|
422
|
+
_globals['_TIMERINFOLIST']._serialized_end=23666
|
|
423
|
+
_globals['_GETCURRENTTIMERINFOSQUERYRESPONSE']._serialized_start=23669
|
|
424
|
+
_globals['_GETCURRENTTIMERINFOSQUERYRESPONSE']._serialized_end=23915
|
|
425
|
+
_globals['_GETCURRENTTIMERINFOSQUERYRESPONSE_STEPEXECUTIONCURRENTTIMERINFOSENTRY']._serialized_start=23826
|
|
426
|
+
_globals['_GETCURRENTTIMERINFOSQUERYRESPONSE_STEPEXECUTIONCURRENTTIMERINFOSENTRY']._serialized_end=23915
|
|
427
|
+
_globals['_GETSCHEDULEDGREEDYTIMERTIMESQUERYRESPONSE']._serialized_start=23917
|
|
428
|
+
_globals['_GETSCHEDULEDGREEDYTIMERTIMESQUERYRESPONSE']._serialized_end=24003
|
|
429
|
+
_globals['_DEBUGDUMPRESPONSE']._serialized_start=24006
|
|
430
|
+
_globals['_DEBUGDUMPRESPONSE']._serialized_end=24202
|
|
431
|
+
_globals['_INVOKERPCUPDATERESULT']._serialized_start=24204
|
|
432
|
+
_globals['_INVOKERPCUPDATERESULT']._serialized_end=24269
|
|
433
|
+
_globals['_STEPEXECUTIONNUMBERS']._serialized_start=24271
|
|
434
|
+
_globals['_STEPEXECUTIONNUMBERS']._serialized_end=24310
|
|
435
|
+
_globals['_FLOWSERVICE']._serialized_start=28599
|
|
436
|
+
_globals['_FLOWSERVICE']._serialized_end=30093
|
|
437
|
+
_globals['_WORKERSERVICE']._serialized_start=30096
|
|
438
|
+
_globals['_WORKERSERVICE']._serialized_end=30369
|
|
439
|
+
_globals['_INTERNALSERVICE']._serialized_start=30371
|
|
440
|
+
_globals['_INTERNALSERVICE']._serialized_end=30479
|
|
441
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -436,22 +436,20 @@ class FlowAlreadyStartedOptions(_message.Message):
|
|
|
436
436
|
def __init__(self, ignore_already_started_error: _Optional[bool] = ...) -> None: ...
|
|
437
437
|
|
|
438
438
|
class FlowStartOptions(_message.Message):
|
|
439
|
-
__slots__ = ("id_reuse_policy", "
|
|
439
|
+
__slots__ = ("id_reuse_policy", "flow_start_delay_seconds", "retry_policy", "attributes", "flow_config_override", "flow_already_started_options")
|
|
440
440
|
ID_REUSE_POLICY_FIELD_NUMBER: _ClassVar[int]
|
|
441
|
-
CRON_SCHEDULE_FIELD_NUMBER: _ClassVar[int]
|
|
442
441
|
FLOW_START_DELAY_SECONDS_FIELD_NUMBER: _ClassVar[int]
|
|
443
442
|
RETRY_POLICY_FIELD_NUMBER: _ClassVar[int]
|
|
444
443
|
ATTRIBUTES_FIELD_NUMBER: _ClassVar[int]
|
|
445
444
|
FLOW_CONFIG_OVERRIDE_FIELD_NUMBER: _ClassVar[int]
|
|
446
445
|
FLOW_ALREADY_STARTED_OPTIONS_FIELD_NUMBER: _ClassVar[int]
|
|
447
446
|
id_reuse_policy: IdReusePolicy
|
|
448
|
-
cron_schedule: str
|
|
449
447
|
flow_start_delay_seconds: int
|
|
450
448
|
retry_policy: FlowRetryPolicy
|
|
451
449
|
attributes: _containers.RepeatedCompositeFieldContainer[AttributeWrite]
|
|
452
450
|
flow_config_override: FlowConfig
|
|
453
451
|
flow_already_started_options: FlowAlreadyStartedOptions
|
|
454
|
-
def __init__(self, id_reuse_policy: _Optional[_Union[IdReusePolicy, str]] = ...,
|
|
452
|
+
def __init__(self, id_reuse_policy: _Optional[_Union[IdReusePolicy, str]] = ..., flow_start_delay_seconds: _Optional[int] = ..., retry_policy: _Optional[_Union[FlowRetryPolicy, _Mapping]] = ..., attributes: _Optional[_Iterable[_Union[AttributeWrite, _Mapping]]] = ..., flow_config_override: _Optional[_Union[FlowConfig, _Mapping]] = ..., flow_already_started_options: _Optional[_Union[FlowAlreadyStartedOptions, _Mapping]] = ...) -> None: ...
|
|
455
453
|
|
|
456
454
|
class FlowConfig(_message.Message):
|
|
457
455
|
__slots__ = ("active_step_search_mode", "continue_as_new_threshold", "continue_as_new_page_size_in_bytes", "step_durability", "worker_target", "attribute_sync_config_name")
|