Skip to main content
Capabilities

Workflows

Run durable multi-step jobs that sleep, scale to zero, and resume.

An actor’s run workflow executes when the actor is created. Each step is durable, so the job survives restarts and the app scales to zero while it sleeps. View the complete example.

The server is the generated app. The client shows how your own system connects to the actors inside it.

See Workflows in Rivet Actors for steps, loops, queues, and error handling.