Skip to content

Commit

Permalink
[Feature][scaleph-workflow] update scaleph dag workflow (#712)
Browse files Browse the repository at this point in the history
* feature: remove unused workflow instance and task instance schema

* feature: remove unused workflow instance and task instance schema

* fix: compile error

---------

Co-authored-by: wangqi <wangqi@xinxuan.net>
  • Loading branch information
kalencaya and wangqi authored May 7, 2024
1 parent 624d8d6 commit a07c8b3
Show file tree
Hide file tree
Showing 27 changed files with 20 additions and 1,314 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
import cn.sliew.scaleph.api.annotation.Logging;
import cn.sliew.scaleph.system.model.ResponseVO;
import cn.sliew.scaleph.workflow.service.WorkflowDefinitionService;
import cn.sliew.scaleph.workflow.service.WorkflowInstanceService;
import cn.sliew.scaleph.workflow.service.WorkflowTaskInstanceService;
import cn.sliew.scaleph.workflow.service.dto.WorkflowDefinitionDTO;
import cn.sliew.scaleph.workflow.service.dto.WorkflowTaskDefinitionDTO;
import cn.sliew.scaleph.workflow.service.param.WorkflowDefinitionListParam;
Expand All @@ -48,10 +46,6 @@ public class WorkflowController {

@Autowired
private WorkflowDefinitionService workflowDefinitionService;
@Autowired
private WorkflowInstanceService workflowInstanceService;
@Autowired
private WorkflowTaskInstanceService workflowTaskInstanceService;

@Logging
@GetMapping
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit a07c8b3

Please sign in to comment.