UNPKG

@tachybase/module-workflow

Version:

A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes.

8 lines (7 loc) 160 B
/** * 工作流导出的 useAction hook * 将工作流数据导出为 JSON 文件 */ export declare function useDumpAction(): { run(): Promise<void>; };