Amazon Neptune · Arazzo Workflow
Amazon Neptune Gremlin Query with Status Check
Version 1.0.0
Run a Gremlin traversal via the Data API and confirm the engine and query queue are healthy.
Provider
Workflows
gremlin-query-with-status
Verify engine health, execute a Gremlin traversal, and inspect the query queue.
Checks Neptune engine status, runs a Gremlin traversal through the Data API, and reads the Gremlin query status surface to report queue depth.
1
checkEngine
getEngineStatus
Confirm the Neptune engine is available and report its role and version before running the traversal.
2
runGremlin
executeGremlinQuery
Execute the supplied Gremlin traversal against the property graph and capture the request id and result payload.
3
inspectQueue
getGremlinQueryStatus
Read the Gremlin query status surface to see how many queries are running and accepted right now.