Skip to main content
1-Visitor
May 28, 2015
Solved

How to get assigned wfprocesses with the promotionNotice by java code

  • May 28, 2015
  • 1 reply
  • 1473 views

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

Best answer by AntonBagryanov

WfState wfs = WfState.OPEN_RUNNING;

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

1 reply

AntonBagryanov1-VisitorAuthorAnswer
1-Visitor
May 28, 2015

WfState wfs = WfState.OPEN_RUNNING;

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