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.

18 lines (17 loc) 495 B
interface ParamsType { summaryConfig: Array<string>; data: object; } export declare function getSummary(params: ParamsType): object; export declare function parsePerson(node: any, processor: any): Promise<unknown[]>; export declare const NoticeJobStatusMap: { 0: number; 1: number; [-5]: number; [-6]: number; [-4]: number; }; export declare function getNegotiationMode(mode: any): { getStatus(distribution: any, assignees: any, mode: any): number; }; export {};