UNPKG

symflow

Version:

SymFlow is a powerful workflow and state machine engine for Node.js, inspired by Symfony Workflow. It allows you to define workflows, transition entities between states, and optionally log audit trails.

4 lines (3 loc) 121 B
import { Symflow } from './symflow'; export declare class Workflow<T extends Record<string, any>> extends Symflow<T> { }