mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-08 07:41:10 +08:00
修改工作流主方法,修改证书申请
This commit is contained in:
@@ -286,6 +286,10 @@ func RunNode(node *WorkflowNode, ctx *ExecutionContext) error {
|
||||
}
|
||||
|
||||
if node.ChildNode != nil {
|
||||
fromNodeData, ok := ctx.GetOutput(node.Id)
|
||||
if ok && fromNodeData != nil && node.ChildNode.Config["fromNodeData"] == nil {
|
||||
node.ChildNode.Config["fromNodeData"] = fromNodeData
|
||||
}
|
||||
return RunNode(node.ChildNode, ctx)
|
||||
}
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user