简体   繁体   English

使用REST API从jBPM6检索自定义对象

[英]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. 我们创建了一个jBPM工作流程,在此我们传递自定义对象以创建工作项,并将此自定义对象作为Map参数传递。 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? 现在,使用REST API“列表getTasksAssignedAsPotentialOwnerByStatus”,我们可以检索分配给userId的TaskSummary,这里TaskSummary对象是使用字段预定义的,如果我要自定义响应(例如,如果我想在TaskSummary中检索其他参数),可以有人指导我吗?那我该如何使用REST API呢?

The task summary should link a content id (in task data), containing the parameters you passed. 任务摘要应链接内容ID(在任务数据中),其中包含您传递的参数。 Use this content id to get the content. 使用此内容ID获取内容。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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