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.

5 lines (4 loc) 276 B
import { Context, Next } from '@tego/server'; export declare function destroy(context: Context, next: any): Promise<void>; export declare function cancel(context: Context, next: any): Promise<never>; export declare function retry(context: Context, next: Next): Promise<void>;