You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.