Amazon Neptune · Arazzo Workflow
Amazon Neptune Bulk Load Job Lifecycle
Version 1.0.0
Start a bulk load via the Loader endpoint, verify it appears in the job list, and poll its status.
Provider
Workflows
loader-job-lifecycle
Start a load, confirm it is listed, and poll its status to completion.
Starts a bulk load job, lists recent load ids to verify it is tracked, and polls the job status until it completes.
1
startLoad
startBulkLoadJob
Start a bulk load job from the supplied S3 source and capture the load id.
2
listJobs
listBulkLoadJobs
List the recent bulk load job ids, including queued loads, to confirm the new job is being tracked by Neptune.
3
pollStatus
getBulkLoadJobStatus
Poll the load job status with detailed feed counts. Repeat while the overall status is LOAD_IN_PROGRESS and finish once it is LOAD_COMPLETED.