@rudderstack/workflow-engine
Version:
A generic workflow execution engine
8 lines • 405 B
TypeScript
import { SimpleStep, WorkflowOptionsInternal } from '../../../common/types';
import { BaseStepExecutor } from '../executors';
export declare class SimpleStepExecutorFactory {
static create(step: SimpleStep, options: WorkflowOptionsInternal): Promise<BaseStepExecutor>;
private static extractTemplate;
private static createExternalWorkflowEngineExecutor;
}
//# sourceMappingURL=factory.d.ts.map