Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! 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());
