UNPKG

@5minds/processcube_engine

Version:

The ProcessCube Engine. Stores and executes BPMNs.

4 lines (3 loc) 195 B
import './ExternalLibSettings'; export declare function startup(resumeProcessInstancesManually?: boolean): Promise<void>; export declare function shutdown(code?: number | string): Promise<void>;