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

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

Translate the entire conversation x

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

ptc-4953615
1-Visitor

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
rmk
7-Bedrock
7-Bedrock
(To:ptc-4953615)

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

Announcements

Top Tags