Package net.risesoft.controller
Class ProcessHistoryRestController
- java.lang.Object
-
- net.risesoft.controller.ProcessHistoryRestController
-
@RestController @RequestMapping(value="/vue/processTrack", produces="application/json") public class ProcessHistoryRestController extends Object获取流程历程- Author:
- zhangchongjie
- Date:
- 2024/05/23
-
-
Constructor Summary
Constructors Constructor Description ProcessHistoryRestController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.risesoft.pojo.Y9Result<List<HistoryProcessModel>>historyList(String processInstanceId)获取历程信息
-
-
-
Method Detail
-
historyList
@GetMapping("/historyList") public net.risesoft.pojo.Y9Result<List<HistoryProcessModel>> historyList(@RequestParam String processInstanceId)获取历程信息- Parameters:
processInstanceId- 流程实例id- Returns:
-
-