提交 | 用户 | 时间 | ||
9259c2 | 1 | import UserTaskCustomConfig from './components/UserTaskCustomConfig.vue' |
H | 2 | import BoundaryEventTimer from './components/BoundaryEventTimer.vue' |
3 | ||
4 | export const CustomConfigMap = { | |
5 | UserTask: { | |
6 | name: '用户任务', | |
7 | componet: UserTaskCustomConfig | |
8 | }, | |
9 | BoundaryEventTimerEventDefinition: { | |
10 | name: '定时边界事件(非中断)', | |
11 | componet: BoundaryEventTimer | |
12 | } | |
13 | } |