Besley
Besley
1) 图形元素遵循BPMN2.0,XML是XPDL语言风格,引擎高级功能,依赖自有格式来实现。 2) 流程示例中审批类型居多,所以都是用户任务,如果有服务类型Task需求,我们会在近期版本中加入的。目前Task节点本身支持绑定:组件接口、WebApi、SQL和Python脚本等,新类型的独立封装是比较方便的。
好的,谢谢您的宝贵意见。服务类型的Task会支持的,流程设计器暂时还没计划去迁移到bpmn.io。但是也会考虑继续用户体验优化。
最新版本地址: http://demo.slickflow.com/sfd/
Thanks your example development, in my project we make this component without the camunda modeler support, hope this can be a requirement too.
I also meet the same error at the current version:4.0.1, Does anyone have a suggestion to fix this issue? Thanks
Hi, the layout style could be set to adjust the height property, but I am not sure wether this is a solution for you. .vue-grid-layout { background: #eee; min-height:200px; }
@felipeacunago , hi, have you got the solution here ? I meet the similar questions, when the user click the item, they want to modify some properties on a panel...
Hi, in my project, I use ajax to make a web request in browser side, so I use cookie to storage the encrypted authorization. Maybe it's better to use web...