入职离职工作流基础架构搭建
This commit is contained in:
@@ -221,6 +221,15 @@ public class WfProcessController extends BaseController {
|
||||
return R.ok("流程启动成功",procInsId);
|
||||
}
|
||||
|
||||
/**
|
||||
* 根据流程定义id启动流程实例
|
||||
*
|
||||
*/
|
||||
@PostMapping("/commonStart/{category}")
|
||||
public R<String> startDemo(@PathVariable("category") String category) {
|
||||
return R.ok("流程启动成功",processService.commonStart(category));
|
||||
}
|
||||
|
||||
/**
|
||||
* 删除流程实例
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user