Execution

Run your workflows and monitor execution

Workflow Execution

What is Execution?

Execution is the process of running your workflow. When you execute, GearMaster Visual processes data through your connected nodes in the defined order, producing results.

Ways to Execute

Execute All Nodes (Run All)

  1. Go to Run → Run All from the menu bar
  2. All nodes in the workflow will execute in dependency order
  3. Each node processes its inputs and produces outputs
  4. Data flows through connections from node to node

Execute a Single Node

  1. Find the node you want to execute on the canvas
  2. Look for the execute button (usually at the top-right of the node)
  3. Left-click the execute button to run just that node

Execute Node with Downstream Nodes

  1. Find the node you want to start from
  2. Look for the execute button on the node
  3. Right-click the execute button
  4. This executes the node AND all connected downstream nodes

During Execution

How Execution Works

Watch the Node States

Tip: Watch the Terminal panel at the bottom to see execution output and debug messages from nodes.

Viewing Results

Terminal Output

Node Output Values

Handling Execution Errors

When a Node Fails

Common Error Causes

How to Debug

  1. Look for red nodes in the canvas
  2. Check the Terminal panel for detailed error messages
  3. Review the node's connections and inputs
  4. Fix the issue and try executing again

Execution Parameters

Before executing your workflow, you may need to configure node parameters:

  1. Select a node that needs input data
  2. Look at the Properties panel on the right
  3. Set the parameter values as needed
  4. These values will be used when the node executes
Tip: Use the single-node execute button to test individual nodes without running the entire workflow.