Current behavior
Currently, Local Activities lack graceful support for Errors that may happen in the Activity thread. If this happens we fail the local activity execution with RetryState.RETRY_STATE_INTERNAL_SERVER_ERROR.
Expected behavior
If Local Activity throws an Error, it should immediately fail Workflow Task. Java Error signals a problem with the Worker and shouldn't lead to a failure of a Local Activity execution or a Workflow.
Current behavior
Currently, Local Activities lack graceful support for Errors that may happen in the Activity thread. If this happens we fail the local activity execution with
RetryState.RETRY_STATE_INTERNAL_SERVER_ERROR.Expected behavior
If Local Activity throws an
Error, it should immediately fail Workflow Task. Java Error signals a problem with the Worker and shouldn't lead to a failure of a Local Activity execution or a Workflow.