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
Describe the bug
I deploy a a process with a specific output variable mapping. Instead of breaking on the validation, the broker throws an exception and the deployment fails.
The process above contains the original output variable mappings. I've pinpointed it down a bit.
Expression = x.y[z = 0][1] causes this issue. = x[z = 0][1] works without a problem. = x.y[z = 0] also works without issue.
Expected behavior
I think the expression is a valid expression. If it is, the deployment should succeed. If it is not I would expect the broker to fail on a validation instead of throwing an exception.
Describe the bug
I deploy a a process with a specific output variable mapping. Instead of breaking on the validation, the broker throws an exception and the deployment fails.
To Reproduce
Deploy this process using Zeebe 1.2
The process above contains the original output variable mappings. I've pinpointed it down a bit.
Expression
= x.y[z = 0][1]
causes this issue.= x[z = 0][1]
works without a problem.= x.y[z = 0]
also works without issue.Expected behavior
I think the expression is a valid expression. If it is, the deployment should succeed. If it is not I would expect the broker to fail on a validation instead of throwing an exception.
Environment
The text was updated successfully, but these errors were encountered: