@tachybase/module-workflow
Version:
A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes.
17 lines (16 loc) • 349 B
TypeScript
export declare const NOTICE_STATUS: {
DRAFT: number;
RETURNED: number;
SUBMITTED: number;
PROCESSING: number;
APPROVED: number;
REJECTED: number;
};
export declare const NOTICE_ACTION_STATUS: {
ASSIGNED: any;
PENDING: number;
RETURNED: number;
APPROVED: number;
REJECTED: number;
CANCELED: number;
};