cschleiden / go-workflows

Embedded durable workflows for Golang similar to DTFx/Cadence/Temporal
https://cschleiden.github.io/go-workflows/
MIT License
233 stars 49 forks source link

Automatic expiration of finished workflow instances #198

Closed cschleiden closed 1 year ago

cschleiden commented 1 year ago

Allows setting an automatic expiration for finished workflows in the Redis backend. See the README.md for how to use and the integration test included here.

Closes: #45