Example projects demonstrating Render Workflows using the @renderinc/sdk TypeScript SDK.
| Example | Description |
|---|---|
| hello-world | Simplest workflow — learn tasks, subtasks, and orchestration |
| etl-job | Extract, transform, load pipeline with retry handling |
| data-pipeline | Multi-source data pipeline with enrichment and segmentation |
| file-processing | File ingestion with validation, parsing, and transformation |
| openai-agent | AI-powered workflow using OpenAI for text analysis |
| file-analyzer | Two-service architecture: API gateway + workflow service for CSV analysis |
Each example is a standalone Node.js project. To run any example:
cd <example>
npm install
npm run build
npm start- Node.js 18+
- A Render account (for deployment)
Each example can be deployed as a Render Workflow service. See the individual example READMEs for specific deployment instructions.