Blazing iconBlazing
Coming SoonDev Preview

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

Explore Flow Sandbox features and capabilities

Flow Sandbox provides powerful features for developing, testing, and debugging Blazing Flow workflows in isolation.

Core Features

1. Isolated Execution Environment

Run workflows in complete isolation from production systems.

Benefits:

  • Test breaking changes safely
  • Experiment without risk
  • Develop independently
  • Validate before production

Configuration:

YAMLDev PreviewL1

2. State Management

Manage workflow state independently from production.

Storage Options:

YAMLDev PreviewL1

State Operations:

Bash

3. Event Replay

Replay historical events to test workflows.

Capture Events:

Bash

Replay in Sandbox:

Bash

Selective Replay:

YAMLDev PreviewL1

4. Time Travel Debugging

Step through workflow execution like a debugger.

Features:

  • Pause execution at any point
  • Step forward/backward through tasks
  • Inspect state at each step
  • Modify variables and resume

Usage:

Bash

Programmatic Debugging:

Python

5. Performance Profiling

Profile workflow performance and identify bottlenecks.

Enable Profiling:

Bash

Profiling Output:

Plain Text

Detailed Profiling:

YAMLDev PreviewL1

6. Mock External Services

Mock external APIs and services for testing.

Define Mocks:

YAMLDev PreviewL1

Mock Handler:

Python

7. Chaos Engineering

Inject failures to test resilience.

Chaos Configuration:

YAMLDev PreviewL1

Chaos Commands:

Bash

8. Snapshot & Restore

Save and restore sandbox state for reproducible testing.

Create Snapshot:

Bash

Restore Snapshot:

Bash

Snapshot Management:

Bash

9. Collaborative Testing

Share sandboxes with team members.

Share Sandbox:

Bash

Access Control:

YAMLDev PreviewL1

10. Metrics & Observability

Monitor sandbox execution with detailed metrics.

Built-in Metrics:

Bash

Custom Metrics:

Python

Visualization:

YAMLDev PreviewL1

Advanced Features

A/B Testing

Test different workflow versions side-by-side:

YAMLDev PreviewL1,7,11

Cost Analysis

Estimate production costs:

Bash

Integration Testing

Test integrations with external services:

YAMLDev PreviewL1

Next Steps