How to customize Activiti Explorer ?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2012 12:04 PM
Hello,
I would like to customize the Activiti Explorer web-app : adding new features, a search engine, new views, etc…
What is the best practice ?
I mean :
- Do I have to download the sources and modify it ?
- Is there a "plugin" mechanism ? Or just add my custom jar to the classpath ?
Thanks a lot,
Fab
I would like to customize the Activiti Explorer web-app : adding new features, a search engine, new views, etc…
What is the best practice ?
I mean :
- Do I have to download the sources and modify it ?
- Is there a "plugin" mechanism ? Or just add my custom jar to the classpath ?
Thanks a lot,
Fab
Labels:
- Labels:
-
Archive
11 REPLIES 11

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2016 01:57 AM
Hi all, If I want to add new properties to Boundary Timer Event (example: BusinessCalendarName - because we can not set business calendar name on GUI of activiti-explorer), where can I update?
Thanks.
Thanks.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2016 05:11 AM
that would need quite a lot of changes: in the engine in the Behaviour class and in the parser. In the UI, in the editor javascript for the properties. We don't have documentation for doing that yet.
