We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{ id: 'Gateway_xxx', type: 'bpmn:serviceTask', properties: { meta: { title: '节点名称', icon: 'serviceTask', ouputColumnSegments: [{ className: 'ColumnSegment', identifier: { value: 'mahineCode', }, name: '机器码', owner: { owner: 'xxx', }, properties: { className: 'xxxxx', source: 'dataSource' }, sqlType: { className: 'BasicType', family: 'character' } }] }, config: { name: '事件生成', componentName: 'GenerateSecureEvent', } } }
说明: 在 dragNode 传入节点时,如果是直接传入节点对象也不行,需要把多层结构结构出来;猜测原因是节点结构复杂,导致底层监听报错 操作流程:
2.0.7
2.0.11
No response
Chrome
The text was updated successfully, but these errors were encountered:
从报错上看是传入的数据有循环引用导致的,这边用你提供的数据没有复现问题 🤔是否可以在你的项目里用JSON.stringify对你传入的数据序列化后再传入试试呢
Sorry, something went wrong.
我们需要可复现 demo,最好是提供 codesandbox 示例。项目代码示例也可以。
否则通过描述无法定位问题,我们会做 issue 关闭处理
目前我就是数据通过JSON.stringify来处理的;我重现写个示例看看,项目代码在内网无法复制出来
DymoneLewis
No branches or pull requests
发生了什么?
node 节点数据结构:
说明:
在 dragNode 传入节点时,如果是直接传入节点对象也不行,需要把多层结构结构出来;猜测原因是节点结构复杂,导致底层监听报错
操作流程:
logicflow/core版本
2.0.7
logicflow/extension版本
2.0.11
logicflow/engine版本
No response
浏览器&环境
Chrome
The text was updated successfully, but these errors were encountered: