0 votes
in PDMLink by (user.hidden) (690 points)

1 Answer

0 votes
by (user.hidden) (690 points)
public static void getRelatedProcesses(Persistable persistable) throws Exception {
QueryResult queryresult = WfEngineHelper.service.getAssociatedProcesses(persistable, null, ((WTContained) persistable).getContainerReference());
while(queryresult.hasMoreElements()){
WfProcess wfprocess = (WfProcess)queryresult.nextElement(); //
}
}

 

Welcome to Windchill Guru, where you can ask questions and receive answers from other members of the community. I recommend everyone to Register

Categories

...