cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

How to get assigned wfprocesses with the promotionNotice by java code

AntonBagryanov
3-Visitor

How to get assigned wfprocesses with the promotionNotice by java code

How to get assigned wfprocesses with the promotionNotice by java code?

1 ACCEPTED SOLUTION

Accepted Solutions

WfState wfs = WfState.OPEN_RUNNING;

  Enumeration<WfProcess> enm = WfEngineHelper.service.getAssociatedProcesses(pn, wfs, pn.getContainerReference());

View solution in original post

1 REPLY 1

WfState wfs = WfState.OPEN_RUNNING;

  Enumeration<WfProcess> enm = WfEngineHelper.service.getAssociatedProcesses(pn, wfs, pn.getContainerReference());

Top Tags