How To
Parallel runs
Just like you can execute multiple JavaScript promises at the same time using Promise.all
, you can run multiple workflow steps at the same time:
In a complete code example, your workflow could look like this:
app/api/workflow/route.ts
After running your workflow, your dashboard shows each step in detail:
Was this page helpful?