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.

11 lines (10 loc) 384 B
import Instruction from '../../instructions'; import Processor from '../../Processor'; export declare class TriggerInstruction extends Instruction { run(node: any, input: any, processor: Processor): Promise<any>; /** * 将数据按照 model 配置进行字段映射 */ private mapModel; resume(node: any, prevJob: any, processor: Processor): Promise<any>; }