|
|
|
@ -45,6 +45,7 @@ public class WorkflowStepController {
|
|
|
|
Page<WorkflowStepEntity> page = workflowStepService.search(request);
|
|
|
|
Page<WorkflowStepEntity> page = workflowStepService.search(request);
|
|
|
|
return ResponseEntity.ok(page);
|
|
|
|
return ResponseEntity.ok(page);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@Operation(summary = "워크플로우 스텝 등록")
|
|
|
|
@Operation(summary = "워크플로우 스텝 등록")
|
|
|
|
@PostMapping
|
|
|
|
@PostMapping
|
|
|
|
public ResponseEntity<WorkflowStepEntity> createWorkflowStep(@RequestBody WorkflowStepEntity workflowStep) {
|
|
|
|
public ResponseEntity<WorkflowStepEntity> createWorkflowStep(@RequestBody WorkflowStepEntity workflowStep) {
|
|
|
|
|