Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
byit-myth-job
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liyuan
byit-myth-job
Commits
973f5c73
Commit
973f5c73
authored
Oct 20, 2020
by
huangfusuper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
发布工作流的扩展配置项
parent
eb0b51a6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
ApiFlowServiceImpl.java
...c/main/java/com/byit/service/impl/ApiFlowServiceImpl.java
+1
-0
PluginNodeConfig.java
...e/src/main/java/com/byit/dto/plugin/PluginNodeConfig.java
+2
-0
No files found.
byit-myth-admin/src/main/java/com/byit/service/impl/ApiFlowServiceImpl.java
View file @
973f5c73
...
@@ -298,6 +298,7 @@ public class ApiFlowServiceImpl implements ApiFlowService {
...
@@ -298,6 +298,7 @@ public class ApiFlowServiceImpl implements ApiFlowService {
node
.
setIsVirtual
(
NodePropertyEnum
.
IS_VIRTUAL
.
getCode
());
node
.
setIsVirtual
(
NodePropertyEnum
.
IS_VIRTUAL
.
getCode
());
node
.
setMapFlowId
(
innerFlow
.
getFlowId
());
node
.
setMapFlowId
(
innerFlow
.
getFlowId
());
}
else
{
}
else
{
node
.
setExtendedConfiguration
(((
PluginNode
)
pluginNode
).
getConfig
().
getExtendedConfiguration
());
node
.
setHandlerName
(((
PluginNode
)
pluginNode
).
getHandlerName
());
node
.
setHandlerName
(((
PluginNode
)
pluginNode
).
getHandlerName
());
node
.
setJobType
(((
PluginNode
)
pluginNode
).
getJobType
());
node
.
setJobType
(((
PluginNode
)
pluginNode
).
getJobType
());
node
.
setRunSource
(((
PluginNode
)
pluginNode
).
getRunSource
());
node
.
setRunSource
(((
PluginNode
)
pluginNode
).
getRunSource
());
...
...
byit-myth-core/myth-dto-core/src/main/java/com/byit/dto/plugin/PluginNodeConfig.java
View file @
973f5c73
...
@@ -65,4 +65,6 @@ public class PluginNodeConfig {
...
@@ -65,4 +65,6 @@ public class PluginNodeConfig {
*/
*/
private
Integer
repeatCount
;
private
Integer
repeatCount
;
private
String
extendedConfiguration
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment