Amazon Neptune · Arazzo Workflow
Amazon Neptune Analytics Cancel Import Task
Version 1.0.0
Inspect a Neptune Analytics import task and cancel it only if it is still running.
Provider
Workflows
analytics-cancel-import-task
Cancel an import task only when it is still running.
Reads an import task's status and cancels it only when the status is not a terminal SUCCEEDED, FAILED, or CANCELLED.
1
getTask
getImportTask
Read the current status and progress of the import task so the cancel decision can be made.
2
cancelTask
cancelImportTask
Cancel the running import task by its identifier.