| | |
| | | * @param projectId 项目id |
| | | * @param eventDataJson json扩展内容 |
| | | */ |
| | | void add(String taskId, String flowInsId, ProcessLogEventTypeEnum eventType, Long projectId, String eventDataJson); |
| | | void add(String taskId, String flowInsId, ProcessLogEventTypeEnum eventType, String projectId, String eventDataJson); |
| | | |
| | | /** |
| | | * 批量删除 |
| | |
| | | Boolean taskDelegation(String processInstanceId, String taskId); |
| | | |
| | | /** |
| | | * 检查任务是否挂起 |
| | | * |
| | | * @param taskId 任务id |
| | | * @param processInsId 流程实例id |
| | | * @return true 挂起的 false没挂起 |
| | | */ |
| | | Boolean taskIsHangup(String taskId, String processInsId); |
| | | |
| | | /** |
| | | * 检查任务是否协同办理了 |
| | | * |
| | | * @param taskId 任务id |
| | | * @param processInsId 流程实例id |
| | | * @return true 协同办理了 false没协同办理 |
| | | */ |
| | | Boolean taskIsTeamwork(String taskId, String processInsId); |
| | | |
| | | /** |
| | | * 流程推进日志 |
| | | * |
| | | * @param query |