Skip to main content

Module orchestration_store

Module orchestration_store 

Source
Expand description

Durable orchestration persistence types and CRUD operations.

Structs§

CreateDurableObject
Create request for a durable object.
CreateDurableStore
Create request for durable store metadata.
CreateOrchestration
Create request for orchestration persistence.
CreateSchedule
Create request for a schedule.
DurableObjectRecord
Persisted durable object record.
DurableStoreCommandResult
Response payload for store command execution (for command-oriented engines).
DurableStoreExecuteResult
Execute response payload for durable stores.
DurableStoreQueryResult
Query response payload for durable stores.
DurableStoreRecord
Persisted durable store metadata record.
OrchestrationDefinition
Persisted orchestration definition payload.
OrchestrationEvent
Append-only orchestration history event.
OrchestrationRecord
Persisted orchestration record.
OrchestrationStore
SQLite-backed orchestration store.
ScheduleRecord
Persisted schedule record.
UpdateOrchestration
Partial update request for orchestration persistence.

Enums§

DurableObjectStatus
Lifecycle state for a durable object.
DurableStoreKind
Backing engine for a durable store.
OrchestrationStatus
Lifecycle state for durable orchestrations.
ScheduleStatus
Lifecycle state for a schedule.