Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! 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());