@rudderstack/workflow-engine
Version:
A generic workflow execution engine
6 lines • 328 B
TypeScript
import { ExecutionBindings, StepOutput } from '../../../common/types';
import { ComposableStepExecutor } from './composable';
export declare class ErrorWrapStepExecutor extends ComposableStepExecutor {
execute(input: any, executionBindings: ExecutionBindings): Promise<StepOutput>;
}
//# sourceMappingURL=error_wrap.d.ts.map