Skip to content

Releases: imixs/imixs-workflow

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

imixs-workflow-3.9.1

29 Sep 20:45
Compare
Choose a tag to compare
  • Bugfix BPMNModelHandler - findImixsTargetTask failed randomly - #211
  • Bugfix BPMNModel - model.getEvent returns a new instance of Event - #203

imixs-workflow-3.9.0

29 Sep 20:55
Compare
Choose a tag to compare

Improvments:

  • Enhancement - Rest API refactoring - #156
  • Enhancement - Model Interface refactoring - #173
  • Enhancement - BPMNParser shared events - #174
  • Enhancement - WorkflowKernel loadEvent by workitem - #175
  • Enhancement - BPMNParser parseModel store file content in raw format - #176
  • Enhancement - Improved Rest API for ModelService - #177
  • Enhancement - RulePlugin support result object - #180
  • Enhancement - XMLItemCollection putItemCollection sort items by name - #188
  • Enhancement - Refactoring DataController and WorkflowController - #186

Bugfixes:

  • Bugfix - AccessPlugin throws Exception in followUpEvent - #178
  • Bugfix - WorkflowKernel txtworkflowactivitylog grows up endless - #179
  • Bugfix - DataController improve isNewWorkitem - #187 by rsoika was closed 25 days ago
  • Bugfix - ApplicationPlugin ignores the keyFollowUp flag - #189
  • Bugfix - BPMN Parser ignores now MessageFlows - #190, #193

imixs-workflow-3.8.4

19 Jul 13:27
Compare
Choose a tag to compare

Bugfix - ResultPlugin - Regex matcher failed in case of newline #171