3 lines
211 B
TypeScript
3 lines
211 B
TypeScript
/** Re-export shim — actual implementation in execution/workflowExecution.ts */
|
|
export { executeWorkflow, type WorkflowExecutionResult, type WorkflowExecutionOptions } from './execution/workflowExecution.js';
|