@rudderstack/workflow-engine
Version:
A generic workflow execution engine
7 lines • 330 B
TypeScript
import { ErrorInfo } from './info';
import { StepExecutionError } from './step_execution';
export declare class WorkflowExecutionError extends StepExecutionError {
workflowName: string;
constructor(message: string, status: number, workflowName: string, info?: ErrorInfo);
}
//# sourceMappingURL=workflow_execution.d.ts.map