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

Method continueExecution

pkg/workflow/engine.go:952–954  ·  view source on GitHub ↗

continueExecution 继续执行

(execution *WorkflowExecution)

Source from the content-addressed store, hash-verified

950
951// continueExecution 继续执行
952func (e *Engine) continueExecution(execution *WorkflowExecution) {
953 e.executeWorkflow(execution)
954}
955
956// buildResult 构建执行结果
957func (execution *WorkflowExecution) buildResult() *WorkflowResult {

Callers 1

ResumeExecutionMethod · 0.95

Calls 1

executeWorkflowMethod · 0.95

Tested by

no test coverage detected