Upstash Documentation

Overview

1 min read

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.

Initialization#

Initialize a new client with your credentials:

The client is lightweight and stateless. You can safely reuse a single instance across your application.

Functionality#

The client exposes a set of functions to manage workflow runs and inspect their state: