Community Tip - You can change your system assigned username to something more personal in your community settings. 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());