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) 177 B
import Instruction from '../../instructions'; export declare class ExitBranchInstruction extends Instruction { run(node: any, prevJob: any, processor: any): Promise<any>; }