Skip to content

v0.0.6

Latest
Compare
Choose a tag to compare
@emaarco emaarco released this 12 Jun 08:43
· 14 commits to main since this release

🧑🏽‍💻 Release – bpmn-to-code v0.0.6

What’s Changed

  • Fixed an issue in API generation when configurations (such as serviceTask-topics or messageNames) contained special characters like . or -. These previously caused invalid output or errors.
  • Resolved a bug where processes using timer events without a static value (e.g., using an ISO-8601 expression like P5D) but with a variable reference could fail during generation. These dynamic timer configurations are now better supported.

Known Limitations

  • Variable-based configuration is still only partially supported. For example, if a process references variables in elements like a serviceTask-topic, it may still cause errors.
  • This is intentional: we're currently exploring which kinds of element configurations should support variable expressions. While timers are a valid use case, using variables for worker-related fields is generally discouraged and considered a design smell in some workflow engines.