-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Operations Layer
-
None
There are cases when we need more context about the result of operation execution. For example, when we initialize a cursor we need to pin the selected server to that cursor. Today we depend on the side-effect that selected servers are saved as a property onto an operation after execution. Instead, we should improve executeOperation to conditionally return an ExecutionResult.