.flake8
.gitignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
azure-pipelines.yml
host.json
noxfile.py
requirements.txt
setup.py
.github/workflows/durable_python_action.yml
azure/__init__.py
azure/durable_functions/__init__.py
azure/durable_functions/constants.py
azure/durable_functions/orchestrator.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/FunctionContext.py
azure/durable_functions/models/OrchestrationRuntimeStatus.py
azure/durable_functions/models/OrchestratorState.py
azure/durable_functions/models/PurgeHistoryResult.py
azure/durable_functions/models/RetryOptions.py
azure/durable_functions/models/RpcManagementOptions.py
azure/durable_functions/models/Task.py
azure/durable_functions/models/TaskSet.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/CallHttpAction.py
azure/durable_functions/models/actions/CallSubOrchestratorAction.py
azure/durable_functions/models/actions/CallSubOrchestratorWithRetryAction.py
azure/durable_functions/models/actions/ContinueAsNewAction.py
azure/durable_functions/models/actions/CreateTimerAction.py
azure/durable_functions/models/actions/WaitForExternalEventAction.py
azure/durable_functions/models/actions/__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/http_utils.py
azure/durable_functions/models/utils/json_utils.py
azure/durable_functions/tasks/__init__.py
azure/durable_functions/tasks/call_activity.py
azure/durable_functions/tasks/call_activity_with_retry.py
azure/durable_functions/tasks/call_http.py
azure/durable_functions/tasks/call_suborchestrator.py
azure/durable_functions/tasks/call_suborchestrator_with_retry.py
azure/durable_functions/tasks/continue_as_new.py
azure/durable_functions/tasks/create_timer.py
azure/durable_functions/tasks/new_uuid.py
azure/durable_functions/tasks/task_all.py
azure/durable_functions/tasks/task_any.py
azure/durable_functions/tasks/task_utilities.py
azure/durable_functions/tasks/timer_task.py
azure/durable_functions/tasks/wait_for_external_event.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/.vscode/extensions.json
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/external_events/.gitignore
samples/external_events/README.md
samples/external_events/host.json
samples/external_events/local.settings.json
samples/external_events/requirements.txt
samples/external_events/DurableOrchestration/__init__.py
samples/external_events/DurableOrchestration/function.json
samples/external_events/DurableTrigger/__init__.py
samples/external_events/DurableTrigger/function.json
samples/external_events/RaiseEvent/__init__.py
samples/external_events/RaiseEvent/function.json
samples/external_events/SuccessActions/__init__.py
samples/external_events/SuccessActions/function.json
samples/fan_out_fan_in/.funcignore
samples/fan_out_fan_in/.gitignore
samples/fan_out_fan_in/README.md
samples/fan_out_fan_in/host.json
samples/fan_out_fan_in/local.settings.json
samples/fan_out_fan_in/proxies.json
samples/fan_out_fan_in/requirements.txt
samples/fan_out_fan_in/DurableTrigger/__init__.py
samples/fan_out_fan_in/DurableTrigger/function.json
samples/fan_out_fan_in/FanOutFanIn/__init__.py
samples/fan_out_fan_in/FanOutFanIn/function.json
samples/fan_out_fan_in/GetActivityCount/__init__.py
samples/fan_out_fan_in/GetActivityCount/function.json
samples/fan_out_fan_in/ParrotValue/__init__.py
samples/fan_out_fan_in/ParrotValue/function.json
samples/fan_out_fan_in/ShowMeTheSum/__init__.py
samples/fan_out_fan_in/ShowMeTheSum/function.json
samples/fan_out_fan_in_tensorflow/.funcignore
samples/fan_out_fan_in_tensorflow/.gitignore
samples/fan_out_fan_in_tensorflow/FanOutFanIn.png
samples/fan_out_fan_in_tensorflow/README.md
samples/fan_out_fan_in_tensorflow/host.json
samples/fan_out_fan_in_tensorflow/local.settings.json
samples/fan_out_fan_in_tensorflow/proxies.json
samples/fan_out_fan_in_tensorflow/requirements.txt
samples/fan_out_fan_in_tensorflow/ClassifyImage/__init__.py
samples/fan_out_fan_in_tensorflow/ClassifyImage/function.json
samples/fan_out_fan_in_tensorflow/ClassifyImage/labels.txt
samples/fan_out_fan_in_tensorflow/ClassifyImage/model.pb
samples/fan_out_fan_in_tensorflow/ClassifyImage/predict.py
samples/fan_out_fan_in_tensorflow/DurableTrigger/__init__.py
samples/fan_out_fan_in_tensorflow/DurableTrigger/function.json
samples/fan_out_fan_in_tensorflow/FanOutFanIn/__init__.py
samples/fan_out_fan_in_tensorflow/FanOutFanIn/function.json
samples/fan_out_fan_in_tensorflow/GetImageUrls/__init__.py
samples/fan_out_fan_in_tensorflow/GetImageUrls/function.json
samples/fan_out_fan_in_tensorflow/ShowMeTheResults/__init__.py
samples/fan_out_fan_in_tensorflow/ShowMeTheResults/function.json
samples/function_chaining/.gitignore
samples/function_chaining/README.md
samples/function_chaining/host.json
samples/function_chaining/local.settings.json
samples/function_chaining/requirements.txt
samples/function_chaining/DurableActivity/__init__.py
samples/function_chaining/DurableActivity/function.json
samples/function_chaining/DurableOrchestration/__init__.py
samples/function_chaining/DurableOrchestration/function.json
samples/function_chaining/DurableTrigger/__init__.py
samples/function_chaining/DurableTrigger/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/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/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/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_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/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/tasks/test_task_any.py
tests/tasks/test_wait_for_external_event_task.py
tests/test_utils/ContextBuilder.py
tests/test_utils/__init__.py
tests/test_utils/constants.py
tests/test_utils/json_utils.py
tests/test_utils/testClasses.py