Class HistoricTaskInstanceResource

    • Field Detail

      • historyService

        @Autowired
        protected org.flowable.cmmn.api.CmmnHistoryService historyService
      • taskService

        @Autowired
        protected org.flowable.cmmn.api.CmmnTaskService taskService
    • Constructor Detail

      • HistoricTaskInstanceResource

        public HistoricTaskInstanceResource()
    • Method Detail

      • getTaskInstance

        @GetMapping(value="/cmmn-history/historic-task-instances/{taskId}",
                    produces="application/json")
        public HistoricTaskInstanceResponse getTaskInstance​(@PathVariable
                                                            String taskId,
                                                            javax.servlet.http.HttpServletRequest request)
      • deleteTaskInstance

        @DeleteMapping("/cmmn-history/historic-task-instances/{taskId}")
        public void deleteTaskInstance​(@PathVariable
                                       String taskId,
                                       javax.servlet.http.HttpServletResponse response)
      • getTaskForm

        @GetMapping(value="/cmmn-history/historic-task-instances/{taskId}/form",
                    produces="application/json")
        public String getTaskForm​(@PathVariable
                                  String taskId,
                                  javax.servlet.http.HttpServletRequest request)