.flake8
.gitignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
azure-pipelines.yml
host.json
noxfile.py
requirements.txt
setup.py
.github/ISSUE_TEMPLATE/----feature-request.md
.github/ISSUE_TEMPLATE/---bug-report.md
.github/workflows/durable_python_action.yml
azure/__init__.py
azure/durable_functions/__init__.py
azure/durable_functions/constants.py
azure/durable_functions/entity.py
azure/durable_functions/orchestrator.py
azure/durable_functions/models/DurableEntityContext.py
azure/durable_functions/models/DurableHttpRequest.py
azure/durable_functions/models/DurableOrchestrationBindings.py
azure/durable_functions/models/DurableOrchestrationClient.py
azure/durable_functions/models/DurableOrchestrationContext.py
azure/durable_functions/models/DurableOrchestrationStatus.py
azure/durable_functions/models/EntityStateResponse.py
azure/durable_functions/models/FunctionContext.py
azure/durable_functions/models/OrchestrationRuntimeStatus.py
azure/durable_functions/models/OrchestratorState.py
azure/durable_functions/models/PurgeHistoryResult.py
azure/durable_functions/models/ReplaySchema.py
azure/durable_functions/models/RetryOptions.py
azure/durable_functions/models/RpcManagementOptions.py
azure/durable_functions/models/Task.py
azure/durable_functions/models/TaskOrchestrationExecutor.py
azure/durable_functions/models/TokenSource.py
azure/durable_functions/models/__init__.py
azure/durable_functions/models/actions/Action.py
azure/durable_functions/models/actions/ActionType.py
azure/durable_functions/models/actions/CallActivityAction.py
azure/durable_functions/models/actions/CallActivityWithRetryAction.py
azure/durable_functions/models/actions/CallEntityAction.py
azure/durable_functions/models/actions/CallHttpAction.py
azure/durable_functions/models/actions/CallSubOrchestratorAction.py
azure/durable_functions/models/actions/CallSubOrchestratorWithRetryAction.py
azure/durable_functions/models/actions/CompoundAction.py
azure/durable_functions/models/actions/ContinueAsNewAction.py
azure/durable_functions/models/actions/CreateTimerAction.py
azure/durable_functions/models/actions/NoOpAction.py
azure/durable_functions/models/actions/SignalEntityAction.py
azure/durable_functions/models/actions/WaitForExternalEventAction.py
azure/durable_functions/models/actions/WhenAllAction.py
azure/durable_functions/models/actions/WhenAnyAction.py
azure/durable_functions/models/actions/__init__.py
azure/durable_functions/models/entities/EntityState.py
azure/durable_functions/models/entities/OperationResult.py
azure/durable_functions/models/entities/RequestMessage.py
azure/durable_functions/models/entities/ResponseMessage.py
azure/durable_functions/models/entities/Signal.py
azure/durable_functions/models/entities/__init__.py
azure/durable_functions/models/history/HistoryEvent.py
azure/durable_functions/models/history/HistoryEventType.py
azure/durable_functions/models/history/__init__.py
azure/durable_functions/models/utils/__init__.py
azure/durable_functions/models/utils/entity_utils.py
azure/durable_functions/models/utils/http_utils.py
azure/durable_functions/models/utils/json_utils.py
azure_functions_durable.egg-info/PKG-INFO
azure_functions_durable.egg-info/SOURCES.txt
azure_functions_durable.egg-info/dependency_links.txt
azure_functions_durable.egg-info/requires.txt
azure_functions_durable.egg-info/top_level.txt
samples/aml_monitoring/.funcignore
samples/aml_monitoring/.gitignore
samples/aml_monitoring/extensions.csproj
samples/aml_monitoring/host.json
samples/aml_monitoring/local.settings.json
samples/aml_monitoring/proxies.json
samples/aml_monitoring/requirements.txt
samples/aml_monitoring/aml_durable_orchestrator/__init__.py
samples/aml_monitoring/aml_durable_orchestrator/function.json
samples/aml_monitoring/aml_pipeline/__init__.py
samples/aml_monitoring/aml_pipeline/function.json
samples/aml_monitoring/aml_poll_status/__init__.py
samples/aml_monitoring/aml_poll_status/function.json
samples/aml_monitoring/shared/__init__.py
samples/aml_monitoring/shared/aml_helper.py
samples/aml_monitoring/shared/auth_helper.py
samples/counter_entity/.funcignore
samples/counter_entity/.gitignore
samples/counter_entity/README.md
samples/counter_entity/host.json
samples/counter_entity/local.settings.json
samples/counter_entity/requirements.txt
samples/counter_entity/Counter/__init__.py
samples/counter_entity/Counter/function.json
samples/counter_entity/DurableOrchestration/__init__.py
samples/counter_entity/DurableOrchestration/function.json
samples/counter_entity/DurableTrigger/__init__.py
samples/counter_entity/DurableTrigger/function.json
samples/counter_entity/RetrieveEntity/__init__.py
samples/counter_entity/RetrieveEntity/function.json
samples/fan_in_fan_out/.funcignore
samples/fan_in_fan_out/.gitignore
samples/fan_in_fan_out/README.md
samples/fan_in_fan_out/host.json
samples/fan_in_fan_out/local.settings.json
samples/fan_in_fan_out/proxies.json
samples/fan_in_fan_out/requirements.txt
samples/fan_in_fan_out/E2_BackupSiteContent/__init__.py
samples/fan_in_fan_out/E2_BackupSiteContent/function.json
samples/fan_in_fan_out/E2_CopyFileToBlob/__init__.py
samples/fan_in_fan_out/E2_CopyFileToBlob/function.json
samples/fan_in_fan_out/E2_GetFileList/__init__.py
samples/fan_in_fan_out/E2_GetFileList/function.json
samples/fan_in_fan_out/HttpStart/__init__.py
samples/fan_in_fan_out/HttpStart/function.json
samples/function_chaining/.funcignore
samples/function_chaining/.gitignore
samples/function_chaining/README.md
samples/function_chaining/host.json
samples/function_chaining/local.settings.json
samples/function_chaining/proxies.json
samples/function_chaining/requirements.txt
samples/function_chaining/E1_HelloSequence/__init__.py
samples/function_chaining/E1_HelloSequence/function.json
samples/function_chaining/E1_SayHello/__init__.py
samples/function_chaining/E1_SayHello/function.json
samples/function_chaining/HttpStart/__init__.py
samples/function_chaining/HttpStart/function.json
samples/function_chaining_custom_status/.funcignore
samples/function_chaining_custom_status/.gitignore
samples/function_chaining_custom_status/README.md
samples/function_chaining_custom_status/host.json
samples/function_chaining_custom_status/local.settings.json
samples/function_chaining_custom_status/proxies.json
samples/function_chaining_custom_status/requirements.txt
samples/function_chaining_custom_status/DurableActivity/__init__.py
samples/function_chaining_custom_status/DurableActivity/function.json
samples/function_chaining_custom_status/DurableOrchestration/__init__.py
samples/function_chaining_custom_status/DurableOrchestration/function.json
samples/function_chaining_custom_status/DurableTrigger/__init__.py
samples/function_chaining_custom_status/DurableTrigger/function.json
samples/human_interaction/.funcignore
samples/human_interaction/.gitignore
samples/human_interaction/README.md
samples/human_interaction/host.json
samples/human_interaction/local.settings.json
samples/human_interaction/proxies.json
samples/human_interaction/requirements.txt
samples/human_interaction/E4_SMSPhoneVerification/__init__.py
samples/human_interaction/E4_SMSPhoneVerification/function.json
samples/human_interaction/HttpStart/__init__.py
samples/human_interaction/HttpStart/function.json
samples/human_interaction/SendSMSChallenge/__init__.py
samples/human_interaction/SendSMSChallenge/function.json
samples/monitor/.funcignore
samples/monitor/.gitignore
samples/monitor/README.md
samples/monitor/host.json
samples/monitor/local.settings.json
samples/monitor/proxies.json
samples/monitor/requirements.txt
samples/monitor/E3_Monitor/__init__.py
samples/monitor/E3_Monitor/function.json
samples/monitor/E3_SendAlert/__init__.py
samples/monitor/E3_SendAlert/function.json
samples/monitor/E3_TooManyOpenIssues/__init__.py
samples/monitor/E3_TooManyOpenIssues/function.json
samples/monitor/HttpStart/__init__.py
samples/monitor/HttpStart/function.json
samples/serialize_arguments/.gitignore
samples/serialize_arguments/README.md
samples/serialize_arguments/host.json
samples/serialize_arguments/local.settings.json
samples/serialize_arguments/requirements.txt
samples/serialize_arguments/DurableActivity/__init__.py
samples/serialize_arguments/DurableActivity/function.json
samples/serialize_arguments/DurableOrchestration/__init__.py
samples/serialize_arguments/DurableOrchestration/function.json
samples/serialize_arguments/DurableTrigger/__init__.py
samples/serialize_arguments/DurableTrigger/function.json
samples/serialize_arguments/shared_code/MyClasses.py
samples/simple_sub_orchestration/.funcignore
samples/simple_sub_orchestration/.gitignore
samples/simple_sub_orchestration/README.md
samples/simple_sub_orchestration/host.json
samples/simple_sub_orchestration/local.settings.json
samples/simple_sub_orchestration/proxies.json
samples/simple_sub_orchestration/requirements.txt
samples/simple_sub_orchestration/DurableFunctionsHttpStart/__init__.py
samples/simple_sub_orchestration/DurableFunctionsHttpStart/function.json
samples/simple_sub_orchestration/DurableOrchestrator/__init__.py
samples/simple_sub_orchestration/DurableOrchestrator/function.json
samples/simple_sub_orchestration/DurableSubOrchestrator/__init__.py
samples/simple_sub_orchestration/DurableSubOrchestrator/function.json
samples/simple_sub_orchestration/Hello/__init__.py
samples/simple_sub_orchestration/Hello/function.json
scripts/sample_deploy.sh
tests/__init__.py
tests/conftest.py
tests/test_constants.py
tests/models/__init__.py
tests/models/test_DurableOrchestrationBindings.py
tests/models/test_DurableOrchestrationClient.py
tests/models/test_DurableOrchestrationContext.py
tests/models/test_DurableOrchestrationStatus.py
tests/models/test_OrchestrationState.py
tests/models/test_RpcManagementOptions.py
tests/models/test_TokenSource.py
tests/orchestrator/__init__.py
tests/orchestrator/orchestrator_test_utils.py
tests/orchestrator/test_call_http.py
tests/orchestrator/test_continue_as_new.py
tests/orchestrator/test_create_timer.py
tests/orchestrator/test_entity.py
tests/orchestrator/test_external_event.py
tests/orchestrator/test_fan_out_fan_in.py
tests/orchestrator/test_is_replaying_flag.py
tests/orchestrator/test_retries.py
tests/orchestrator/test_sequential_orchestrator.py
tests/orchestrator/test_sequential_orchestrator_custom_status.py
tests/orchestrator/test_sequential_orchestrator_with_retry.py
tests/orchestrator/test_serialization.py
tests/orchestrator/test_sub_orchestrator.py
tests/orchestrator/test_sub_orchestrator_with_retry.py
tests/orchestrator/test_task_any.py
tests/orchestrator/models/OrchestrationInstance.py
tests/orchestrator/schemas/OrchetrationStateSchema.py
tests/tasks/__init__.py
tests/tasks/tasks_test_utils.py
tests/tasks/test_new_uuid.py
tests/test_utils/ContextBuilder.py
tests/test_utils/EntityContextBuilder.py
tests/test_utils/__init__.py
tests/test_utils/constants.py
tests/test_utils/json_utils.py
tests/test_utils/testClasses.py