Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
How to get assigned wfprocesses with the promotionNotice by java code?
Solved! Go to Solution.
WfState wfs = WfState.OPEN_RUNNING;
Enumeration<WfProcess> enm = WfEngineHelper.service.getAssociatedProcesses(pn, wfs, pn.getContainerReference());
WfState wfs = WfState.OPEN_RUNNING;
Enumeration<WfProcess> enm = WfEngineHelper.service.getAssociatedProcesses(pn, wfs, pn.getContainerReference());
