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) 288 B
import { Processor } from '../../..'; import ManualInstruction from '../ManualInstruction'; export type FormHandler = (this: ManualInstruction, instance: any, formConfig: any, processor: Processor) => Promise<void>; export default function ({ formTypes }: { formTypes: any; }): void;