cancel
Showing results for 
Search instead for 
Did you mean: 

Task Inbox used in an external UI

yevindra
Champ in-the-making
Champ in-the-making
Hi there,

I am working on a design where we want to use Activiti for human orchestration and the backend BPM logic.

However, we will be using our Form generator (external form rendering) to display the forms within our UI. We also want to display the Task Inbox and Group Queues within our UI. In summary we only want to use Activiti for the backend. Is this possible?

If this is possible, is there any documentation of the API or other integration methods?

Thanks in advance.

Yev
2 REPLIES 2

frederikherema1
Star Contributor
Star Contributor
The engine is build for integrating in other applications without activiti-ui all together. The Userguide explains the configuration of the engine http://activiti.org/userguide/index.html#N1028F.

All services exposed by the engine are documented in our javadoc: http://activiti.org/javadocs/index.html

yevindra
Champ in-the-making
Champ in-the-making
Thanks for the tips.