.flake8
.gitignore
CHANGELOG.md
CODEOWNERS
CODE_OF_CONDUCT.md
LICENSE
Makefile
README.md
SECURITY.md
SUPPORT.md
dev-requirements.txt
pyproject.toml
requirements.txt
.github/workflows/pr-validation.yml
.vscode/launch.json
.vscode/settings.json
durabletask/__init__.py
durabletask/client.py
durabletask/task.py
durabletask/worker.py
durabletask/internal/PROTO_SOURCE_COMMIT_HASH
durabletask/internal/grpc_interceptor.py
durabletask/internal/helpers.py
durabletask/internal/orchestrator_service_pb2.py
durabletask/internal/orchestrator_service_pb2.pyi
durabletask/internal/orchestrator_service_pb2_grpc.py
durabletask/internal/shared.py
durabletask_dapr.egg-info/PKG-INFO
durabletask_dapr.egg-info/SOURCES.txt
durabletask_dapr.egg-info/dependency_links.txt
durabletask_dapr.egg-info/requires.txt
durabletask_dapr.egg-info/top_level.txt
examples/README.md
examples/activity_sequence.py
examples/fanout_fanin.py
examples/human_interaction.py
tests/__init__.py
tests/durabletask/test_activity_executor.py
tests/durabletask/test_client.py
tests/durabletask/test_concurrency_options.py
tests/durabletask/test_orchestration_e2e.py
tests/durabletask/test_orchestration_executor.py
tests/durabletask/test_orchestration_wait.py
tests/durabletask/test_worker_concurrency_loop.py
tests/durabletask/test_worker_concurrency_loop_async.py