Skip to main content

BPMN2 Modeler - New & Noteworthy

Version 0.2.6 Bug Fixes and New Features (June 7, 2013)

What's new in this version:
  • Bug 406794 - UserTask generated code missing outputSet in ioSpecification.

    The ioSpecification element requires at least one outputSet, even if no output mappings are defined.

  • Bug 409839 - Lane coordinates & size not initialized after creation.

    After creating a Lane the coordinates and size are all zero. These values are updated properly only after the Lane is moved or resized.

  • New "On Entry" and "On Exit" script sections were added to the Service Task property sheet for the jBPM Target Runtime.
  • Bug 409962 - Missing 'y' attribute in waypoints when creating a self reference.

    Creating a new shape or moving a shape such that its top or left edge is outside the diagram, would corrupt the file.

  • Bug 408559 - Current selection changed by moving selected activity or saving changes.

    This was caused by graphic element selection conflicts with the Outline viewer.

  • Image loading for Custom Tasks was broken by the migration to Graphiti 0.10.0. This has been fixed.
  • The Multi-tab functionality was broken by the migration to Graphiti 0.10.0. This prevented the creation of new diagrams (e.g from the "Diagram" main menu, or the "whitebox" context menu action) and sub-diagrams ("push down" context menu action.)
  • Work Item Definition (WID) configuration for jBPM has been improved. The custom task parameters can now be edited from the I/O Parameters property tab instead of a popup dialog.

Back to the top