证书部署可选择跳过重复部署

This commit is contained in:
zhangchenhao
2025-05-14 19:59:53 +08:00
parent d333c7a9af
commit b9abdb0f72
3 changed files with 78 additions and 6 deletions

View File

@@ -218,6 +218,7 @@ func RunNode(node *WorkflowNode, ctx *ExecutionContext) error {
}
node.Config["_runId"] = ctx.RunID
node.Config["logger"] = ctx.Logger
node.Config["NodeId"] = node.Id
// 执行当前节点
result, err := Executors(node.Type, node.Config)