Amazon Neptune · Arazzo Workflow
Amazon Neptune Cancel a Running Bulk Load
Version 1.0.0
Look up a bulk load job's status and cancel it only if it is still in progress.
Provider
Workflows
loader-cancel-running-job
Cancel a bulk load job only when it is still in progress.
Reads a load job's status, and cancels it only if the overall status is LOAD_IN_PROGRESS; otherwise ends without action.
1
getStatus
getBulkLoadJobStatus
Read the current status of the load job and capture the overall status so the cancel decision can be made.
2
cancelLoad
cancelBulkLoadJob
Cancel the in-progress load job. Must run against the read/write cluster endpoint, not a read replica.