cancel
Showing results for 
Search instead for 
Did you mean: 

Custom rest access activiti database

skverma02
Confirmed Champ
Confirmed Champ
how i m make a our rest service to get data from activiti database .
i m deploy  the workflow and start the process according to given  rest-api in user-guide chepter-15.and get data from that but konw my requriment is make own service for own project which behave like activiti-rest .

so any one help me how to write service to access activiti database ..
2 REPLIES 2

jbarrez
Star Contributor
Star Contributor
I'm not sure I'm following what you are asking?
You want to add custom rest endpoints? In that case, what you can do is add a custom Spring MVC endpoint in the same package (or any other that is component scanned) so when the rest app boots up, it gets picked up. In that custom rest logic, you can use the Java API of Activiti to get to Activiti data.

skverma02
Confirmed Champ
Confirmed Champ
thanx to reply
yeah now i m using Spring mvc for that..
if any problm come ,then i ask u ..Smiley Happy