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

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

How can i fetch related WorkItems from Change Task with the help of code

ptc-4953615
1-Newbie

How can i fetch related WorkItems from Change Task with the help of code

I need to fetch all Work Items(class wt.workflow.work.WorkItem) from Change Task( wt.change2.WTChangeActivity2) UI with the help of code.

Also i need to fetch the details of the Work Items(class wt.workflow.work.WorkItem) wiht the help of Java code.

1 REPLY 1

Hi Rahul,

Yes, You Can, Please try the following Query

QueryResult qrr = wt.workflow.work.WorkflowHelper.service.getWorkItems(Persistable paramPersistable);

there is method to find workitem is completed or Not.

NJoy

MKR

Top Tags