Path Lines of Code MANIFEST.in 1 azure/__init__.py 2 azure/durable_functions/__init__.py 54 azure/durable_functions/constants.py 8 azure/durable_functions/decorators/__init__.py 1 azure/durable_functions/decorators/durable_app.py 95 azure/durable_functions/decorators/metadata.py 46 azure/durable_functions/entity.py 54 azure/durable_functions/models/DurableEntityContext.py 68 azure/durable_functions/models/DurableHttpRequest.py 35 azure/durable_functions/models/DurableOrchestrationBindings.py 30 azure/durable_functions/models/DurableOrchestrationClient.py 404 azure/durable_functions/models/DurableOrchestrationContext.py 353 azure/durable_functions/models/DurableOrchestrationStatus.py 77 azure/durable_functions/models/EntityStateResponse.py 11 azure/durable_functions/models/FunctionContext.py 5 azure/durable_functions/models/OrchestrationRuntimeStatus.py 10 azure/durable_functions/models/OrchestratorState.py 61 azure/durable_functions/models/PurgeHistoryResult.py 13 azure/durable_functions/models/ReplaySchema.py 5 azure/durable_functions/models/RetryOptions.py 32 azure/durable_functions/models/RpcManagementOptions.py 55 azure/durable_functions/models/Task.py 231 azure/durable_functions/models/TaskOrchestrationExecutor.py 186 azure/durable_functions/models/TokenSource.py 19 azure/durable_functions/models/__init__.py 22 azure/durable_functions/models/actions/Action.py 10 azure/durable_functions/models/actions/ActionType.py 14 azure/durable_functions/models/actions/CallActivityAction.py 21 azure/durable_functions/models/actions/CallActivityWithRetryAction.py 25 azure/durable_functions/models/actions/CallEntityAction.py 25 azure/durable_functions/models/actions/CallHttpAction.py 17 azure/durable_functions/models/actions/CallSubOrchestratorAction.py 24 azure/durable_functions/models/actions/CallSubOrchestratorWithRetryAction.py 28 azure/durable_functions/models/actions/CompoundAction.py 17 azure/durable_functions/models/actions/ContinueAsNewAction.py 17 azure/durable_functions/models/actions/CreateTimerAction.py 21 azure/durable_functions/models/actions/NoOpAction.py 9 azure/durable_functions/models/actions/SignalEntityAction.py 25 azure/durable_functions/models/actions/WaitForExternalEventAction.py 26 azure/durable_functions/models/actions/WhenAllAction.py 6 azure/durable_functions/models/actions/WhenAnyAction.py 6 azure/durable_functions/models/actions/__init__.py 22 azure/durable_functions/models/entities/EntityState.py 32 azure/durable_functions/models/entities/OperationResult.py 26 azure/durable_functions/models/entities/RequestMessage.py 27 azure/durable_functions/models/entities/ResponseMessage.py 14 azure/durable_functions/models/entities/Signal.py 18 azure/durable_functions/models/entities/__init__.py 10 azure/durable_functions/models/history/HistoryEvent.py 38 azure/durable_functions/models/history/HistoryEventType.py 23 azure/durable_functions/models/history/__init__.py 6 azure/durable_functions/models/utils/__init__.py 3 azure/durable_functions/models/utils/entity_utils.py 28 azure/durable_functions/models/utils/http_utils.py 27 azure/durable_functions/models/utils/json_utils.py 38 azure/durable_functions/orchestrator.py 21 noxfile.py 20 samples-v2/blueprint/durable_blueprints.py 19 samples-v2/blueprint/function_app.py 23 samples-v2/fan_in_fan_out/function_app.py 56 samples-v2/function_chaining/function_app.py 20 setup.py 71