类 ProcessHistoryRestController


  • @RestController
    @RequestMapping(value="/vue/processTrack",
                    produces="application/json")
    public class ProcessHistoryRestController
    extends Object
    获取流程历程
    作者:
    zhangchongjie
    Date:
    2024/05/23
    • 构造器详细资料

      • ProcessHistoryRestController

        public ProcessHistoryRestController()
    • 方法详细资料

      • historyList

        @GetMapping("/historyList")
        public net.risesoft.pojo.Y9Result<List<HistoryProcessModel>> historyList​(@RequestParam
                                                                                 String processInstanceId)
        获取历程信息
        参数:
        processInstanceId - 流程实例id
        返回: