Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.59 KB

CHANGELOG.md

File metadata and controls

30 lines (22 loc) · 1.59 KB

openengsb-1.0.2.RELEASE

Bug fixes

  • fix a problem when building the project in a path that contains spaces
  • fix failing maven-connector-test on consecutive "install" calls without prior "clean"

New Features & Changed Behaviour

  • workflow-service: remove droolsHelper and use drools-provided methods for starting workflows in rule-consequences (used in registerEventForFlow)
  • connector-email: automatically add a space after the prefix.
  • restructure Event-Hierarchy: xEndEvent -> xSuccessEvent and xFailEvent (for deploy, build and test)
  • add "processId"-field to event. Events where this property is set are only signaled to this process instead of all of them (they are still inserted into the workingmemory for the global rules).
  • Domains build, test, and deploy now provide additional methods that take a processId as argument. All events that are raised in these methods are only signaled to this processId.
  • Plaintext-report now uses getter methods of Events rather than direct reflection on the fields for report generation.
  • improve logging in workflow engine
  • when starting a flow, the ProcessInstance is now inserted into the workingmemory for use inside the workflow.
  • startFlow now triggers a "FlowStartedEvent" as soon as the processInstance has been inserted.

openengsb-1.0.1.RELEASE

Bug fixes

  • wrapped: fix bug in wrapped wicket, that caused the back-button to break the UI.

New Features & Changed Behaviour

  • workflow-service: retract events from working-memory when all rules have fired.

openengsb-1.0.0.RELEASE

Initial release