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) 204 B
/** * 工作流复制的 useAction hook * 支持设置分类字段的默认值,并在提交时转换为 ID 数组格式 */ export declare function useRevisionAction(): { run(): Promise<void>; };