Upstash Workflow natively supports the following platforms:

Using Workflow with another platform

If you’d like to use Upstash Workflow for a platform not listed above, you can do so using the base serve method:

import { serve } from "@upstash/qstash/workflow"

and adjust this method for your platform. For details, see our platform-specific method implementations.