Overview
Flow Like Studio is a no-code development environment where you build your Flows for automation.
Important components of the Studio environment are:
- Nodes that you can select from the Node Catalog,
- Edges/Wires for Execution and Data transmission between nodes,
- a Canvas where you can place your nodes and build your flows,
- Layers that allow you to collapse and define higher-order nodes,
- Variables available at the Board level to store and access information at runtime,
- Run History to inspect previous flow executions,
- Logs stored for every run for inspection and tracing.
A Flow represents a process and consists of one or more Nodes. Nodes are linked through Edges (or Wires) for Execution and Data.
Within Apps, flows are managed in Boards. You can add as many Flows within one Board as you like, giving you fine-grained control over how to organize your projects:
Flow Like Desktop├── App1│ ├── Storage and Databases│ ├── Events│ └── Boards│ ├── Board1│ │ ├── Flow1│ │ └── Flow2│ └── Board2└── App2
Flows can access and modify storage and databases within their app. Similarily, events can be configured for all Flows at the app level.