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.

8 lines (7 loc) 219 B
import Instruction from '../../instructions'; export declare class ResponseInstruction extends Instruction { run(node: any, prevJob: any, processor: any): Promise<{ status: 1; result: any; }>; }