Blazing iconBlazing
Beginner10 minGetting StartedDev Preview

Basic Task Execution

This example demonstrates how to create and execute distributed tasks using Blazing Flow. You'll learn how to: - Initialize a Blazing Flow application - Define steps and workflows - Execute workflows with `app.run()` or direct invocation - Wait for results with `.wait_result()` - Proper resource cleanup

Coming SoonDev Preview

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

#async#blazing-flow#distributed#python
flow.py