Class HistoricTaskInstanceIdentityLinkCollectionResource

    • Field Detail

      • historyService

        @Autowired
        protected org.flowable.cmmn.api.CmmnHistoryService historyService
    • Constructor Detail

      • HistoricTaskInstanceIdentityLinkCollectionResource

        public HistoricTaskInstanceIdentityLinkCollectionResource()
    • Method Detail

      • getTaskIdentityLinks

        @GetMapping(value="/cmmn-history/historic-task-instances/{taskId}/identitylinks",
                    produces="application/json")
        public List<HistoricIdentityLinkResponse> getTaskIdentityLinks​(@PathVariable
                                                                       String taskId,
                                                                       javax.servlet.http.HttpServletRequest request)