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.

9 lines (8 loc) 291 B
export * from './utils'; export * from './constants'; export * from './instructions'; export { Trigger } from './triggers'; export { default as Processor } from './Processor'; export { default } from './Plugin'; export { default as PluginWorkflow } from './Plugin'; export * from './types';