@rudderstack/workflow-engine
Version:
A generic workflow execution engine
6 lines • 336 B
TypeScript
import { SimpleStep, WorkflowOptionsInternal } from '../../../../../common';
import { TemplateStepExecutor } from '../../../../types';
export declare class TemplateStepExecutorFactory {
static create(step: SimpleStep, template: string, options: WorkflowOptionsInternal): TemplateStepExecutor;
}
//# sourceMappingURL=factory.d.ts.map