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