UNPKG

@rudderstack/workflow-engine

Version:
8 lines 405 B
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