Moved completely to open-source, with license changed to GPL V3
All the sources available on OW2 including the ones for branding TWE
Included missing features of JPEd (editor based on previous community version of TWE):
No annoying 30 seconds splash screen
since now community version of TWE has all the fatures professional version had, and does not display annoying splash screen
Do not lose layout during load/save operations:
this version of TWE by default doesn't lose layouting information, there is a special "configuration" called "Pure XPDL" where all TWE specific extended attributes are not persisted into XPDL, including the ones that cause lost of layouting information during load/save)
The Plugins interface allows you to write wizards, custom XPDL elements editors, custom tooltips, custom views. With it you can easily make jped company requirements
TWE architecture is pluggable, thus one can write any kind of plug-ins, can provide custom XPDL element editors (additional ones comparing to JPEd and previous TWE community version exist in this new version), can configure different tooltip generator etc...
Generate PDF reports of your workflow. Get a complete view of your workflow in a ready to print format. Plugins can be used also to customize PDF outputs.
The part of the code is taken from JPEd and included in TWE
A fully customizable interface, using properties file and system properties: - Restrict the availabe actions in interface or to extend them at glance, depending your target users. - Easily create a custom layout that is easier to manipulate for end-users. - Combined with a wizard plugin, you can prefill an XPDL or auto update it, letting user concentrate only on you core buisness.
TWE has ability to configure user interface through property files, to restrict/extend available actions or to define which parts of XPDL to hide to the user, define layouts, and also by custom core plug-ins.
It has a powerful templating mechanism, where one can easily add a new type of prefilled XPDL object, and in the case of activities to easily include it in the toolbox just by configuration and property files
Generate real vectorial (SVG) output of graph, including the Ids of activity, participants and transitions. (Zoom at any level with any SVG enabled tool or use it in a workflow engine web interface to highlight current status with just a simple svg stylesheet.)
This part of code was taken from JPEd and included in TWE
Quick search dropdowns make it easy to handle long list of participants
Already existed in TWE community
For shark users, an integrated form editor which also add additional informations in tooltips and PDF
TWE has a special shark configuration, where not only this feature is provided, but also customized panels adjusted to Shark's extended attributes and other options, special Shark XPDL validation, etc.
The same thing is done for WfMOpen (special WfMOpen configuration)
See the XPDL fragment of each element you are editing, know exactly what you are doing at XPDL level in each dialog.
In TWE, XPDL View shows the fragment of any selected element in XPDL
Condition editor, gives you a dropdown box to select workflow variables and provides syntax highlighting for scripted conditions
This feature existed in TWE professional version and thus appears in this version now.
Customize JPEd logo to fit your company need, provide a splash logo when editor is loading, using a simple System property
TWE sources now have a "branding" capability. You can brand the whole project (icons, setup, splash logo, about box information) and get setup.exe file for installing such product
XPDL Model code moved to Shark (LGPL licensed) and now taken from Shark