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
In the workflow editor, an active workflow should only be readable but not changeable. At the moment, it is changeable in the user interface and just cannot be saved.
Goal: The graphical user interface should not allow changes (e.g. drag drop) but only a view if the workflow is active.
The text was updated successfully, but these errors were encountered:
In any case, it should be possible to draw an overlay that prevents user-interactions on top of the diagram. Additionally, all fields could be changed to read-only/disabled for this state.
You would have to be able to click on the individual elements in order to be able to look up how they are parameterized. Setting all fields readonly could be a solution. Maybe you can even do this from outside the editor using Javascript editing the DOM.
In the workflow editor, an active workflow should only be readable but not changeable. At the moment, it is changeable in the user interface and just cannot be saved.
Goal: The graphical user interface should not allow changes (e.g. drag drop) but only a view if the workflow is active.
The text was updated successfully, but these errors were encountered: