UNPKG

@fluxo-engine/core

Version:

fluxo workflow engine core

6 lines (5 loc) 224 B
import { ExecutionSnapshot } from '../types/snapshot'; export declare class FluxoWaitSignalException extends Error { snapshot?: ExecutionSnapshot | undefined; constructor(snapshot?: ExecutionSnapshot | undefined); }