code: workflow,nextjs,frontends (1 files)

This commit is contained in:
2025-12-26 04:15:57 +00:00
parent 6cc9dbf1cf
commit 17e2ffa2b3

View File

@@ -3,11 +3,7 @@
* @deprecated Import from '@/lib/workflow' instead
*/
export {
executeWorkflow,
executeNode,
} from '../execution/execute-workflow'
export { executeWorkflow } from '../execution/execute-workflow'
export { executeNode } from '../execution/execute-node'
export { executeActionNode } from '../nodes/execute-action-node'
export { executeConditionNode } from '../nodes/execute-condition-node'