Blazing iconBlazing
Coming SoonDev Preview

This content is part of an upcoming preview program. Request early access

Practical examples of using Flow Sandbox

Explore practical examples of using Flow Sandbox for development, testing, and debugging workflows.

Example 1: Testing Payment Processing

Test a payment processing workflow with different scenarios.

Workflow

Python

Sandbox Configuration

YAMLDev PreviewL2

Test Suite

Python

Example 2: Debugging a Production Issue

Reproduce and fix a production bug using sandbox replay.

Capture Production Events

Bash

Replay in Sandbox

Bash

Debug Session

Bash

Fix and Verify

Python
Bash

Example 3: Load Testing

Test workflow performance under load.

Load Test Configuration

YAMLDev PreviewL2

Run Load Test

Bash

Analyze Results

Plain Text

Example 4: Chaos Engineering

Test resilience with chaos experiments.

Chaos Configuration

YAMLDev PreviewL2

Run Chaos Experiments

Bash

Results

Plain Text

Example 5: A/B Testing Workflows

Compare two workflow versions.

Setup A/B Test

YAMLDev PreviewL2,11,16

Run A/B Test

Bash

Results

Plain Text

Example 6: Integration Testing

Test workflow with real external services in sandbox mode.

Configuration

YAMLDev PreviewL2

Integration Tests

Python

Example 7: Snapshot Testing

Use snapshots for regression testing.

Create Baseline Snapshot

Bash

Make Changes and Compare

Bash

Snapshot Comparison

Plain Text

Next Steps