Amazon Neptune · Arazzo Workflow
Amazon Neptune Cancel a Running Gremlin Query
Version 1.0.0
Look up a specific Gremlin query's status, then cancel it if it has not already been cancelled.
Provider
Workflows
gremlin-cancel-query
Cancel a specific Gremlin query only if it is still active.
Reads a Gremlin query's status by id and cancels it only when it has not already been cancelled.
1
getStatus
getGremlinQueryStatusById
Read the status of the specific Gremlin query and capture its evaluation statistics so the cancel decision can be made.
2
cancelQuery
cancelGremlinQuery
Cancel the still-running Gremlin query by its query id.