Predefined Flows#

You can add a Flows folder inside the Plugin folder. This folder will be scanned when the plugin is loaded and the flows inside it will be displayed as predefined flows inside the GUI.

MyPlugin
├── Flows/ # Put here all your predefined flows
├── plugin.meta
└── main.py