public interface CoreRptWorkflowLogService extends BaseService<CoreRptWorkflowLog>
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CoreRptWorkflowLog> |
findByPid(java.lang.String pid)
通过流程实例id获取日志
|
add, addEntity, confirm, findAll, findList, getEntity, modify, removeById, removeByIds, startProcess, startProcess
java.util.List<CoreRptWorkflowLog> findByPid(java.lang.String pid) throws java.lang.Exception
pid
- 父节点idjava.lang.Exception
- 出错会抛出异常