UNPKG

@node-ts/bus-workflow

Version:

A workflow engine for orchestrating logic flows in distributed applications.

9 lines (8 loc) 214 B
export declare const BUS_WORKFLOW_SYMBOLS: { Persistence: symbol; WorkflowRegistry: symbol; }; export declare const BUS_WORKFLOW_INTERNAL_SYMBOLS: { StartedByProxy: symbol; HandlesProxy: symbol; };