Skip to main content

Workflow Builder Overview

FlowStack provides two powerful automation engines, each accessible from the same dashboard. Choose the right engine for each automation based on your needs.

Two Engines, One Platform

Flow Builder (ActivePieces Engine)

The Flow Builder is ideal for straightforward automations with a clean, intuitive interface.

Best for:

  • Simple-to-moderate automations (3–15 steps)
  • Non-technical users who prefer a visual-first approach
  • Automations that primarily use pre-built integrations
  • Quick prototyping and testing

Key features:

  • 687+ pre-built pieces (integrations)
  • Deep OAuth support with automatic token refresh
  • Built-in testing with step-by-step execution
  • Version history and rollback
  • Simple branching (if/else conditions)

Workflow Builder (n8n Engine)

The Workflow Builder is designed for complex, multi-branch automations with advanced data transformation.

Best for:

  • Complex workflows with many branches and conditions
  • Data processing and transformation pipelines
  • AI/ML pipelines using LangChain nodes
  • Technical users who need code execution
  • Sub-workflows and modular automation design

Key features:

  • 880+ node types (606 unique services + 130 AI/LangChain nodes)
  • Code node with full JavaScript and Python support
  • Advanced expressions and data mapping
  • Sub-workflow execution
  • Error handling with retry and fallback paths
  • Webhook endpoints with custom response

Choosing an Engine

CriteriaFlow BuilderWorkflow Builder
Learning curveLowMedium
Integration count687+ pieces880+ nodes
Code executionNoYes (JS/Python)
AI/LangChain nodesLimited130+ nodes
Sub-workflowsNoYes
Advanced branchingBasic if/elseSwitch, Merge, IF, loops
Data transformationBasic mappingAdvanced expressions
Best audienceBusiness usersTechnical users

Accessing the Builders

  1. Go to Dashboard → Automations
  2. Click + New Automation
  3. Select your engine:
    • Click Flow Builder tab to use the ActivePieces engine
    • Click Workflow Builder tab to use the n8n engine
  4. The builder opens in an embedded view within the dashboard

To edit an existing automation, click the Edit button on any flow in the automations list. It automatically opens the correct engine based on which one was used to create it.