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

When reporting a `panic` in workflow code, include workflow stacktrace #282

Closed cschleiden closed 11 months ago

cschleiden commented 11 months ago

Example of what it looks like today:

image

Ideally the workflow that included the panic would be shown:

image