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

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! 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