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.

5 lines (4 loc) 232 B
export type { default as WorkflowModel } from './Workflow'; export type { default as FlowNodeModel } from './FlowNode'; export type { default as ExecutionModel } from './Execution'; export type { default as JobModel } from './Job';