-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Describe the Bug
Given a specific blueprint and a specific element from the diagram, when selected, the web-modeler crashes, showing what looks like a never-ending loop.
Steps to Reproduce
- Download the
AI Email Support Agent
blueprint from the web-modeler - Open the main diagram
- Select the element with the name
Fetch past conversations from customer
(connector idio.camunda.connectors.EmbeddingsVectorDB.v1
) - See the error:
index.esm.js:5677 Uncaught (in promise) RangeError: Maximum call stack size exceeded
at findUnresolvedVariables (feelUtility.js:256:11)
at Array.flatMap (<anonymous>)
at findUnresolvedVariables (feelUtility.js:256:34)
at getExpressionDetails (feelUtility.js:186:22)
at eval (feelUtility.js:30:33)
at Array.forEach (<anonymous>)
at eval (feelUtility.js:29:21)
at Array.forEach (<anonymous>)
at parseVariables (feelUtility.js:28:13)
at _resolveVariables (VariableResolver.js:82:93)
Expected Behavior
There is no loop when this element is selected
Environment
- Library version: 1.3.3
barmac