Pailot

Basics

Understanding how workflows execute in Pailot is key to building efficient and reliable automations. The execution engine automatically handles dependencies, concurrency, and data flow to ensure your workflows run smoothly and predictably.

How Workflows Execute

Pailot's execution engine processes workflows intelligently by analyzing dependencies and running blocks in the most efficient order possible.

Concurrent Execution by Default

Multiple blocks run concurrently when they don't depend on each other. This parallel execution dramatically improves performance without requiring manual configuration. For example, two Agent blocks that both depend only on Start can run at the same time.

Automatic Output Combination

When blocks have multiple dependencies, the execution engine automatically waits for all dependencies to complete, then provides their combined outputs to the next block. No manual combining required. A Function block that depends on two Agent blocks receives both outputs as soon as they finish.

Smart Routing

Workflows can branch in multiple directions using routing blocks. The execution engine supports both deterministic routing (with Condition blocks) and AI-powered routing (with Router blocks). Each chosen path then executes independently.

Block Types

Pailot provides different types of blocks that serve specific purposes in your workflows:

All blocks execute automatically based on their dependencies - you don't need to manually manage execution order or timing.

Execution Monitoring

When workflows run, Pailot provides real-time visibility into the execution process:

  • Live Block States: See which blocks are currently executing, completed, or failed
  • Execution Logs: Detailed logs appear in real-time showing inputs, outputs, and any errors
  • Performance Metrics: Track execution time and costs for each block
  • Path Visualization: Understand which execution paths were taken through your workflow

All execution details are captured and available for review even after workflows complete, helping with debugging and optimization.

Key Execution Principles

Understanding these core principles will help you build better workflows:

  1. Dependency-Based Execution: Blocks only run when all their dependencies have completed
  2. Automatic Parallelization: Independent blocks run concurrently without configuration
  3. Smart Data Flow: Outputs flow automatically to connected blocks
  4. Error Handling: Failed blocks stop their execution path but don't affect independent paths
  5. State Persistence: All block outputs and execution details are preserved for debugging

Next Steps

Now that you understand execution basics, explore:

  • Block Types - Learn about specific block capabilities
  • Logging - Monitor workflow executions and debug issues
  • Cost Calculation - Understand and optimize workflow costs
  • Triggers - Set up different ways to run your workflows
On this page

On this page

Get access
Copilot assembles the process. A manager can run it. You can install it in the company contour.
Get access