-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem wrongly reported with missing time to live #3853
Comments
Thanks for reporting, I can reproduce the issue. We'll look into it. |
[Root Cause] Soooo, usually we reuse the parsed moddle when we do the linting, but on save we only pass the XML. That means that we need to parse it in linting. For some reason, we do not have the camunda moddle extension in |
Ooopsie! |
As it turns out, it is not as simple as adding another extension. As described in bpmn-io/moddle#45, moddle does not allow you to have attributes with the same name, even in different namespaces. Unfortunately, we do have overlaps for As a workaround, we can provide the diagram type (C7/C8) in the tab Config and select the needed moddle extension: camunda-modeler/client/src/app/TabsProvider.js Lines 248 to 251 in 3356ba8
|
this requires a new configuration option `type = platform` to be set related to camunda/camunda-modeler#3853
this requires a new configuration option `type = platform` to be set related to camunda/camunda-modeler#3853
this requires a new configuration option `type = platform` to be set related to camunda/camunda-modeler#3853
Describe the bug
Editing a BPMN, a problem is reported for the BPMN with the Time to live field marked as invalid. The displayed message is: Time to live must be defined.
But a value (14) was set.
Steps to reproduce
Expected behavior
No problem report
Environment
Camunda Modeler system information
Additional context
No response
The text was updated successfully, but these errors were encountered: