Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bitovi/temporal-examples
https://github.com/bitovi/temporal-examples
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/bitovi/temporal-examples
- Owner: bitovi
- Created: 2022-09-19T21:18:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-27T16:49:57.000Z (12 months ago)
- Last Synced: 2024-04-14T22:37:36.084Z (7 months ago)
- Language: TypeScript
- Size: 342 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Temporal Examples
1. [Basic Workflow](https://github.com/phillipskevin/temporal-examples/tree/basic-workflow)
2. [Parent -> child workflow](https://github.com/phillipskevin/temporal-examples/tree/parent-child)
3. [Parent -> child workflow with query](https://github.com/phillipskevin/temporal-examples/tree/parent-child-with-query)
4. [Parent -> child workflow with query and signalWithStart](https://github.com/phillipskevin/temporal-examples/tree/signal-with-start)
5. [Parent -> child workflow with query and signalWithStart and continueAsNew](https://github.com/phillipskevin/temporal-examples/tree/signal-with-start-continue-as-new)