-
Bug
-
Resolution: Unresolved
-
Critical
-
None
-
Kogito Tooling 0.30.0
-
False
-
None
-
False
-
---
-
---
-
-
When creating or even an empty workflow or the example by using the codelenses templates, it generates a workflow identifier which contain white-spaces:
It is well known that actually we only support valid Java names as for the id attribute. Otherwise, the diagram editor will not properly update the necessary content (it just updates whole content every time), also the runtime will not build/compile properly, as the value for the id is not a valid java identifier.
Actions to take:
- Figure out if runtimes already support white-spaces and other characters
- If so, fix stunner updateContent logic based on the id
- is related to
-
KOGITO-9318 Support dashes (-) in Kogito Serverless Workflow ids
- Resolved