Amazon Neptune · Arazzo Workflow
Amazon Neptune openCypher Query with Status Check
Version 1.0.0
Run an openCypher query via the Data API and inspect the openCypher query queue.
Provider
Workflows
opencypher-query-with-status
Confirm engine health, run an openCypher query, and inspect the query queue.
Checks engine status, executes an openCypher query through the Data API, and reads the openCypher query status surface to report queue depth.
1
checkEngine
getEngineStatus
Confirm the Neptune engine is available and report its openCypher engine version before running the query.
2
runOpenCypher
executeOpenCypherQuery
Execute the supplied openCypher query against the property graph and capture the result rows.
3
inspectQueue
getOpenCypherQueryStatus
Read the openCypher query status surface to report how many queries are running and accepted right now.