This repository provides code used for exercises and demonstrations included in the TypeScript version of the Temporal 101 training course.
Directory Name | Exercise |
---|---|
exercises/hello-workflow |
Exercise 1 |
exercises/hello-web-ui |
Exercise 2 |
exercises/farewell-workflow |
Exercise 3 |
exercises/finale-workflow |
Exercise 4 |
Directory Name | Description |
---|---|
demos/service-workflow |
Shows a Workflow that uses a microservice |
Directory Name | Description |
---|---|
samples/retry-policy |
Example of a Workflow that has a custom Retry Policy |
The following links provide additional information that you may find helpful as you work through this course.
- General Temporal Documentation
- Temporal TypeScript Developer's Guide
- Temporal TypeScript SDK API Reference
- TypeScript Language Documentation
- GitPod Documentation: Troubleshooting
You can launch an exercise environment for this course in GitPod by clicking the button below:
Alternatively, you can follow these instructions to set up your own Temporal Cluster with Docker Compose, which you can use as an exercise environment.