
REST API for every Temporal Workflow in one line of code
2/28/2022
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.