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) 234 B
import Instruction from '.'; import Processor from '../Processor'; import { FlowNodeModel } from '../types'; export default class extends Instruction { run(node: FlowNodeModel, prevJob: any, processor: Processor): Promise<any>; }