Blazing iconBlazing
Beginner5 minAPI PatternsDev Preview

Callable Workflows

Shows how registered workflows become callable attributes on the app object, enabling natural invocation syntax like app.my_workflow(x=10).wait_result() without string-based dispatch.

Coming SoonDev Preview

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

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