Skip to main content

Module api

Module api 

Source

Structs§

FailureDetails
Details about a task or orchestration failure.
InstanceNotFound
Error returned when converting a GetInstanceResponse to an OrchestrationState when the instance does not exist or has no workflow state.
OrchestrationState
Snapshot of an orchestration instance’s current state.
PropagatedHistory
Propagated execution history delivered to a child workflow or activity.
PropagatedHistoryChunk
A single per-app slice of propagated history.
PropagationNotFoundError
Returned when a *_by_name filter cannot find a matching workflow or app.
PurgeInstanceFilter
Filter criteria for bulk-purging orchestration instances.
RetryPolicy
Policy that governs automatic retry behaviour for activities and sub-orchestrations.

Enums§

DurableTaskError
Error types for the Durable Task SDK.
HistoryPropagationScope
Controls how history flows from a calling workflow into a scheduled activity or child workflow.
OrchestrationStatus
The runtime status of an orchestration instance.

Type Aliases§

Result
Convenience alias for Result<T, DurableTaskError>.