-
Bug
-
Resolution: Fixed
-
P3
-
fx2.0
When a Task or a Service method throws an exception, the state remains RUNNING. It does not change to FAILED. The exception property is also not set.
This worked in the deprecated TASK API
When a method ends without exception, the state changes to SUCCEEDED, as it should be.
This worked in the deprecated TASK API
When a method ends without exception, the state changes to SUCCEEDED, as it should be.