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

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. 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