Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

The UI incorrectly complains when FEEL expressions are used in Call activity Process ids #290

Open
allanbarklie opened this issue Feb 1, 2021 · 3 comments

Comments

@allanbarklie
Copy link

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

  1. Create a workflow with a call activity
  2. Enter a FEEL expression for the call activity process ID
  3. The UI displays an error

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 #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

  • OS: Windows 10
  • Zeebe Modeler Version: 0.11.0
@MaxTru MaxTru added this to the Z13 milestone Feb 1, 2021
@MaxTru
Copy link
Contributor

MaxTru commented Feb 1, 2021

Thanks for reporting this - indeed it seems like this sneeked it with the referenced bugFix. We will tackle this.

@WilliamsDL
Copy link

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.

@allanbarklie
Copy link
Author

@WilliamsDL I'm currently using the previous version as my workaround

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants