UNPKG

@rudderstack/workflow-engine

Version:
5 lines 243 B
import { Step, StepExecutor, WorkflowOptionsInternal } from '../common'; export declare class StepExecutorFactory { static create(step: Step, options: WorkflowOptionsInternal): Promise<StepExecutor>; } //# sourceMappingURL=factory.d.ts.map