简体   繁体   中英

retrieving custom object from jBPM6 using REST API

we have created a jBPM workflow where we are passing custom object to create a workitem, we are passing this custom object as Map params. Now using REST API "List getTasksAssignedAsPotentialOwnerByStatus" we can retrieve the TaskSummary for assigned userId, here TaskSummary object is predefined with fields, can anybody please guide me if i want to customize my response (ie if i want to retrieve additional parameters in the TaskSummary) then how can i do it using REST API?

The task summary should link a content id (in task data), containing the parameters you passed. Use this content id to get the content.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM