Show version that enables the feature if not supported in currently selected version
See original GitHub issueProblem you would like to solve
When using properties that are not supported in the currently selected platform version (e.g. Camunda Platform 8.0), the only statements I get from error messages is that the field is not supported (by Camunda 8):
### Proposed solutionI would like to see the version which makes the desired property available, if available. The error message should clearly state the minimum target that supports the feature:
[...] is only supported by Camunda Platform 8.1 or newer
In case we don’t know yet when to support it, it should show:
[...] is not supported by <Platform version>
This gives me as a user some insight on the evolution of the capabilities I have available to design and enhance my process.
Also, marking properties that are not available in the current version would help to sort out quickly what I can actually do.
Alternatives considered
As an alternative, not available options could be filtered out.
Pro: Cleaner working environment
Con: No awareness of features in newer versions.
Additional context
With regards to the evolution of Camunda 8, it would make sense to raise awareness of feature evolution and not leaving a user with a simple “Not supported” which is frustrating.
Issue Analytics
- State:
- Created a year ago
- Reactions:5
- Comments:8 (8 by maintainers)
Top GitHub Comments
Moving to ready. If there is capacity, let’s act on it soon, otherwise Wintersweep candidate.
Perfect. Let’s take that one.