Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! 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
