
I want to find all the Vertexes which are connected to actions(with edge label allow), those are marked as critical by CriticalAction1.
The condition is that It should be connected with all the actions which are marked as critical action by CriticalAction1 vertex.
So in following image, since CriticalAction1 has 2 actions Action1 & Action2.
Node1 is connected with total 3 actions including Action1 & Action2. So it should be output result.
Node2 is connected with only 1 action. which doesn't satisfy the criteria that it should be connected with all the actions which are marked as critical by CriticalAction1.
