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

Don't panic #280

Closed cschleiden closed 9 months ago

cschleiden commented 11 months ago

Remove all panics from the codebase and return errors that can be handled. Try to transition workflows to error states if execution cannot continue

### Tasks
- [ ] https://github.com/cschleiden/go-workflows/pull/307