Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
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.
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
