Quickstarts
Supported Platforms
Upstash Workflow natively supports the following platforms:
Javascript / Typescript
Python
Using Upstash 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:
TypeScript
import { serve } from "@upstash/workflow";Python
from upstash_workflow import serve, async_serveand adjust this method for your platform. For details, see our platform-specific method implementations in Javascript or Python.