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

The community will undergo maintenance on October 16th at 10:00 PM PDT and will be unavailable for up to one hour.

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?

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());

Announcements


Top Tags