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
We'll have to investigate whether this works for all FEEL properties. Alternatively, we could have a list of properties that are supposed to be linted.
The text was updated successfully, but these errors were encountered:
The
feel
rule matches any property that starts with=
regardless of whether this property can be a FEEL expression.will lead to a report that
name
is not a valid feel expression.A possible solution could be adding metadata to the camunda-bpmn-moddle extension.
Example:
We'll have to investigate whether this works for all FEEL properties. Alternatively, we could have a list of properties that are supposed to be linted.
The text was updated successfully, but these errors were encountered: