Task Inbox used in an external UI

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2012 12:58 AM
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
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
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2012 03:37 AM
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
All services exposed by the engine are documented in our javadoc: http://activiti.org/javadocs/index.html

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2012 10:43 PM
Thanks for the tips.
