You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ Prerequisites:
39
39
*[SignalsQueries](src/SignalsQueries) - A loyalty program using Signals and Queries.
40
40
*[StandaloneActivity](src/StandaloneActivity) - Execute activities directly from a client, without a workflow.
41
41
*[SleepForDays](src/SleepForDays/) - Use a timer to send an email every 30 days.
42
+
*[Testcontainers](src/Testcontainers) - Integration test workflows against Temporal and PostgreSQL containers using Testcontainers.
42
43
*[Timer](src/Timer) - Use a timer to implement a monthly subscription; handle workflow cancellation.
43
44
*[UpdatableTimer](src/UpdatableTimer) - A timer that can be updated while sleeping.
44
45
*[UpdateWithStartEarlyReturn](src/UpdateWithStartEarlyReturn) - Use update with start to get an early return, letting the rest of the workflow complete in the background.
0 commit comments