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

We are happy to announce the new Windchill Customization board! Learn more.

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