| 程序包 | 说明 |
|---|---|
| cn.gtmap.gtcc.clients.workflow | |
| cn.gtmap.gtcc.domain.workflow |
| 限定符和类型 | 方法和说明 |
|---|---|
List<HistoricTaskInstance> |
WorkflowClient.findHistoryTask(String taskAssignee)
查询历史流程实例中的任务
|
List<HistoricTaskInstance> |
WorkflowClient.findHistoryTask(String taskAssignee,
String processDefinitionKey)
查询历史任务
|
org.springframework.data.domain.Page<HistoricTaskInstance> |
WorkflowClient.findHistoryTask(String taskAssignee,
String processDefinitionKey,
String taskDefinitionKey,
boolean finished,
org.springframework.data.domain.Pageable pageable)
查询历史任务
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
HistoricTaskDesc |
Copyright © 2019 GTMAP. All rights reserved.