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