new feature : all instances page, tree view
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-09-2012 05:00 AM
Hi,
A project in my company will use Activiti Explorer to have monitoring on the processes. They have suggested some improvement to implement.
I have started to implement it and wanted to share with the community to get your feedback : is it valuable for the other projects using Activiti ? would you like to contribute (at least test it in your context) ?
The feature is a new page, Process > All Instances, only visible to an admin user.
It contains all instances of processes (not only instances owned by the current user as in "my instances" page).
The processes are grouped in a tree by process definition, and subprocesses are visible under the calling process.
Here is the pull request with this implementation.
I am not a Vaadin expert so there might be some glitches …
Remaining to implement :
* pagination in case of a high volume of process instances
* filtering based on business key, date and process definition
A project in my company will use Activiti Explorer to have monitoring on the processes. They have suggested some improvement to implement.
I have started to implement it and wanted to share with the community to get your feedback : is it valuable for the other projects using Activiti ? would you like to contribute (at least test it in your context) ?
The feature is a new page, Process > All Instances, only visible to an admin user.
It contains all instances of processes (not only instances owned by the current user as in "my instances" page).
The processes are grouped in a tree by process definition, and subprocesses are visible under the calling process.
Here is the pull request with this implementation.
I am not a Vaadin expert so there might be some glitches …
Remaining to implement :
* pagination in case of a high volume of process instances
* filtering based on business key, date and process definition
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2012 07:09 PM
Thanks for the contribution!
I or someone else of the core dev team will review it, and comment on it there. I'm currently in SF for the Alfresco conference, but I should have time next week.
I or someone else of the core dev team will review it, and comment on it there. I'm currently in SF for the Alfresco conference, but I should have time next week.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2012 05:30 AM
I think the "paging" feature is definitely needed, which is currently "remaining to implement"…
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2012 12:01 PM
Hi,
Finally we decided to create a new standalone component not based on Activiti Explorer (since the web framework of choice here is Tapestry). So I won't maintain what I started in Explorer.
If someone is interested to continue the work, I will happily share my sources with them. I have a simple implementation for high number of instances in which there is a limit to 100 instances displayed and a message to notify the user. However the filter fields and requests are still pending to implement.
Rgds
Michel
Finally we decided to create a new standalone component not based on Activiti Explorer (since the web framework of choice here is Tapestry). So I won't maintain what I started in Explorer.
If someone is interested to continue the work, I will happily share my sources with them. I have a simple implementation for high number of instances in which there is a limit to 100 instances displayed and a message to notify the user. However the filter fields and requests are still pending to implement.
Rgds
Michel
