Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
flowable workflow designer for Vue base on @antv/g6
| Date | Stars |
|---|---|
| 2026-07-24 | 1070 |
| 2026-07-25 | 1070 |
| 2026-07-28 | 1069 |
| 2026-07-30 | 1069 |
| 2026-08-06 | 1068 |
Today
-1 stars today
This week
-1 stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
## Workflow Designer for Vue
[](https://www.npmjs.org/package/wfd-vue)
[](https://www.npmjs.org/package/wfd-vue)


## Online Demo
https://guozhaolong.github.io/wfd-vue/
## Usage
```
<template>
<div id="app">
<wfd-vue ref="wfd" :data="demoData" :height="600" :users="candidateUsers" :groups="candidateGroups" :categorys="categorys" :lang="lang" />
</div>
</template>
<script>
import WfdVue from 'wfd-vue'
export default {
name: 'app',
components:{
WfdVue
},
data () {
return {
lang: "zh",
demoData: {...},
candidateUsers: [...],
candidateGroups: [...],
categorys: [...]
}
}
}
</script>
```
## API
###### 属性
* data: 初始化数据
* height: 画布高度
* mode: view为只读,edit为可编辑
* lang: zh为中文,en为英文
* isView: 是否为预览模式(隐藏工具栏和属性栏)
* users: 选择审批人时对应的数据,数组内对象以id为键,name为值
* groups: 选择审批组时对应的数据,数组内对象以id为键,name为值
* categorys: 选择分类时对应的数据,数组内对象以id为键,name为值
###### 方法
* save(): 调用this.$refs['wfd'].graph.save()生成json
* saveXML(): 调用this.$refs['wfd'].graph.saveXML(createFile)生成Flowable XML,createFile参数是否同时生成xml文件,默认为true
* saveImg(): 调用this.$refs['wfd'].graph.saveImg(createFile)生成图片,createFile参数表示是否生成图片文件,默认为true,该函数返回值为图片base64
### Run Example
```
npm run serve
```
## 友情链接(flowable流程设计器,感谢@GoldSubmarine提供)
https://github.com/GoldSubmarine/workflow-bpmn-modeler
Excerpt of 1,584 characters
Read on GitHub42
8
Saint Asky · StarSoul Science&Technology
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:572abaf321316da7, topic:workflow