// 根据流程定义id获取流程定义先关信息,可以获取所有流元素FlowElement
Process process = ProcessDefinitionUtil.getProcess(processDefinitionId);
// 根据id获取指定的节点信息
FlowElement targetFlowElement = process.getFlowElement(targetTaskDefKey);
// 主要查询act_re_procdef
ProcessDefinitionUtil.getProcessDefinition(processDefinitionId)