| | |
| | | * @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 taskIsHangup(String taskId, String processInsId); |
| | | |
| | | /** |
| | | * 检查任务是否容缺 |
| | | * |
| | | * @param taskId |
| | | * @param processInsId |
| | | * @return |
| | | */ |
| | | Boolean taskIsWait(String taskId, String processInsId); |
| | | |
| | | /** |
| | | * 检查任务是否跳过 |
| | | * |
| | | * @param taskId |
| | | * @param processInsId |
| | | * @return |
| | | */ |
| | | Boolean taskIsJump(String taskId, String processInsId); |
| | | |
| | | /** |
| | | * 检查任务是否协同办理了 |
| | | * |
| | | * @param taskId 任务id |
| | | * @param processInsId 流程实例id |
| | | * @return true 协同办理了 false没协同办理 |
| | | */ |
| | | Boolean taskIsTeamwork(String taskId, String processInsId); |
| | | |
| | | /** |
| | | * 流程推进日志 |
| | | * |
| | | * @param query |