UNPKG

@rudderstack/workflow-engine

Version:
6 lines 298 B
import { StepCreationError } from './step_creation'; export declare class WorkflowCreationError extends StepCreationError { workflowName: string; constructor(message: string, workflowName: string, stepName?: string, childStepName?: string); } //# sourceMappingURL=workflow_creation.d.ts.map