Package net.risesoft.service
Class WorkflowHistoryTaskService
- java.lang.Object
-
- net.risesoft.service.WorkflowHistoryTaskService
-
@Service @DependsOn({"runtimeService","repositoryService","historyService","taskService","workflowTaskService"}) public class WorkflowHistoryTaskService extends Object- Author:
- qinman, zhangchongjie
- Date:
- 2022/12/30
-
-
Constructor Summary
Constructors Constructor Description WorkflowHistoryTaskService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.flowable.task.api.history.HistoricTaskInstancegetTaskByProcessInstanceId(String processInstanceId)List<org.flowable.task.api.history.HistoricTaskInstance>getTaskListByProcessInstanceId(String processInstanceId)
-
-
-
Method Detail
-
getTaskByProcessInstanceId
public org.flowable.task.api.history.HistoricTaskInstance getTaskByProcessInstanceId(String processInstanceId)
-
-