cancel
Showing results for 
Search instead for 
Did you mean: 

How to extend activiti rest api

rangalo
Champ in-the-making
Champ in-the-making

I want to create some new REST resources. For example to list all next possible task on a work flow. 

I want to create my own war which could be deployed in Glassfish 4. (payara).

What deps do I need ?  How can I create new endpoint urls ?
2 REPLIES 2

rangalo
Champ in-the-making
Champ in-the-making
Is there any example which implements such an extension ?

seema
Champ in-the-making
Champ in-the-making
Refer to this link:  http://www.activiti.org/userguide/#restTasksGet . Read article 15.7.2. Here you will find url to find get list of all task.