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

Allow access to activity mock #334

Closed cschleiden closed 5 months ago

cschleiden commented 5 months ago

Allow access to the activity mock when testing workflows. Without this it's not possible to check that a certain activity has not been called.