cancel
Showing results for 
Search instead for 
Did you mean: 

Android Integration with Activiti

nishant23
Champ in-the-making
Champ in-the-making
Hi,

I have an Android App which requires some use of the workflow. So I decided to use Activiti BPM Workflow. But I don't know how do I integrate  the workflow I have created with my existing Android application because whenever I create a workflow I deploy it to activiti-explorer and run it on activiti ui.

I want my workflow to deploy and run on the UI of my existing android app.

Can you provide me with some guidance on this ?
4 REPLIES 4

frederikherema1
Star Contributor
Star Contributor
Since 5.13, the REST-API covers the full Java-api. You should have activiti run on a server and expose it using the activiti-rest. From your andriod-app, use HTTP-calls to communicate with the engine and fetch data to show your users.

nishant23
Champ in-the-making
Champ in-the-making
Can you provide me with a sample or tutorial ?

sarkar92
Champ in-the-making
Champ in-the-making

frederikherema1
Star Contributor
Star Contributor
Indeed @sarkar92, the user guide contains a "general usage" section to use rest and a documentation of all REST-URL's…