net.risesoft.pojo.Y9Result<List<HistoricTaskInstanceModel>> |
HistoricTaskApi.findTaskByProcessInstanceIdOrByEndTimeAsc(String tenantId,
String processInstanceId,
String year) |
根据流程实例id,获取任务
|
net.risesoft.pojo.Y9Result<List<HistoricTaskInstanceModel>> |
HistoricTaskApi.findTaskByProcessInstanceIdOrderByStartTimeAsc(String tenantId,
String processInstanceId,
String year) |
根据流程实例id,开始时间升序获取任务
|
net.risesoft.pojo.Y9Result<HistoricTaskInstanceModel> |
HistoricTaskApi.getById(String tenantId,
String taskId) |
根据任务Id获取任务实例
|
net.risesoft.pojo.Y9Result<List<HistoricTaskInstanceModel>> |
HistoricTaskApi.getByProcessInstanceId(String tenantId,
String processInstanceId,
String year) |
根据流程实例获取所有历史任务实例
|
net.risesoft.pojo.Y9Result<List<HistoricTaskInstanceModel>> |
HistoricTaskApi.getByProcessInstanceIdOrderByEndTimeDesc(String tenantId,
String processInstanceId,
String year) |
根据流程实例获取所有历史任务实例-按照办结时间倒序
|
net.risesoft.pojo.Y9Result<HistoricTaskInstanceModel> |
HistoricTaskApi.getThePreviousTask(String tenantId,
String taskId) |
获取当前任务的上一个任务节点,当前任务只可以是正在运行的任务实例
|
net.risesoft.pojo.Y9Result<List<HistoricTaskInstanceModel>> |
HistoricTaskApi.getThePreviousTasks(String tenantId,
String taskId) |
获取当前任务的上一个任务节点产生的所有任务,当前任务只可以是正在运行的任务实例
|