Skip to main content
1-Visitor
July 18, 2013
Question

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

  • July 18, 2013
  • 1 reply
  • 965 views

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-Visitor
July 26, 2013

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