MCPcopy Create free account
hub / github.com/astercloud/aster / executeMergeNode

Method executeMergeNode

pkg/workflow/engine.go:707–711  ·  view source on GitHub ↗

executeMergeNode 执行合并节点

(execution *WorkflowExecution, node *NodeDef, result *NodeResult)

Source from the content-addressed store, hash-verified

705
706// executeMergeNode 执行合并节点
707func (e *Engine) executeMergeNode(execution *WorkflowExecution, node *NodeDef, result *NodeResult) error {
708 // 合并节点主要用于汇聚多个分支
709 result.Outputs["merge_completed"] = true
710 return nil
711}
712
713// 辅助方法
714

Callers 1

executeNodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected