@tachybase/plugin-workflow-approval
Version:
Approval base in Workflow
23 lines (22 loc) • 436 B
TypeScript
export declare const ERROR_CODE_MAP: {
not_enable_workflow: {
code: number;
message: string;
};
execution_finished: {
code: number;
message: string;
};
job_finished: {
code: number;
message: string;
};
not_approval_pending: {
code: number;
message: string;
};
not_need_update: {
code: number;
message: string;
};
};