Workflow Client
Overview
Use the Upstash Workflow Client to programmatically interact with your workflow runs from your own app or any external service.
The Workflow Client lets you programmatically interact with your workflow runs.
You can use it from the same application that hosts your workflows, or from any external service.
The client is lightweight and stateless. You can safely reuse a single instance across your application.