mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-08 15:51:06 +00:00
Plugins: add bound TaskFlow runtime (#59622)
Merged via squash.
Prepared head SHA: b4649f3238
Co-authored-by: mbelinky <132747814+mbelinky@users.noreply.github.com>
Co-authored-by: mbelinky <132747814+mbelinky@users.noreply.github.com>
Reviewed-by: @mbelinky
This commit is contained in:
@@ -4,6 +4,8 @@ export {
|
||||
createManagedFlow,
|
||||
deleteFlowRecordById,
|
||||
findLatestFlowForOwnerKey,
|
||||
failFlow,
|
||||
finishFlow,
|
||||
getFlowById,
|
||||
listFlowRecords,
|
||||
listFlowsForOwnerKey,
|
||||
@@ -15,3 +17,5 @@ export {
|
||||
syncFlowFromTask,
|
||||
updateFlowRecordByIdExpectedRevision,
|
||||
} from "./flow-registry.js";
|
||||
|
||||
export type { FlowUpdateResult } from "./flow-registry.js";
|
||||
|
||||
Reference in New Issue
Block a user