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

Method handleNodeCompleted

pkg/workflow/actor_engine.go:530–532  ·  view source on GitHub ↗

handleNodeCompleted 处理节点完成

(ctx *actor.Context, msg *NodeCompletedMsg)

Source from the content-addressed store, hash-verified

528
529// handleNodeCompleted 处理节点完成
530func (c *CoordinatorActor) handleNodeCompleted(ctx *actor.Context, msg *NodeCompletedMsg) {
531 wfLog.Debug(context.Background(), "node completed", map[string]any{"node_id": msg.NodeID, "execution_id": msg.ExecutionID})
532}
533
534// handleNodeFailed 处理节点失败
535func (c *CoordinatorActor) handleNodeFailed(ctx *actor.Context, msg *NodeFailedMsg) {

Callers 1

ReceiveMethod · 0.95

Calls 1

DebugMethod · 0.65

Tested by

no test coverage detected