@tachybase/module-workflow
Version:
A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes.
6 lines (5 loc) • 337 B
TypeScript
export declare function linkNodes(nodes: any): void;
export declare function isValidFilter(condition: any): any;
export declare function traverseSchema(schema: any, fn: any): void;
export declare function getWorkflowDetailPath(id: string | number): string;
export declare function getWorkflowExecutionsPath(id: string | number): string;