ChainRepository
interface ChainRepository
Persistent store for TaskChain progress.
Stores which step each active chain is currently on. Used by TaskChainExecutor to resume chains from the correct step after app termination.
Functions
Link copied to clipboard
Returns the progress record for chainId, or null if not found.
Link copied to clipboard
Returns all chains that are currently RUNNING (for cold-launch restoration).
Link copied to clipboard
Updates the current step and status of an existing chain.