Amazon Neptune · Arazzo Workflow
Amazon Neptune ML Stop Data Processing Job
Version 1.0.0
Inspect a Neptune ML data processing job and stop it with cleanup only if it is still running.
Provider
Workflows
ml-stop-dataprocessing-job
Stop a data processing job and clean its artifacts only if still running.
Reads a data processing job's status and stops it with cleanup only when it is not yet Completed or Failed.
1
getStatus
getDataProcessingJobStatus
Read the current status of the data processing job so the stop decision can be made.
2
stopJob
stopDataProcessingJob
Stop the running data processing job and delete its S3 artifacts via the clean flag.