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) 274 B
import { Processor } from '../../..'; import ManualInstruction from '../ManualInstruction'; export default function (this: ManualInstruction, instance: any, { dataSource, collection }: { dataSource?: string; collection: any; }, processor: Processor): Promise<void>;