I have a cypher query that runs in the browser that I would like to run in Bloom but haven't been successful in doing so. Any ideas? Here is the query:
match p=(art1:Artifact {name:"Program Protection Plan"})--(w1:WBS)--(po:Policy)--(w2:WBS)--(art2:Artifact {name:"ATO"}) return p
I'm basically looking for the relationship between 2 artifacts. I've run the shortestPath algorithm with zero results.