Promise, you can execute multiple steps concurrently by using Promise.all().
This behavior works out of the box. No additional configuration is required.
app/api/workflow/route.ts

context.call() and a context.run() in parallel.
Promise, you can execute multiple steps concurrently by using Promise.all().
This behavior works out of the box. No additional configuration is required.

context.call() and a context.run() in parallel.