Skip to content
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

show syntaxError when use single backquotes/backticks #745

Closed
Oleksiivanov opened this issue Jul 25, 2023 · 2 comments
Closed

show syntaxError when use single backquotes/backticks #745

Oleksiivanov opened this issue Jul 25, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@Oleksiivanov
Copy link

Describe the Bug

When I try to use single backquotes/backticks in feel expression, as described here https://docs.camunda.io/docs/next/components/modeler/feel/language-guide/feel-variables/#escape-variable-names, I see an error message : syntaxError: expression expected

Screenshot 2023-07-25 at 18 39 33

Steps to Reproduce

  1. open web or desktop modeler
  2. create a new diagram with any connector, for example, webhook connector
  3. enter feel expression, that contains single backquotes/backticks

Expected Behavior

I can use single backquotes/backticks, and I don't see exception when I use it, as described in the documentation: https://docs.camunda.io/docs/next/components/modeler/feel/language-guide/feel-variables/#escape-variable-names

Environment

desktop modeler -> Version: 5.13.0
webmodeler -> https://modeler.cloud.dev.ultrawombat.com/

@Oleksiivanov Oleksiivanov added the bug Something isn't working label Jul 25, 2023
@marstamm
Copy link
Contributor

Hi @Oleksiivanov , thank you for opening this issue. We already have know about this limitation and have an open ticket for it here: camunda/camunda-modeler#3338

A bit of background on this: the backticks are a Camunda extension to the FEEL language and are not part of the FEEL standard. In the first iteration of the FEEL editor, we only support syntax highlighting of the standard FEEL features.

Thank you for notifying us about this, the Feedback helps us understand what language features the users use and if it makes sense to invest in the language extension support in the Modeler

@marstamm
Copy link
Contributor

As we already have an open issue, I'll close this one as duplicate. Feel free to Thumbs-up and subscribe to camunda/camunda-modeler#3338 to get notified on updates

@marstamm marstamm closed this as not planned Won't fix, can't repro, duplicate, stale Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants