Database Reference
In-Depth Information
In-graph index of RTO times
So, then we can run the following query to answer the previous question:
MATCH (b:Building {name:"Loc_100"}), (rto:RTO {name:"0-2 hrs"})<-
[:BUSINESSPROCESS_HAS_RTO]-(bp:BusinessProcess)
WITH b,bp
MATCH p = ShortestPath(b-[*..3]-bp)
RETURN p;
The query uses the Building and the RTO as starting points for the traversal, and
then uses the ShortestPath algorithmtoindoutwhichbusinessprocesseswould
be affected. The result is immediately clear and visible for any business user who
wants to analyze the impact of this event on the business environment that the
company is operating.
Business processes with RTO affected by incident at location
 
Search WWH ::




Custom Search