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.

19 lines (18 loc) 727 B
import { PluginWorkflow } from './Plugin'; export default PluginWorkflow; export * from './Branch'; export * from './components'; export * from './constants'; export * from './ExecutionContextProvider'; export * from './FlowContext'; export * from './hooks'; export { executionCollection, executionSchema, getExecutionSchema } from './schemas/executions'; export * from './schemas/workflows'; export { default as useStyles } from './style'; export { Trigger, useTrigger } from './triggers'; export * from './utils'; export * from './variable'; export * from './WorkflowPane'; export * from './nodes/default-node'; export * from './nodes/default-node/components/NodeDefaultView'; export * from './nodes/default-node/interface';