cancel
Showing results for 
Search instead for 
Did you mean: 

Retriving records in a Workflows using JAVA APIs

Former Member
0 Kudos

Hi,

Am trying to retrieve records assigned to a workflow using JAVA API. But am not getting the result , if any one worked on this application, please help me.

Regards

Praveen K

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Praveen,

Try,

CatalogData's GetWorkFlowTasks method. This will return you all the Tasks for the particular user. Find out the task you are interested in. At this point, you will get Task object.

do getJob().GetRecords() on Task object. This function will give you all the records attached to the workflow.

Thanks,

Mausam

Former Member
0 Kudos

Hi Mausam

Thanks for ur answer..,

Can u please send me that piece of code..... to retrieve records in a workflow.

so that i can include that in my application.

Thanks

Praveen k

Answers (0)