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
{{ message }}
This repository has been archived by the owner on May 12, 2021. It is now read-only.
Is your feature request related to a problem? Please describe.
The Zeebe Engine requires the subscription correlation key for a <bpmn:messages> to be a valid Feel expression. Otherwise the engine will throw an error.
A validation ensuring that a Feel expression is entered for the subscription correlation key field of a bpmn:message is added. This can be done by checking for a leading = followed by a character sequence. Potentially in a second step this validation might use a more advanced Feel expression parsing.
Is your feature request related to a problem? Please describe.
The Zeebe Engine requires the
subscription correlation key
for a<bpmn:messages>
to be a valid Feel expression. Otherwise the engine will throw an error.Also see #272
Describe the solution you'd like
A validation ensuring that a Feel expression is entered for the
subscription correlation key
field of abpmn:message
is added. This can be done by checking for a leading=
followed by a character sequence. Potentially in a second step this validation might use a more advanced Feel expression parsing.Describe alternatives you've considered
See discussion in #272
Additional context
#272
The text was updated successfully, but these errors were encountered: