Replies: 3 comments 4 replies
-
可以参考一下 const defaultExcludeFields = {
in: [],
out: [
'properties.panels',
'properties.nodeSize',
'properties.definitionId',
'properties.timerValue',
'properties.timerType',
'properties.definitionType',
'properties.parent',
'properties.isBoundaryEventTouchingTask',
],
}; |
Beta Was this translation helpful? Give feedback.
2 replies
-
使用方式有一些出入 LogicFlow.use(BPMNAdapter, {
excludeFields: {
out: ['properties.multiInstanceType']
}
}) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Beta Was this translation helpful? Give feedback.
All reactions