3 Replies Latest reply on Mar 18, 2014 7:15 AM by salaboy21

    retrieving custom object from jBPM6 using REST API

    pandyajayn

      Hi,

       

      we have created a jBPM workflow where we are passing custom object to create a workitem, we are passing this custom object as  Map<String, Object> params.

      Now using REST API "List<TaskSummary> 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 (i.e. if i want to retrieve additional parameters in the TaskSummary) then how  can i do it using REST API?