690408:0909 Done Task BE-ERR-02
CI / CD Pipeline / build (push) Successful in 5m26s
CI / CD Pipeline / deploy (push) Successful in 8m19s

This commit is contained in:
2026-04-08 09:09:12 +07:00
parent 961ee72343
commit 4f34aeae6b
2 changed files with 13 additions and 9 deletions
@@ -10,7 +10,7 @@ import {
import { WorkflowHistory } from './entities/workflow-history.entity';
import { WorkflowDslService } from './workflow-dsl.service';
import { WorkflowEventService } from './workflow-event.service';
import { NotFoundException } from '@nestjs/common';
import { NotFoundException } from '../../common/exceptions';
import { CreateWorkflowDefinitionDto } from './dto/create-workflow-definition.dto';
describe('WorkflowEngineService', () => {