Commit 74e33d68 by huangfusuper

设定虚节点跟随映射工作流的版本号

parent 5b636225
...@@ -298,6 +298,7 @@ public class ApiFlowServiceImpl implements ApiFlowService { ...@@ -298,6 +298,7 @@ public class ApiFlowServiceImpl implements ApiFlowService {
Flow innerFlow = saveFlow(pluginFlow, flow.getWorkspaceId(), true); Flow innerFlow = saveFlow(pluginFlow, flow.getWorkspaceId(), true);
node.setIsVirtual(NodePropertyEnum.IS_VIRTUAL.getCode()); node.setIsVirtual(NodePropertyEnum.IS_VIRTUAL.getCode());
node.setMapFlowId(innerFlow.getFlowId()); node.setMapFlowId(innerFlow.getFlowId());
node.setVersionName(pluginFlow.getVersionName());
} else { } else {
node.setExtendedConfiguration(((PluginNode) pluginNode).getConfig().getExtendedConfiguration()); node.setExtendedConfiguration(((PluginNode) pluginNode).getConfig().getExtendedConfiguration());
node.setHandlerName(((PluginNode) pluginNode).getHandlerName()); node.setHandlerName(((PluginNode) pluginNode).getHandlerName());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment