@tachybase/module-workflow
Version:
A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes.
12 lines (11 loc) • 806 B
TypeScript
import { Context, Next } from '@tego/server';
export declare function update(context: Context, next: any): Promise<void>;
export declare function destroy(context: Context, next: any): Promise<void>;
export declare function dump(context: Context, next: Next): Promise<void>;
export declare function load(context: Context, next: Next): Promise<void>;
export declare function test(context: Context, next: Next): Promise<void>;
export declare function revision(context: Context, next: Next): Promise<void>;
export declare function retry(context: Context, next: Next): Promise<void>;
export declare function sync(context: Context, next: any): Promise<void>;
export declare function trigger(ctx: Context, next: Next): Promise<void>;
export declare function moveWorkflow(ctx: Context, next: Next): Promise<void>;