Question
2
Replies
8713
Views
Infosys
Posted: July 19, 2016
Last activity: July 21, 2016
Closed
What are the different ways to initiate a work object automatically? say for an instance the one which we do with a file listener.
What are the different ways to initiate a work object automatically? say for an instance the one which we do with a file listener.
Hi Praveen,
Initializing a work object from File Listener you meant Creating a Work object ?
Creating a work object is done by standard Pega activities like svcAddWorkObject. You can use such activities in your service activities referenced in various Service Methods(like SOAP, REST, Email, File, HTTP, Java etc) to create a Work objects automatically.
-Harish