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

Run activities in parallel for `concurrent` sample #257

Closed cschleiden closed 1 year ago

cschleiden commented 1 year ago

Multiple ways to fix this, went with spawning a couple workflow.Go routines for now.

Closes: #236