refactor(流程定义): 弃用 流程定义相关 接口
This commit is contained in:
@@ -36,6 +36,7 @@ import java.nio.charset.StandardCharsets;
|
||||
@RequiredArgsConstructor
|
||||
@RestController
|
||||
@RequestMapping("/workflow/definition")
|
||||
@Deprecated
|
||||
public class WfDefinitionController extends BaseController {
|
||||
|
||||
private final IWfDefinitionService flowDefinitionService;
|
||||
|
||||
@@ -11,6 +11,7 @@ import java.io.InputStream;
|
||||
* @author KonBAI
|
||||
* @createTime 2022/3/10 00:12
|
||||
*/
|
||||
@Deprecated
|
||||
public interface IWfDefinitionService {
|
||||
|
||||
boolean exist(String processDefinitionKey);
|
||||
|
||||
Reference in New Issue
Block a user