Quickstart
Creating a Workflow
Navigate to the Workflows tab in Miiflow Workspace.
Click the New workflow button in the upper-right corner.
A new workflow will be created with an initial empty trigger in the canvas.

Using the Canvas
The newly created canvas will contain an initial empty Trigger node, we can start from here!
Creating Nodes
Click the black plus icon on any existing node (including the initial trigger node) to create a new empty node.

For the newly created node, select a node type from the following options:
Initialize the node by clicking on it and configuring its parameters or required fields in the panel on the right-hand side.

Linking and Unlinking Nodes
Linking Nodes:
Click the black plus icon on one node to link it to another.
The left-side black plus icon links to the node's input information (upstream node). The upstream node's results can be used as variables in this node.
The right-side black plus icon links to the node's output information (downstream node). This node's results will be used in the downstream node.

Unlinking Nodes:
Click the edge between two nodes, then either:
Press the Delete key on your keyboard, or
Click the black x icon on the edge.

Deleting Nodes
Select a node by clicking on it (the border will turn blue) and press the Delete key.
Deleting a node will also remove all edges linking to or from it.
Running the Workflow
Click the triangle button on the left-hand side to run the entire workflow from the beginning.

To run a single node, select it to check its results without executing the entire workflow, reducing costs.

Saving the Workflow
Click the Save button on the right-hand side to save the workflow.
Unsaved changes will automatically save when you run the workflow by clicking the triangle button.
Adjusting the Canvas View
Use the following options on the left-hand side to adjust the canvas view:
Zoom In: To focus on a single node and configure it
Zoom Out: To check the entire workflow logic
Fit View: to adjust the current focus

The Miiflow Workspace provides powerful tools to design AI workflows. We look forward to seeing the amazing workflows you create!
Last updated