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.

7 lines (6 loc) 423 B
import { Context } from '@tego/server'; export declare function create(context: Context, next: any): Promise<void>; export declare function destroy(context: Context, next: any): Promise<void>; export declare function update(context: Context, next: any): Promise<void>; export declare function moveUp(context: Context, next: any): Promise<void>; export declare function moveDown(context: Context, next: any): Promise<void>;