Dragging and dropping values on edges in code flow canvas
HTML-код
- Опубликовано: 4 дек 2024
- In this video I show a new feature: you can now add arbitrary values on the canvas and drag and drop them on edges to trigger parts of a flow. The same can be done via the clipboard: when you select an edge and press ctrl + v, the current value on the clipboard is used to trigger that part of the flow.
These values can also contain expression when they start with an = sign or can be an array when surrounded with [ and ]. Variables which are on the canvas can be referenced in expressions.
Currently the Annotation node-type is used to add these values to the canvas. But this will be changed in the future.
You can try it out yourself on demo.codeflowc...