cancel
Showing results for 
Search instead for 
Did you mean: 

Apache Activiti REST

chunnu
Champ in-the-making
Champ in-the-making
Hi

I am using Apache Activiti. Is there any way to create your own REST service? The user guide mentions about REST but not any information on how to create your own.

Any help would be appreciated.
1 REPLY 1

udoderk
Champ in-the-making
Champ in-the-making
Hi

I am using Apache Activiti. Is there any way to create your own REST service? The user guide mentions about REST but not any information on how to create your own.

Any help would be appreciated.

The Book "Activiti in Action: Executable Business Processes in BPMN 2.0" has more informations about it.
The source code used in book
But just googling helps to find a lot of information without this book, because such Question is in top10;-))

Look at New rest Service  topic from activiti-forums

Or this in cached by google manning-sandbox

Notice, that new REST Service must be registered in java code:
In ActivitiRestApplication, thus (imho) you must patch the activiti-rest.jar of activiti