Amazon Neptune · Arazzo Workflow
Amazon Neptune Analytics Create Graph from Import Task
Version 1.0.0
Create a Neptune Analytics graph populated from S3 and poll the import task to completion.
Provider
Workflows
analytics-import-task
Create a graph from an S3 import task and poll until the import succeeds.
Starts an import task that creates and populates a graph from S3, then polls until the task status is SUCCEEDED or FAILED.
1
startImport
createGraphUsingImportTask
Start an import task that creates a new graph and loads it from the S3 source. Capture both the graph id and task id.
2
pollImport
getImportTask
Poll the import task. Retry while it is still importing, branch to a failure end if it fails, and finish successfully once it SUCCEEDED.