I'm wondering whether it is possible to add as dependency, operation which is in 'Executing' state to another operation which is enqueued and in 'Ready' state?
e.g.
A operation is in 'Executing' state and I want to perform B.addDependency(operationA)
(B operation is enqueued and in 'Ready/Pending' state).
From my investigation it is possible but I couldn't find any documentation regarding to this case