Closed cschleiden closed 9 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
panic
### Tasks - [ ] https://github.com/cschleiden/go-workflows/pull/307
Remove all
panic
s from the codebase and return errors that can be handled. Try to transition workflows to error states if execution cannot continue