UNPKG

flowed

Version:

A fast and reliable flow engine for orchestration and more uses in *Node.js*, *Deno* and the browser

9 lines (8 loc) 301 B
import { FlowState } from '.'; import { FlowStateEnum } from '../../types'; import { SerializedFlowRunStatus } from '../flow-run-status'; export declare class FlowFinished extends FlowState { getStateCode(): FlowStateEnum; reset(): void; getSerializableState(): SerializedFlowRunStatus; }