flow-builder
flow-builder copied to clipboard
A highly customizable streaming flow builder.
[Feature] Hope add sorting function on branch condition node
项目中必须引用了antd组件库才能使用 否则会报错 [https://fe.imdada.cn/uPic/U0AuqE.png](https://fe.imdada.cn/uPic/U0AuqE.png)
Hello @lixiao1022 I have created a customPoperComponent const CustomPopoverComponent = ({ visible, onVisibleChange, overlayClassName, placement, trigger, content, children, ...props }) => { const [isOpen, setOpen] = useState(false); return ( setOpen(true)}...
Hello there, I wanna disable the add option at the back of the node, so user can only add nodes after created one thanks
In some cases more then the max nodes are added to the branch node using other means then the add buttons. In this case, the add button should also be...
样式优化
当前所有的线都是通过dom 绘制 看能否支持条件节点的圆角 
目前的分支节点必须后置条件节点。并行分支应用场景还是比较多的,请问是否考虑增加并行节点类型。或者目前有什么实现方式?
现在只有在配置了ConfigComponent的情况下才会通过onChange触发点击节点的回调通知。但是更灵活的界面组织需要在不使用内置的ConfigComponent机制的情况下也得到相应通知,然后动态选择如何处理,例如根据节点类型不同,动态选择drawer/dialog/property editor等编辑控件,显示位置也不同。 目前我在低代码平台NopPlatform中想集成FlowBuilder作为审批流的配置控件,我们会根据一个元模型配置动态生成前端的流程设计器,而不是在前端写死设计器的代码,所以需要更灵活的配置机制。希望能开放相关回调接口 https://github.com/entropy-cloud/nop-entropy