medusajs / medusa-eats

An Uber Eats-style food delivery platform, running Medusa 2.0 and Next.js 14.
https://medusa-eats.vercel.app
MIT License
135 stars 31 forks source link

Workflow usage #9

Closed adrien2p closed 2 months ago

adrien2p commented 4 months ago

https://github.com/medusajs/medusa-eats/blob/16578e38bc46bf2248a46011b364b372c32c2e00/backend/src/api/deliveries/%5Bid%5D/route.ts#L52

I believe the best practice is to have all write action in a workflow even for single step, those workflows can also be used as part of other workflows using the runAsStep api