Files
openclaw/src/tasks/runtime-internal.ts
Peter Steinberger f46c699887 fix(tasks): speed up registry maintenance
Co-authored-by: Lightningxxl <yuanhangxurobin@gmail.com>
Co-authored-by: Gorin Lee <glfruit80@gmail.com>
2026-05-02 13:02:13 +01:00

31 lines
826 B
TypeScript

export {
cancelTaskById,
createTaskRecord,
deleteTaskRecordById,
ensureTaskRegistryReady,
resetTaskRegistryControlRuntimeForTests,
findLatestTaskForFlowId,
finalizeTaskRunByRunId,
getTaskById,
hasActiveTaskForChildSessionKey,
listTaskRecords,
listTasksForFlowId,
listTasksForOwnerKey,
linkTaskToFlowById,
markTaskLostById,
markTaskRunningByRunId,
markTaskTerminalById,
maybeDeliverTaskTerminalUpdate,
recordTaskProgressByRunId,
reloadTaskRegistryFromStore,
resetTaskRegistryDeliveryRuntimeForTests,
resolveTaskForLookupToken,
resetTaskRegistryForTests,
isParentFlowLinkError,
setTaskRegistryControlRuntimeForTests,
setTaskRegistryDeliveryRuntimeForTests,
setTaskCleanupAfterById,
setTaskRunDeliveryStatusByRunId,
updateTaskNotifyPolicyById,
} from "./task-registry.js";