refactor(流程定义): 弃用 流程定义相关 接口

This commit is contained in:
konbai
2022-08-07 20:41:37 +08:00
parent b7ceb4f516
commit 3360d413e5
2 changed files with 2 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ import java.nio.charset.StandardCharsets;
@RequiredArgsConstructor
@RestController
@RequestMapping("/workflow/definition")
@Deprecated
public class WfDefinitionController extends BaseController {
private final IWfDefinitionService flowDefinitionService;

View File

@@ -11,6 +11,7 @@ import java.io.InputStream;
* @author KonBAI
* @createTime 2022/3/10 00:12
*/
@Deprecated
public interface IWfDefinitionService {
boolean exist(String processDefinitionKey);