Open allanbarklie opened 3 years ago
Thanks for reporting this - indeed it seems like this sneeked it with the referenced bugFix. We will tackle this.
Is there a workaround I can use? This is a blocker for me. I need to be able to dynamically pass in the process Id.
@WilliamsDL I'm currently using the previous version as my workaround
Describe the Bug
The UI incorrectly complains if a FEEL expression is entered for a call activity process id. It complains that the string is not a QName.
Steps to Reproduce
Expected Behavior
The UI should allow FEEL expressions as Zeebe supports FEEL expressions for this field (and the broker correctly respects any FEEL expressions in this field).
Note - it looks like work on the bug https://github.com/zeebe-io/zeebe-modeler/issues/237 and the introduction of FEEL expressions happened in parallel and this sneaked in - maybe the validation needs to assert that the value is either a QName or a FEEL expression
Environment