cschleiden / go-workflows

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

Fix incorrect tasklogger #333

Closed cschleiden closed 5 months ago

cschleiden commented 5 months ago

Executors are cached and can process multiple workflow tasks. We must not include the task id in the logger that's persisted there.