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 ..
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.