cancel
Showing results for 
Search instead for 
Did you mean: 

Activity as REST Workflow Server

fthamura1
Champ in-the-making
Champ in-the-making
hi all

i wanna to test the REST feature in ACtivity

any glue to start?

F
4 REPLIES 4

falko_menge
Champ in-the-making
Champ in-the-making
For getting an overview of Activiti's REST API you can have a look at http://localhost:8080/activiti-rest/service/index

jbarrez
Star Contributor
Star Contributor
The best way to get started is to run the demo setup (see user guide).
This will install the REST component on a Tomcat for you.

The REST API is documented in the user guide. Or you can take a look at the REST API live through the following URL: http://localhost:8080/activiti-rest/service/index

cweber
Champ in-the-making
Champ in-the-making
Hi, I know this post is a bit older but my question belongs directly to the postings thats why I placed it here. Hope its okay.

@jbarrez and falko.menge
You have said that you can be able to find information about the rest api by using this url:
http://localhost:8080/activiti-rest/service/index

I had the demo setup 5.9 of Activiti running and I can contact the activiti-explorer but not the url you were shown here.

-Is that no longer possible in the 5.9 version?
-If not, is there another way to see the features of the REST-API?
I'm not sure if the user-guide is up to date for the REST-API. Is it? Because I sometimes read here that different people would contribute new rest features. Are there now more features then shown in the userguide?

Thanks for information

trademak
Star Contributor
Star Contributor
Hi,

This is not possible in Activiti 5.9. You can view all the rest services in the user guide.
In the meantime we're working on Activiti 5.10 and that may have additional REST services.
But for that, the source code is the only place to now which are available.

Best regards,