task definitions for particular process definitions

136 views
Skip to first unread message

suresh.t...@gmail.com

unread,
Feb 12, 2014, 1:08:49 AM2/12/14
to camunda-...@googlegroups.com
Hi,
I want to retrieve task definitions for particular process definition through Rest API. Please provide me API for retrieving task definitions for particular process definition.

regards,
suresh

Daniel Meyer

unread,
Feb 12, 2014, 12:43:24 PM2/12/14
to camunda-...@googlegroups.com, suresh.t...@gmail.com
Hi Suresh,

what do you mean by "removing task definitions" for particular process definition. Do you want to change / update the Bpmn process model?

Cheers,
Daniel Meyer

suresh.t...@gmail.com

unread,
Feb 13, 2014, 1:53:20 AM2/13/14
to camunda-...@googlegroups.com, suresh.t...@gmail.com
Hi Daniel,

It is not removing task definitions, I want to get task definition names for particular process definition through Camunda Rest API.

regards,
suresh

Daniel Meyer

unread,
Feb 14, 2014, 3:21:43 AM2/14/14
to camunda-...@googlegroups.com, suresh.t...@gmail.com
Hi Suresh, 

sorry my bad, I read "remove" instead of "retrieve" :(

Currently you cannot get all the properties of a Task through the REST api. What you can get is the task key for an individual task instance:
GET /task/{id}/form

We are currenlty working on the "BPMN Model API" which we plan on releasing along with alpha3. 


Once we add JSON support and REAST Api integration for the BPMN model api I will be very straight forward to get access to all the properties of a task using the rest API. 

In the meantime you would have to write your custom REST service in which you could leverage the BPMN model API.

Cheers,
Daniel Meyer


Reply all
Reply to author
Forward
0 new messages