fix: 返回结果添加executionResult
This commit is contained in:
parent
4311527356
commit
8cb8badb5d
|
|
@ -465,6 +465,7 @@ export class TemplateController {
|
||||||
executionDuration: execution.executionDuration,
|
executionDuration: execution.executionDuration,
|
||||||
createdAt: execution.createdAt,
|
createdAt: execution.createdAt,
|
||||||
updatedAt: execution.updatedAt,
|
updatedAt: execution.updatedAt,
|
||||||
|
executionResult: execution.executionResult
|
||||||
}, '获取执行进度成功');
|
}, '获取执行进度成功');
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
if (error instanceof HttpException) {
|
if (error instanceof HttpException) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue