Skip to content

Releases: imixs/imixs-workflow

imixs-workflow-4.1.2

06 May 16:59
Compare
Choose a tag to compare
  • Enhancement - XSL Support for Mail Templates #256
  • Enhancement - Extend $FiIe attributes - refactoring #261

imixs-workflow-4.1.1

01 Apr 15:57
Compare
Choose a tag to compare
  • Bugfix - ReportService- migration of new fieldnames #253
  • Bugfix - ReportService - change execution resource path #254
  • Bugfix - ResultPlugin failed if result new line #255

imixs-workflow-4.1.0

18 Mar 11:47
Compare
Choose a tag to compare

Bugfix: LuceneUpdateService - createDocument indexFieldListAnalyse is now trimmed #251
Bugfix: XMLItem - isListOfMap fixed implementation #170
Bugfix: XMLParser - findAttributes now finds also attributes containing '-' #201
Bugfix: ItemCollection getItemValue is now trimed #250
Bugfix: WorkflowService - getEvents now verifies user read access

Enhancement: SplitAndJoinPlugin - support new action parameter #249
Enhancement: WorkflowKernel - provides new workflow fields #244
Enhancement: ReportService - HTML Output optimized color scheme for MS-Excel on Mac OS #252

imixs-workflow-3.9.2

25 Jan 17:17
Compare
Choose a tag to compare
  • Bugfix - WorkflowService - getEvents verify user read access #248

imixs-workflow-4.0.5

24 Jan 22:30
Compare
Choose a tag to compare
  • Bugfix - JSONParser - parseWorkitem support default encoding #245
  • Bugfix - WorkflowRestService - postWorkitemByUniqueIDJSON wrong compare of uniqueid #246

WorkflowRestService - update documentation

imixs-workflow-4.0.4

24 Jan 20:34
Compare
Choose a tag to compare
  • Bugfix - ReportService - replaceDateString adapts new dateTime format #242
  • Bugfix - Imixs-Workflow REST API - fixed wrong result if uniqueid is not found #241
  • Bugfix - ReportService - fixed wrong format of numbers #213
  • Bugfix - ReportService - fixed format tag with attribute locale, not recognized locale string #202

Documentation - ModelService #208

imixs-workflow-4.0.3

08 Jan 09:40
Compare
Choose a tag to compare
  • Bugfix - ReportService implement new Report Format #238
  • Bugfix - WorkflowSchedulerService start fails if no start date is defined #239
  • Bugfix - ReportRestService sort result #240

imixs-workflow-4.0.2

26 Nov 13:29
Compare
Choose a tag to compare
  • Update maven site plug-ins #231
  • Update documetnation - wrong schema in restapi/index.html
  • Enhancement - Introduce PluginDependency Interface #233
  • Bugfix - LuceneSearchService - fixed IOException if no index directoy exists #237
  • Bugfix - SplitAndJoint Plugin - fixed check for null value #235

imixs-workflow-4.0.1

08 Nov 18:05
Compare
Choose a tag to compare

Version 4.0.1 is the first patch-release of Imixs-Workflow 4.0. This release includes several bugfixes concerning JPA issues and some general enhancements.

Enhancements

  • Enhancement - Documentation RulePlugin - #209
  • Enhancement - BPMNParser - Start-Event with follow up did no longer cause a warning #217
  • Enhancement - BPMNParser - not duplicating unambiguous events assigned to one source task - #219
  • Enhancement - ItemCollection refine constructor and clone methods - #222
  • Enhancement - ResultPlugin - cleanup code - update documentation - #223
  • Enhancement - RulePlugin - cleanup code - update documentation - #224
  • Enhancement - ViewController - returns empty list in case no query is defined #227
  • Enhancement - Refactor ModelService - change method removeModelEntity #225

Bugfixes

  • Bugfix - BPMNParser - fixed wrong model in case of shared link event #218
  • Bugfix - DocumentService - fixed save method, no longer detaching entity beans #220
  • Bugfix - DocumentService - fixed missing update of $isAuthor on load #221
  • Bugfix - DocumentService - fixed save method, no longer detaching persisted document #226
  • Bugfix - ItemCollection - fixed clone method, is now cloning byte arrays by a deep copy #228
  • Bugfix - DocumentService - fixed, loading only detach persisted document if not saved #230

imixs-workflow-4.0.0

09 Oct 22:23
Compare
Choose a tag to compare

With version 4.0.0 Imixs-Workflow now provides a complete new approach to store and index documents.
The EntityService was replaced with the new performat and powerful DocumentService. Lucene becomes an integral part of the Imixs-Workflow engine. The DocumentService will index each document automatically during the save method using the new LuceneService EJB. The lucene-adapter project is now deprecated and also the lucene plug-in is obsolete. The DocumentService provide new finder methods using the Lucene Query Builder

We provide a migration concept which makes it easy to migrate the old data schema from version 3.x to the new version 4.x. See details in the migration guide

List of enhancements

  • Enhancement - Change XML Schema #194
  • Enhancement - Replace EntityService with new DocumentService #192
  • Enhancement - Provide LuceneSearchException and LuceneIndexException #195
  • Enhancement - WorkflowKernel - change generation of $UniqueID to java.util.UUID #196
  • Enhancement - Plugin-API - New Interface Design #204
  • Enhancement - Support OptimisticLock exception for DocumentService #205
  • Enhancement - ItemCollection - improve cloneabel interface #210
  • Enhancement - DocumentService - migrate Backup / Restore methods #216
  • Enhancement - BPMN Parser - prints warning in case of a start event with follow up activity #198
  • Enhancement - JDK 1.8 support #199
  • Enhancement - Documentation new Plugin API #206
  • Enhancement - support of old rest-api version 3 #197
  • Enhancement - DataControler - getWorkitem should not return null #149
  • Enhancement - WorkflowScheduler - auto migrate model version #136