Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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