Question
93
Views
Accenture Inc
Posted: November 4, 2019
Last activity: November 4, 2019
Closed
Retrieving Work Object thread in Load datapage activity
Hi,
I need to use WorkObject thread ( use not only pyWorkPage but also other user defined pages in thread)in Load Datapage Activity which is of type Requestor.
I tried to use Java tools.getRequestor().getThread("<ThreadName>").getPage("<PageName>") in DataPage activity and i am getting DataPage requestor thread but i need WorkObject thread which is other requestor.