Skip to main content

Temporal Workflow API Starter

A FastAPI gateway template for managing Temporal workflows over REST. Provides endpoints to start, signal, query, and list workflows, OpenAPI documentation, health checks for API and Temporal connectivity, a Docker development stack, and Postman collections for testing. The template includes no workflow implementations — pair it with the Temporal Workflow Worker Starter, which runs the workflows themselves.

Source (preview): github.com/boozallen/temporal-workflow-api-starter — repo opens once it's released.

Coming soon

Public documentation for this baseline is on the way. It will be published alongside the open-source release. In the meantime, see the Temporal Workflow Worker Starter for the worker template this gateway drives.