mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-18 07:00:44 +00:00
refactor(plugin-sdk): add managed task flow runtime
This commit is contained in:
@@ -217,6 +217,7 @@ export function createRuntimeTasks(params: {
|
||||
return {
|
||||
runs: createRuntimeTaskRuns(),
|
||||
flows: createRuntimeTaskFlows(),
|
||||
managedFlows: params.legacyTaskFlow,
|
||||
flow: params.legacyTaskFlow,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user