Quickstart

Creating a Workflow

  1. From Miiflow, click Dashboard button in the right corner.

  2. Navigate to the Workflows tab in Miiflow Workspace.

  3. Click the New workflow button in the upper-right corner.

  4. A new workflow will be created with an initial empty trigger in the canvas.

Create a new workflow

To better understand a workflow, navigate to the Workflow Page for more details and insights.

Using the Canvas

The newly created canvas will contain an initial empty Trigger node, we can start from here!

To better understand a workflow, navigate to the Nodes in Workflow page for more details and insights.

Creating Nodes

  • Click the black plus icon on any existing node (including the initial trigger node) to create a new empty node.

Click to add a new Node
Select a Node and Configure the details in right 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.

Linked Nodes Example
  • 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.

Example for deleting the edges between two nodes

Note: A single node can link to multiple upstream and downstream nodes. However, circular dependencies (loops) are not supported. If Node A is upstream of Node B, Node A cannot also be downstream of Node B.

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.

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

Run the selected Node

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

Adjust the canvas view

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

Last updated