models Package

Model definitions for Durable Functions.

Packages

actions

Defines the models for the different forms of Activities that can be scheduled.

entities

Utility classes used by the Durable Function python library for dealing with entities.

Internal Only

history

Contains models related to the orchestration history of the durable functions.

utils

Utility functions used by the Durable Function python library.

Internal Only

Modules

DurableEntityContext

Context of the durable entity context.

Describes the API used to specify durable entity user code.

Context of the durable entity context.

Describes the API used to specify durable entity user code.

DurableHttpRequest

Data structure representing a durable HTTP request.

DurableOrchestrationBindings

Binding information.

Provides information relevant to the creation and management of durable functions.

DurableOrchestrationClient

Durable Orchestration Client.

Client for starting, querying, terminating and raising events to orchestration instances.

DurableOrchestrationContext

Context of the durable orchestration execution.

Parameter data for orchestration bindings that can be used to schedule function-based activities.

OrchestratorState

Orchestration State.

Used to communicate the state of the orchestration back to the durable extension

PurgeHistoryResult

Information provided when the request to purge history has been made.

RetryOptions

Retry Options.

Defines retry policies that can be passed as parameters to various operations.

DurableEntityContext

Context of the durable entity context.

Describes the API used to specify durable entity user code.

Context of the durable entity context.

Describes the API used to specify durable entity user code.

DurableHttpRequest

Data structure representing a durable HTTP request.

DurableOrchestrationBindings

Binding information.

Provides information relevant to the creation and management of durable functions.

DurableOrchestrationClient

Durable Orchestration Client.

Client for starting, querying, terminating and raising events to orchestration instances.

DurableOrchestrationContext

Context of the durable orchestration execution.

Parameter data for orchestration bindings that can be used to schedule function-based activities.

DurableOrchestrationStatus
EntityStateResponse
FunctionContext
OrchestratorState

Orchestration State.

Used to communicate the state of the orchestration back to the durable extension

PurgeHistoryResult

Information provided when the request to purge history has been made.

ReplaySchema
RetryOptions

Retry Options.

Defines retry policies that can be passed as parameters to various operations.

RpcManagementOptions
Task
TaskOrchestrationExecutor
TokenSource

Classes

ManagedIdentityTokenSource

Returns a ManagedIdentityTokenSource object.

Enums

OrchestrationRuntimeStatus

The status of an orchestration instance.

OrchestrationRuntimeStatus

The status of an orchestration instance.