mirror of
https://github.com/allinssl/allinssl.git
synced 2025-12-15 09:55:37 +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