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