Closed cschleiden closed 1 year ago
When a panic happens in an activity, the worker should recover from that and pass it back to the scheduling workflow as an activity failure.
panic
recover
Closed with: https://github.com/cschleiden/go-workflows/pull/217
When a
panic
happens in an activity, the worker shouldrecover
from that and pass it back to the scheduling workflow as an activity failure.