elsa-workflows / elsa-studio

A modular, extensible dashboard application framework
MIT License
173 stars 74 forks source link

[BUG] Some activity boxes are not shown - 100 JS components limit #266

Open b0rv3g4r4 opened 1 month ago

b0rv3g4r4 commented 1 month ago

Describe

When the flow becomes large enough and you try to navigate in an instance through the flow and especially access flows marked with "Use as activity" the Studio throws an exception of a maximum of components to be painted. Which in my theory causes some nodes to not be painted.

Captura de pantalla 2024-07-22 a las 20 22 35

sfmskywalker commented 1 month ago

Which version is this? It is supposed to be fixed as of 3.2. If you are on 3.2 or later, then perhaps you could share a repro?

b0rv3g4r4 commented 1 month ago

Im using 3.2rc3

b0rv3g4r4 commented 1 month ago

I cannot share the repro, because its a workflow defition from our production app. For more info, the workflow is using another with "Usable as activity"

I can try replicate with dummy activities

sfmskywalker commented 1 month ago

That would be great. Try as I might, I do not get this error, even with many levels of nesting.