How can I recreate this query in Bloom?

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.

Okay, I managed to figure it out through a bit of trial and error but got the result I was looking for. I had to specify the node property to get to the specific artifacts in the Bloom query.