-
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
File type not re-checked upon reload #2279
Comments
I introduced the execution platform attribute via |
Okay, now it worked for me after I closed the file and opened it again using the open file dialogue. It seems like the reload after the file got modified externally as well as closing the file and then 'reopen last file' do not check for the platform again. |
Yes, we are checking for the platform only on file opening (when we retrieve the correct tab type for the diagram). Makes sense to maybe do the checks way more often. |
Yes, please ;-) |
Well, you might as well fix the root cause and have an easy way to open Zeebe Modeler and Cawemo files as Camunda Cloud files or have an easy way to switch as discussed in #2283 |
@pinussilvestrus How complicated would #2279 (comment) be? |
It's not trivial. Our |
We'll address the root cause of this issue by removing the |
The A better solution for switching the execution platform as discussed in #2283 or an actual migration of models without external tools would prevent this issue. |
Could we rename this issue to "File type should be re-checked upon reload" to sort out the different problems? Even the "Reopen last file" does not do a fresh check. This is pretty confusing in this context. |
Describe the Bug
The attached model is still detected as 'Camunda Platform' although it explicitely defines modeler:executionPlatform="Camunda Cloud"
Steps to Reproduce
Expected Behavior
Status bar shows 'Camunda Cloud'
Environment
Related to #2283.
The text was updated successfully, but these errors were encountered: