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

Fail to parse access time offset property #547

Closed
saig0 opened this issue Nov 1, 2022 · 0 comments · Fixed by #600
Closed

Fail to parse access time offset property #547

saig0 opened this issue Nov 1, 2022 · 0 comments · Fixed by #600

Comments

@saig0
Copy link
Member

saig0 commented Nov 1, 2022

Describe the bug
I can't access the time offset property of a date-time value. It is working for literals but not with variables.

time("11:45:30+02:00").time offset
// works

x.time offset
// failed to parse expression ' x.time offset ':
// Expected (binaryComparison | between | instanceOf | in | "and" | "or" | end-of-input):1:9, found "offset "

To Reproduce
Steps to reproduce the behavior:

  1. Evaluate the expression x.time offset
  2. Verify that it failed to parse the expression

Expected behavior
I can access the time offset property of a date-time value.

Environment

  • FEEL engine version: 1.15.2
  • Affects:
    • Camunda Automation Platform 7: [7.x]
    • Zeebe broker: [0.x]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant