Workflow REST API Generation
REST API for every Temporal Workflow in one line of code

REST API for every Temporal Workflow in one line of code

2/28/2022

What this post added

Introduced `temporal-rest`, an npm package that provides an ExpressJS middleware (`createExpressMiddleware`) to automatically generate RESTful API endpoints for Temporal Workflows. This middleware handles starting workflows, querying their state, and sending signals, simplifying the integration of Temporal Workflows with web applications.

Read the original post ↗