Getting to Know the SkyStudio Workflow Interface
Left Panel – "Node Types"
This area contains the list of all blocks you can add to your workflow. Each category can be expanded or collapsed:
- 🟩 Inputs
- 🟨 Outputs
- ⚡ Triggers
- 🤖 LLM
- 🔧 Actions
- 📊 Data Sources
- 🧠 Logic (If-Else)
How is it used?
➡ Simply drag the node and drop it into the center area.
Center Area – Canvas (Design Area)
This is where the workflow is actually built. You place nodes by dragging them, connect them to each other, and create your workflow.
Main features:
- Zoom in / out with the mouse wheel
- Track where you are in large workflows using the mini map
- Create a connection by holding connection points and dragging them to another node
- Select a node and delete it with
Deleteon the keyboard
Right Panel – Node Settings
It opens automatically when you click a node.
What does it include?
- Node name, which can be changed
- Parameters, such as URL, model, prompt, table name, etc.
- Input & Output fields
- Node test button
- Tip / usage texts
Top Menu – Control Bar
It is located in the upper-right corner of the screen. It contains critical functions:
| Button | What Does It Do? |
|---|---|
| 💾 Save | Saves changes |
| ▶ Run | Runs the workflow from start to finish |
| 🔐 Publish | Makes the workflow accessible from external systems |
| 🌍 API Key | Provides access information for the published workflow |
| ⏰ Scheduling | Schedules the workflow to run automatically at specific times |
| 🔁 Version History | Allows you to return to previous versions |