Skip to content
Commit 5b1acbfd authored by fviale's avatar fviale
Browse files

fix for #2956 Rest TaskResultData does not propagate value

 - in TaskResultImpl.getValue() use the value() method to initialize the value attribute when the task has no exception. Without this, the value was null as it is a transient attribute.
 - Added a test in SchedulerStateRestJobTaskResultTest.
parent e5c1545d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment