Mason
Mason
# Description Add `taskName` and `input` to `WorkflowTaskRetryContext` Changed `workflowContext` type in `WorkflowTaskRetryContext` to `WorkflowContext` ## Issue reference We strive to have all PR being opened based on an issue,...
## Describe the proposal Add task name and task input to WorkflowTaskRetryContext to allow for additional error-handling capabilities in the RetryHandler.
## Expected Behavior Restarting a service during a workflow with a timer should simply restart the timer activity with no issues. ## Actual Behavior Restarting a service during a workflow...